-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (44 loc) · 1.44 KB
/
index.html
File metadata and controls
53 lines (44 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<title>Laura S Hofmann</title>
<meta charset="UTF-8">
<link rel="icon" type="image/ico" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="nav">
<div class="navleft">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</div>
<div class="navright">
<ul>
<li><a href="mailto:laura.hofmann@tufts.edu">Email</a></li>
<li><a href="https://twitter.com/laurashofmann">Twitter</a></li>
<li><a href="https://github.com/lshofmann">GitHub</a></li>
<li><a href="http://linkedin.com/in/laurashofmann/">LinkedIn</a></li>
</ul>
</div>
</div>
<div class="jumbotron">
<div class="banner">
<div class= "text">
<h1>Laura S. Hofmann</h1>
<p>Computer Science & Cognitive and Brain Sciences, Tufts '16</p>
</div>
</div>
<div class= "home-menu">
<ul>
<li><a href="bio.html">Bio</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</div>
<img id="home-pic" src="laura_hofmann.jpg" alt= "Laura Hofmann">
</div>
</body>
</html>