-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
51 lines (39 loc) · 869 Bytes
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<title> Matthew Lee </title>
</head>
<body>
<nav>
<div class="name">
<h1> Matthew Lee </h1>
</div>
<ul class="nav-links">
<li>
<a href="#"> Home</a>
</li>
<li>
<a href="page2.html"> Resume</a>
</li>
<li>
<a href="#"> TBD</a>
</li>
<li>
<a href="#"> TBD</a>
</li>
<li>
<a href="#"> TBD</a>
</li>
</ul>
<div class="menicon">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<h1 style="color:#7F21F9;">Resume in progress</h1>
<script src="app.js"></script>
</body>
</html>