-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (63 loc) · 3.27 KB
/
index.html
File metadata and controls
74 lines (63 loc) · 3.27 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
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Emmanuel Kaunitz Web Presence Page of Doom</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">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
<div class="container clearfix">
<div class="grid_4">
<img src="img/sealion.jpg" width="250" height="200" alt="Our Faitful Sealion">
</div>
<div class="grid_8 omega">
<ul class="nav">
<li class="about"><a href="#">About</a></li>
<li class="things"><a href="#">Things & here</a></li>
<li class="here"><a href="#">Here I Am</a></li>
<li class="contact"><a href="#">Contact Us</a></li>
</ul>
</div>
<div id="intro" class="grid_9">
<h1>Hello Cohortians. This is Emmanuel here to tell you a little more about myself before we finally meet in almost a month!</h1>
<p><a href="#" class="btn">This button does nothing</a></p>
</div>
<div class="grid_3 omega">
<img src="img/fencing_snip.PNG" height="300" width="350" alt="fencing is one of my loves in life">
</div>
<div id="featured-cupcake" class="grid_7">
<h2>Some of my interests</h2>
<p>I have many interests and hobbies! Here are some pictures showing some things I really enjoy.</p>
<img src="img/archery_butt.jpg" alt="Avocado Chocolate Cupcake">
</div>
<div id="new-cupcakes" class="grid_5 omega">
<h2>I wish i had more pictures of myself</h2>
<p>Massage therapy, archery, fencing, indie games are all passions of mine. </p>
<img src="img/massage-hands.jpg" height="300" width="450" alt="Bacon Me Crazy">
<img src="img/gimbal_logo.png" alt="Jalapeno So Spicy">
</div>
<div class="grid_7">
<h2>And here is some ipsum</h2>
<p>Sint retro deserunt master cleanse actually elit flexitarian consectetur. Kale chips artisan pug ethnic, gentrify messenger bag mumblecore single-origin coffee flexitarian nisi. Cosby sweater VHS Bushwick, meh ennui craft beer skateboard ex sed wolf lo-fi Wes Anderson ut id. Banksy organic Tumblr, meh Bushwick next level nostrud church-key cupidatat. Butcher kogi non sunt yr. Roof party kale chips asymmetrical nisi small batch. Quinoa Portland Truffaut bicycle rights chillwave Austin. </p>
<p><a href="#" class="btn-small">Read More</a></p>
</div>
<div class="grid_5 omega">
<h2>Get Bakin' with Us</h2>
<div id="contact">
<p>Call us: <span>you just wait</span><br>
Email us: <a href="#">well why dont you ask me in person?</a></p>
</div>
<p>Here is my twitter and facebook though</p>
<a href="http://www.facebook.com/emmanuel.kaunitz"><img src="img/facebook.gif" alt="Facebook"></a>
<a href="https://twitter.com/#!/mechamanny"><img src="img/twitter.gif" alt="Twitter"></a>
</div>
<div id="copyright" class="grid_12">
<p>©i cant wait to have something here!.</p>
</div>
</div>
</body>
</html>