-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (35 loc) · 1.11 KB
/
index.html
File metadata and controls
45 lines (35 loc) · 1.11 KB
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
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="site/prod/styles/styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>HH | Bio</title>
</head>
<body>
<div class="header">
<nav class="menu">
<ul class="menu-list">
<li><a class="link-default" id="link-bio"href="#">Bio</a></li>
<li><a class="link-default" href="site/pages/projects.html">Projects</a></li>
</ul>
</nav>
</div>
<div class="main-home">
<p class="text">Self-taught programmer who likes taking on interesting challenges and having fun while doing it.</p>
<ul class="contact-list text-tighter">
<li class="contact-list-li">GitHub</li>
<li class="contact-list-li">Signal</li>
<li class="contact-list-li">Say hello</li>
</ul>
<br>
<hr>
<br>
<p class="text text-heavy">My Work</p>
<p class="text text-tighter text-lighter">View more at my <a class="secondary-link" href="site/pages/projects.html">Projects</a> page.</p>
<div class="projects-block projects-block-gutter">
</div>
</div>
<div class="footer">
</div>
</body>
</html>