-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 2.33 KB
/
index.html
File metadata and controls
44 lines (38 loc) · 2.33 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css">
<link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
<title>Marshawn </title>
<meta name="viewport" content="width=device-width">
</head>
<body>
<!-- <div class="counter">
<script src="http://www.beddoe.com/counter/counter.php?page=2026927206-tzx-n"></script>
</div> -->
<div class="title">MARSHAWN SOLVES YOUR PROBLEMS</div>
<p class="subtitle">Hover for words of wisdom. Click for answers to any question.</p>
<div class="mhead"></div>
<div class="confetti hide" id="one"></div>
<div class="confetti hide" id="two"></div>
<div class="waiting hide">Thinkin...</div>
<audio preload="auto" src="https://www.dropbox.com/s/pk503a4ehbs97mw/Wanna%20Play%20Football.mp3?raw=1" class="saying wannaplay"></audio>
<audio preload="auto" src="https://www.dropbox.com/s/h59hf1zkbpzrcvm/I%20Know%20I%27m%20Gon%20Get%20Got.mp3?raw=1" class="saying gonget"></audio>
<audio preload="auto" src="https://www.dropbox.com/s/5huhtsglbm17vsx/Action%20Boss.mp3?raw=1" class="saying action"></audio>
<audio preload="auto" src="https://www.dropbox.com/s/ivdvo9rt06zb6j1/Maybe.mp3?raw=1" class="answer maybe"></audio>
<audio preload="auto" src="https://www.dropbox.com/s/zl7gi25j4dqjtut/Yeah.mp3?raw=1" class="answer yeah"></audio>
<audio preload="auto" src="https://www.dropbox.com/s/v9kzzufwd0q0pci/Thanks%20for%20Asking.mp3?raw=1" class="answer thanks"></audio>
<!-- <audio src="http://goo.gl/oG6oP7?gdriveurl" class="saying wannaplay"></audio>
<audio src="http://goo.gl/Hg8mmC?gdriveurl" class="saying gonget"></audio>
<audio src="http://goo.gl/cSl4AO?gdriveurl" class="saying action"></audio>
<audio src="http://goo.gl/v6xbXP?gdriveurl" class="answer maybe"></audio>
<audio src="http://goo.gl/mBMWcS?gdriveurl" class="answer yeah"></audio>
<audio src="http://goo.gl/coSuIA?gdriveurl" class="answer thanks"></audio>
-->
</body>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery.transit/0.9.12/jquery.transit.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/detect_swipe/2.1.1/jquery.detect_swipe.min.js'></script>
<script src="script.js"></script>
</html>