-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnavbar.html
40 lines (40 loc) · 1.2 KB
/
navbar.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav">
<!--<img src="ELJ.jpg" id="avatar">-->
<b>Emil Lauge Jørgensen</b>
<p>MSc Architectural Engineering @ Aarhus University </p>
<a href="index.html">
<p class="navItem">Home</p>
</a>
<p class="breakbefore">My work:</p>
<a href="Manatee.html">
<p class="navItem">Manatee</p>
</a>
<a href="Cayla.html">
<p class="navItem">CAYLA</p>
</a>
<a href="ManaViz.html">
<p class="navItem">ManaViz</p>
</a>
<p class="breakbefore">Get in touch:</p>
<a href="mailto:[email protected]">
<p class="navItem">
<img src="envelope.svg" width="20px"></img>
</p>
</a>
<a href="https://www.linkedin.com/in/emillauge/">
<p class="navItem">
<img src="linkedin.svg" width="20px"></img>
</p>
</a>
</div>
</body>
</html>