forked from cpsc481fall2019/cpsc481fall2019.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 683 Bytes
/
index.html
File metadata and controls
32 lines (32 loc) · 683 Bytes
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
31
32
<!DOCTYPE HTML>
<html>
<head>
<title>CPSC 481 PORTFOLIO</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
<header>
<h1>INSERT NAME OF THE PROJECT HERE</h1>
<nav>
<ul>
<a href="#project"><li>PROJECT</li></a>
<a href="#team"><li>TEAM MEMBERS</li></a>
</ul>
</nav>
</header>
<main>
<div id = 'project'>
<h1>THE PROJECT: </h1>
<h3>insert info about the project here.</h3>
</div>
<div id = 'team'>
<h1>TEAM MEMBERS: </h1>
<h3>DANIEL TIU</h3>
<h3>MARELA CARLOS</h3>
<h3>MATTHEW SARDINHA</h3>
<h3>SHANTY KAMAL</h3>
<h3>SOPHIA LE</h3>
</div>
</main>
</body>
</html>