-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (66 loc) · 3.61 KB
/
index.html
File metadata and controls
76 lines (66 loc) · 3.61 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
75
76
<!DOCTYPE HTML>
<html>
<head>
<meta http-equic="Content-Type" content="text/html; charset=utf-8"/>
<title> Gaming and Animal Evolution! </title>
<link rel="stylesheet" href="css/normalize.css" type="text/css" nmedia="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" nmedia="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" nmedia="screen">
</head>
<body>
<div class="container clearfix">
<div class="grid_4 alpha">
<img id="dota-img" src="img/dota2.png" alt="Defense of the Ancients">
</div>
<div class="grid_7 omega">
<ul class="nav">
<li><a href="http://dotabuff.com/players/31108597">DotaBuff</a></li>
<li><a href="https://ib.berkeley.edu/labs/caldwell/">Caldwell Lab</a></li>
<li><a href="http://www.californiaherps.com/salamanders/pages/t.t.torosa.html">Taricha torosa</a></li>
<li class="Last"><a href="http://en.wikipedia.org/wiki/Evolutionary_arms_race">Arms Race</a></li>
</ul>
</div>
<div id="intro" class="grid_9">
<h1>My life is full of two extremes. I love playing video games and working behind my IceBox. However, I have a deep passion for nature especially co-evolution.</h1>
<p1><a href="http://www.twitch.tv/getricecrispy" class="btn">Watch Me Stream</a></P>
</div>
<div class="grid_3 omega">
<img id="lizzy" src="img/lizzy.jpg" alt="Scaley One">
</div>
<div id="featured-cupcake" class="grid_7">
<h2>Hero of the Week</h2>
<p>This week's featured hero is <a href="http://dota2.gamepedia.com/Bristleback">Bristleback</a>. He is a melee strength hero who will be the thorn in your side. Spewing quills with a 625 aoe good luck killing this thug.</p>
<a href="http://dotahdwallpaper.com/dota-2-the-bristleback/"><img src="img/bristleback.jpg"></a>
</div>
<div id="new-cupcakes" class="grid_5 omega">
<h2>Together we Evolve</h2>
<p>My favorite example of co-evolution is <A href="http://journal.frontiersin.org/Journal/10.3389/fphys.2013.00140/full">Chiroptera improving sonar efficiency</a> to become better hunters so <a href="http://jeb.biologists.org/content/113/1/323.full.pdf">Noctuid moths develop tympanic organs to confuse them.</a></p>
<img src="img/bat.jpg" alt="Bats gone crazy">
<img src="img/moth.jpg" alt="Mothin it up">
</div>
<div id="fun" class="grid_7">
<h2>Fun Times!</h2>
<p>Since most of my life is spent behind a computer. I try to make the most of my outings. I love dressing up in costumes, wearing funny hats, and letting the good times roll.</p>
<img id="beer" src="img/goldihops.jpg" alt="Beers!">
<p><a href="http://bayareabrewfestival.com/" class="btn-small">GoldiHops and the Three Beers</a></p>
</div>
<div class="grid_5 omega">
<h2>Game With Me!</h2>
<div id="contact">
<p>Phone me: <span>1-818-437-2204</span><br>
Email me: <a href="#">steven.inouye91@gmail.com</a></p>
</div>
<p>I am generally on Steam after 8pm P.S.T.</p>
<a href="https://www.facebook.com/steven.inouye"><img src="img/facebook.gif" alt="Facebook"></a>
<a href="http://reddit.com/r/dota2"><img src="img/reddit.png" alt="Reddit"></a>
<a href="http://steamcommunity.com/profiles/76561197991374325/"><img src="img/steam.png" alt="Steam"></a>
</div>
<div class="grid_12">
<div id="copyright">
<p>© 2014 Steven Inouye is not forsale...unless you offer enough.</p>
</div>
</div>
</div>
</body>
</html>