-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbakin.html
More file actions
65 lines (56 loc) · 2.28 KB
/
bakin.html
File metadata and controls
65 lines (56 loc) · 2.28 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
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; chatset=utf-8"/>
<title>Kelsey Ando</title>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
</head>
<body>
<div class="container clearfix">
<div id="logo" class="grid_4">
<img src="img/Otters_banner.jpg" alt="Otters">
</div>
<div class="grid_8 omega">
<ul class="nav">
<li><a href="#">About</a></li>
<li><a href="#">Projects</a></li>
<li class="last"><a href="#">Contact Me</a></li>
</ul>
</div>
<div id="intro" class="grid_9">
<h1>Hi! My name is Kelsey Ando. I currently live in Richmond, VA but I was grew up in Buffalo Grove, IL.</h1>
<p><a href="#" class="btn">Portfolio</a></p>
</div>
<div id="me" class="grid_3 omega">
<img src="img/me_and_tomo.jpg" alt="My Picture"/>
</div>
<div id="featured-cupcake" class="grid_7">
<h2>My Hobbies</h2>
<p>Some of my favorite things to do include Fencing, embroidery, cooking, hanging with friends, reading, and watching TV.</p>
<img src="img/cookies.jpg" alt="cookies I made"/>
</div>
<div id="new-cupcakes" class="grid_5 omega">
<h2>Pets</h2>
<p>Recently I got a cat named Tomoe who loves to play with string.</p>
<img src="img/fencing.jpg" alt="Me In Fencing Gear"/>
<img src="img/Tomoe.jpg" alt="My Cat"/>
</div>
<div class="grid_7">
<h2>Interesting Sites</h2>
<p>Some webcomics that I enjoy include <a href="http://www.avasdemon.com/">Ava's Demon</a> and <a href="http://paranatural.net/">Paranatural</a>. If you have time I recommend checking them out!</p>
</div>
<div class="grid_5 omega">
<h2>Check me out!</h2>
<p>I am on Facebook and Twitter!</p>
<a href="https://www.facebook.com/kelsey.ando"><img src="img/facebook.gif" alt="Facebook"></a>
<a href="https://twitter.com/d_chan42"><img src="img/twitter.gif" alt="Twitter"></a>
</div>
<div id="copyright" class="grid_12">
<p> A Kelsey Ando website</p>
</div>
</div>
</body>
</html>