-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (62 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<title>Cheeseburger Vacation!</title>
<meta name="description" content="Hey there!! Let's go on a super magical vacation!!">
<link rel="stylesheet" href="css/reset-fonts-grids.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="menubar">
<h1 class="logo">cheeseburgervacation</h1>
<ul class="tabcontrol">
<li><a href="#">01</a></li>
<li><a href="#">02</a></li>
<li><a href="#">03</a></li>
<li><a href="#">04</a></li>
<li><a href="#">05</a></li>
<li><a href="#">06</a></li>
</ul>
</div>
<div id="wrap">
<div id="entries">
<div class="tile">
<h1>Cheeseburger Vacation!?!?</h1>
<img src="img/teddy-signup.jpg" width="430" height="449" alt="Teddy Signup">
</div>
<div class="tile">
<h1>Silly inanimate object!! - You already departed!!!</h1>
<img src="img/kanye.jpg" width="450" height="355" alt="Teddy Signup">
</div>
<div class="tile" data-altTitle="∴ NO FAIRS!!!">
<h1 id="title">No Albuquerque Apples?!?!!!</h1>
<img id="no-apples" src="img/no-apples.jpg" width="800" height="632" alt="No Apples">
</div>
<div class="tile">
<h1>"I'm putting my endorsement on hold"</h1>
<img src="img/RaulFidel.jpg">
</div>
<div class="tile" data-altTitle="Don't HATE!!">
<h1 id="bacon-title">Wrapped in Bacon Dates</h1>
<img id="bacon-date" src="img/bacon-dates.jpg">
</div>
<div class="tile" data-altTitle="Some are about fasteners!!!">
<h1 id="nuts-title">Not Every Joke is About Food!</h1>
<img id="nuts-bolts" src="img/nutsbolts.jpg" width="481" height="281" alt="Nutsbolts">
</div>
</div>
</div>
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="js/action.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10583300-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>