-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
51 lines (49 loc) · 2.06 KB
/
about.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
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>kyle snow schwartz | human. traveler.</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>kyle snow schwartz</h1>
<h2>human. traveler.</h2>
</a>
<nav>
<ul>
<li><a href="index.html">portfolio</a></li>
<li><a href="about.html" class="selected">about</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
<div id="nested">
<ul>
<li><a href="index.html">portfolio</a></li>
<li><a href="contact.html">testing2</a></li>
<li><a href="contact.html">testing3</a></li>
<li><a href="contact.html">testing4</a></li>
</ul>
</div>
</header>
<div id="wrapper">
<section>
<img src="img/headshot1.jpg" alt="Photograph of Kyle Snow Schwartz" class="profile-photo">
<h3>Always Learning</h3>
<p>This is the first website I've built, not counting the one about star wars that I made in technology class in 6th grade, back when geocities was a thing.</p>
</section>
<footer>
<a href="http://twitter.com/snow_schwartz"><img src="img/twitter-wrap.png" alt="twitter logo" class="social"> </a>
<a href="http://facebook.com/kylesnowschwartz"><img src="img/facebook-wrap.png" alt="facebook logo" class="social"></a>
<p>© 2014 kyle snow schwartz.</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>