-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 885 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
<!DOCTYPE html>
<!-- ā ā-->
<html>
<head>
<title>
Home | Pārth Dhar
</title>
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link href="https://fonts.googleapis.com/css?family=Cantata+One|PT+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="resources/stylesheets/style.css">
</head>
<body class="bgwhite fgblack mono">
<div id="container">
<div id="name" class="center fancy">
Pārth Dhar
</div>
<div id="nav" class="center">
<a class="link fgblack" href="about.html">About</a> <br class="sneak">
<a class="link fgblack" href="projects.html">Projects</a> <br class="sneak">
<a class="link fgblack" href="blog">Blog</a> <br class="sneak">
<a class="link fgblack" href="contact.html">Contact</a> <br class="sneak">
</div>
</div>
</body>
</html>