-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html>
<head>
<title>CSCE 452</title>
<link href="home.css" rel='stylesheet'>
</head>
<body>
<div class="content">
<div class="title">
<h1>CSCE 452 Team Decepticon</h1>
<span>Raegan Lucero, Caleb McWilliams, Daniel Bartel</span>
</div>
<div class="assignments">
<span><a href="http://dbartel.github.io/csce452/project1/">Project 1</a></span>
<span><a href="http://dbartel.github.io/csce452/project2/">Project 2</a></span>
<span><a href="http://dbartel.github.io/csce452/project3/">Project 3</a></span>
<span><a href="http://dbartel.github.io/csce452/project4/">Project 4</a></span>
<span><a href="http://dbartel.github.io/csce452/project5/">Project 5</a></span>
</div>
<div class="screenshot">
Project 5 Screenshot <br>
<img src="ScreenShot5.PNG" >
</div>
<div class="screenshot">
Project 4 Screenshot <br>
<img src="ScreenShot4.PNG" >
</div>
</div>
</body>
</html>