-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
89 lines (75 loc) · 3.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="geo-bootstrap.css" />
<link rel="stylesheet" href="toast.css" />
<link rel="stylesheet" href="dark_mode.css" />
<link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet" />
<title>Bye D-Rod</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<video id="idiot" class="idiot hidden" type="video/mp4" controls>
Your browser does not support the <video> tag.
<source src="assets/idiot.mp4" />
</video>
<navbar class="navbar">
<div class="navbar-inner"></div>
</navbar>
<button id="trigger">Stampede</button>
<div class="container section">
<h1 class="page-header">
<blink>Farewell, D-Rod</blink>
<div class="sip">Drink Me!</div>
<img class="polarButton rotatoPotato" onclick="popTheChampagne()" src="polarParty.png" />
</h1>
<img src="http://textfiles.com/underconstruction/mamagnolia_acresunderconstruction.gif" />
<iframe width="50%" height="100" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/201277926&color=%23ff5500&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<div class="icon"></div>
<marquee class="homeric-salute">
D-Rod<br />
once and soon-to-be DC-Rod<br />
forever Director-Rod<br />
seltzer-holic<br />
breaker of PRs<br />
[your Homeric epithet here...]<br />
we salute you.
</marquee>
<img class="boston FadeOut" src="BostonLogo.png" />
<img class="dRodSails dRodSailsAway" src="d-rod-emoji-right.png" />
<img class="dC FadeIn" src="DCLogo.jpg" />
<img class="thePolarCouncil" src="polarSix.png" />
</div>
<div class="partyBoat"></div>
<blink id="prize" class="prize">
Congratulations! You're our 6.0221415×10<sup>23</sup> visitor! Click to
claim your prize!
</blink>
<div id="toast" class="">
Warning, your browser is out of date. Update your browser to a modern
browser like Internet Explorer 8 for more security, speed, and the best
experience on this site.
</div>
<div class="stampede-container">
<img id="dustcloud" src="images/dustcloud.png" />
<img class="elephant elephant1" src="images/elephant.png" />
<img class="elephant elephant2" src="images/elephant.png" />
<img class="elephant elephant3" src="images/elephant.png" />
<img class="elephant elephant4" src="images/elephant.png" />
<img class="elephant elephant5" src="images/elephant.png" />
</div>
<footer class="footer">
<img src="http://code.divshot.com/geo-bootstrap/img/test/ie_logo.gif" />
<img src="http://code.divshot.com/geo-bootstrap/img/test/ns_logo.gif" />
<img src="http://code.divshot.com/geo-bootstrap/img/test/noframes.gif" />
<img src="http://code.divshot.com/geo-bootstrap/img/test/notepad.gif" />
</footer>
</body>
<script src="scripts.js"></script>
<script src="scripts/stampede.js"></script>
</html>