-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcs3220.html
More file actions
23 lines (18 loc) · 804 Bytes
/
cs3220.html
File metadata and controls
23 lines (18 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<link href="cs3220.css" rel="stylesheet">
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Quick's Home Page</title>
</head>
<body>
<div id="name">Andrew Quick</div>
<div id="course">CS-3220 Web Apps</div>
<section class="projects-container">
<button type="button" id="pro1" onclick="location.href='ape/project1-aquick-cu/project1.html'">Project 1</button>
<button type="button" id="pro2" onclick="location.href='ape/project2-fantasia-gateway/project2.html'">Project 2</button>
<button type="button" id="pro3" onclick="location.href='ape/project3-fantasia-gateway/project3.html'">Project 3</button>
<button type="button" id="pro4" onclick="location.href='/~creed/ape/project4/project4.php'">Project 4</button>
</section>
</body>
</html>