-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
31 lines (29 loc) · 878 Bytes
/
main.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
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Capstone Project</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<!-- Menu Section -->
<div class=""main-panel>
<div class=""container>
<div class="width-33 logo">Project <span class= "span-col">Portfolio</span>
</div>
<div class="width-66">
<nav>
<a href="#">
<span class="span-col">Home</span>
</a>
<a href="#">Team 105</a>
<a href="#">FAQ</a>
<a href="#">Contact us</a>
</nav>
</div>
</div>
</div>
</body>
</html>