-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (42 loc) · 1.14 KB
/
index.html
File metadata and controls
55 lines (42 loc) · 1.14 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
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
<title>Tamra Nebabu</title>
</head>
<body>
<div class="page-wrapper">
<header>
<!-- INSERT BANNER HERE -->
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="portfolio.html">Art Portfolio</a></li>
<li><a href="notes.html">Notes</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="sidepanel">
<!-- INSERT MAIN LOGO ICON -->
<h1>Tam N </h1>
<hr>
<p>PhD student | Physicist | Engineer | Dilettante artist <br> Curious about everything.</p>
</div>
<body>
<p> Welcome to my website! Page in progress.</p>
</body>
<footer>
Copyright © 2019 | Tam N | All rights reserved.
<ul>
<li><a href="mailto:tamramn@gmail.com">Email</a></li>
<li><a href="https://github.com/tamran">github.com/tamran</a></li>
</ul>
</footer>
</div>
</body>
</html>