-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (46 loc) · 1.62 KB
/
index.html
File metadata and controls
54 lines (46 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="../stylesheets/default.css"/>
<link type="text/css" rel="stylesheet" href="stylesheets/stylesheet.css"/>
<title>Natty's Home Page</title>
</head>
<body>
<div id="header">
<div id="navbar">
<ul class="menu">
<li class="button"><a href="http://nclapp.github.io">Welcome</a></li>
<li class="button"><a href="blog/index.html">Blog</a></li>
<li class="button"><a href="#">Portfolio</a></li>
<li class="button"><a href="#">Résumé</a></li>
</ul>
</div>
<h1>Aloha!</h1>
</div>
<div>
<div id="facepic">
<img src="images/face.jpg" alt="Picture of Natty"/>
</div>
<div id="welcome-text">
<p>
Thank you for visiting my Dev Bootcamp homepage! Please explore and read my blog posts and check out my résumé and portfolio.
</p>
<p>
Thanks for visiting!
</p>
</div>
</div>
<div id="footer">
<div id="social-links">
<ul class="menu">
<li class="button"><a href="mailto:nathaniel.clapp@gmail.com">Email Me</a></li>
<li class="button"><a href="https://github.com/nclapp">GitHub</a></li>
<li class="button"><a href="https://twitter.com/npc123">Twitter</a></li>
<li class="button"><a href="https://www.linkedin.com/in/clapp">LinkedIn</a></li>
<li class="button"><a href="https://www.facebook.com/nattyclapp">Facebook</a></li>
</ul>
</div>
</div>
</body>
</html>