-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
43 lines (39 loc) · 1.93 KB
/
Copy pathabout.html
File metadata and controls
43 lines (39 loc) · 1.93 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
<!DOCTYPE html>
<html>
<head>
<title>Chasing the Sun</title>
<link type="text/css" rel="stylesheet" href="../index.css"/>
<!--Fonts-->
<link href='http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dancing+Script:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!--Icons-->
<div id="icons">
<a href="http://www.pinterest.com/olivenose/"><img src="http://2.bp.blogspot.com/-oZcLnPk7KB0/UqE432PjOVI/AAAAAAAAkKY/F5ZqP9JHjO4/s1600/pinterest.jpg" width="25" height="35" alt="pinterest" /></a><a href="http://instagram.com/hamberguesa"><img src="http://1.bp.blogspot.com/-Zt0UEl6vka8/UqE43i5m70I/AAAAAAAAkKM/Aj8MoWSl3xM/s1600/instagram.jpg" width="22" height="35" alt="instagram" /></a><a href="https://twitter.com/olivenose"><img src="http://4.bp.blogspot.com/-zAdOFC7FsOk/UqE45Fes_3I/AAAAAAAAkKs/0Oy_7fyMFAc/s1600/twitter.jpg" width="25" height="35" alt="twitter" /></a>
</div>
<!--Navigation Bar-->
<div id="navibar">
<p><a href="about.html">About</a> <a href="travel.html">Travel</a> <a href="eat.html">Eat</a> <a href="dbcindex.html">DBC</a> <a href="contact.html">Contact</a></p>
</div>
<header><img src="Sunset_Fotor.jpg"/></header>
<!--Content -->
<section>
<h1 class="title">About Me</h1>
<!--Post Begins Here -->
<div class="image"><img src="Amber.jpg"></img></div><br>
<p class="about">Dev Bootcamp SF student</p>
<p class="about">Wife to Andrew</p>
<p class="about">Lover of wine, travel & food</p>
<p class="about">Proud momma to mini-daschund, Reef</p>
<p class="about">Resides in San Francisco, California</p>
<p class="about">Ex-attorney and never looking back</p><br>
</section>
<hr>
<!--Footer -->
<footer>
<p>Copyright Amber Hager 2014</p>
<p>Please ask before using any photographs on this site. Thank you!</p>
</footer>
</body>
</html>