-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·128 lines (109 loc) · 5.46 KB
/
index.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<title>Seal Lovers</title>
<link href='http://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div id="top">
<div id="box">
<h2><a href="#bio">Bio</a></h2>
<h2><a href="#stats">Stats</a></h2>
<h2><a href="#links">Links</a></h2>
<h2><a href="#images">Photos</a></h2>
<h2><a href="#aboutme">About Me</a></h2>
<div id="inner-circle"><br/><h1>Seal</h1></div>
<div class="portrait"></div>
</div>
</div>
<div id="quote">
<h3>I like to think of myself as a humanitarian.</h3>
</div>
</header>
<div id="bio">
<h1>Bio</h1>
<br/>
<ul>
<li><h2>Name - Seal</h2></li>
<li><h2>Age - 7</h2></li>
<li><h2>Location - Arctic Ocean</h2></li>
<li><h2>Occuption - Seal</h2></li>
<li><h2>Status - Single</h2></li>
</ul>
</div>
<div id="stats">
<h1>Stats</h1>
<br/>
<ul>
<li><h2>Height - 10'</h2></li>
<li><h2>Age - 1,500lbs</h2></li>
<li><h2>Species - Seal</h2></li>
<li><h2>Occuption - Seal</h2></li>
<li><h2>Body Fat - 80%</h2></li>
</ul>
</div>
<div id="links">
<h1>Links</h1>
<br/>
<ul>
<li><a href="http://www.tinder.com"><img src="http://www.onlyforpc.com/wp-content/uploads/2014/02/Tinder-PC.png"><h2>Tinder</h2></a></li>
<li><a href="http://www.snapchat.com"><img src="http://electricsheep.co.za/wp-content/uploads/2013/12/Snapchat-logo.jpg"><h2> Snapchat</h2></a></li>
<li><a href="http://www.kik.com"><img src="http://vidyard.com/wp-content/uploads/2013/01/Kik_Logo.png"></a></li>
<a href="http://en.wikipedia.org/wiki/Seal"><img id="wikiimage" src="http://www.userlogos.org/files/logos/siipikarja/wikipedia_white.png"></a>
</ul>
</div>
<div id="images">
<h1>Images</h1>
<div id="gallery">
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
<a tabindex="1"><img src="images/seal.jpg"></a>
</div>
</div>
<div id="aboutme">
<h1>About me</h1>
<br/>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillofficia deserunt mollit anim id est laborum.
</p>
</div>
<footer>
<h4>Created for General Assembly by Michael Salmasi</h4>
</footer>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/project.js"></script>
</body>
</html>