-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_old.html
38 lines (34 loc) · 1.51 KB
/
index_old.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Meg's Personal Website</title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="imgs/favicon.ico"/>
</head>
<header>meghan kline tuls</header>
<body>
<p "home-menu">
<ul id="menu">
<li id="about"><a href="https://meglkts.github.io/about_me">About Me</li></a>
<li id="blog"><a href="https://meglkts.github.io/blog/index.html">Blog Spot</li></a>
<li id="projects"><a href="https://meglkts.github.io/projects/index.html">My Projects</li></a>
<!-- <li id="contact"><a href="https://meglkts.github.io/contact.html">Contact Me</li></a> -->
</ul>
<!-- <img id="photo" src="imgs/meg_dan.png"> -->
<div><img id="photo" src="imgs/mke-lakefront.png"></div>
</p>
<aside>
<a href="mailto:[email protected]"><img src="imgs/email.png"/></a>
<a href="https://www.google.com/+MegTuls"target="_blank"><img src="imgs/google_plus.png"/></a>
<a href="https://twitter.com/meglkts"target="_blank"><img src="imgs/twitter.png"></a>
<a href="https://www.facebook.com/meg.kline.3" target="_blank"><img src="imgs/facebook.png"/></a>
<a href="https://www.linkedin.com/in/meghanklinetuls"target="_blank"><img src="imgs/linkedin.png"/></a>
<a href="https://github.com/meglkts"target="_blank"><img src="imgs/github_alt.png"/></a>
</aside>
<footer>
Established May 2015.
</footer>
</body>
</html>