-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.55 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>Home: Avi Vaid</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<div id="containfixed">
<div class="headbar">
<div class="headfloat" id="responsivehead">
<p id="aviname">Avi Vaid</p>
</div>
<div class="headfloat" id="emailandpdf">
<button type="button" autofocus><a href="cv.pdf">pdf version</a></button>
<p>avivaid2018@u.northwestern.edu<p>
</div>
</div>
<div class="navbar">
<div class="navcolumn" id="responsivenav">
<a id="atag" href=file:///D:/Utility/Northwestern/Fall%202014/ISBE%20Tech/HTML%20and%20stuff/introHTML.html#Education><p>Education</p></a>
</div>
<div class="navcolumn" id="responsivenav">
<a id="atag" href=file:///D:/Utility/Northwestern/Fall%202014/ISBE%20Tech/HTML%20and%20stuff/introHTML.html#Experience><p>Experience</p></a>
</div>
<div class="navcolumn" id="responsivenav">
<a id="atag" href=file:///D:/Utility/Northwestern/Fall%202014/ISBE%20Tech/HTML%20and%20stuff/introHTML.html#Projects><p>Projects</p></a>
</div>
<div class="navcolumn" id="responsivenav">
<a id="atag" href=file:///D:/Utility/Northwestern/Fall%202014/ISBE%20Tech/HTML%20and%20stuff/introHTML.html#Leadership><p>Leadership</p></a>
</div>
<div class="navcolumn" id="responsivenav">
<a id="atag" href=file:///D:/Utility/Northwestern/Fall%202014/ISBE%20Tech/HTML%20and%20stuff/introHTML.html#Interests><p>Interests</p></a>
</div>
</div>
<hr>
</div>
</body>
</html>