-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (199 loc) · 13.3 KB
/
index.html
File metadata and controls
202 lines (199 loc) · 13.3 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.ico" />
<title>Would I Survive A Nuke.com</title>
<meta property="fb:app_id" content="230541703675940" />
<meta property="og:site_name" content="Would I Survive A Nuke.com" />
<meta property="og:title" content="Would I Survive A Nuke.com" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://wouldisurviveanuke.com/" />
<meta property="og:image" content="http://wouldisurviveanuke.com/ogwouldisuviveanuke.jpg" />
<meta property="og:description" content="Find out if you would survive if a nuke was dropped near you." />
<meta property="og:locale" content="en_US"/>
<meta property="twitter:url" content="http://wouldisurviveanuke.com/"/>
<meta property="twitter:text:title" content="Kickstarter"/>
<meta property="twitter:image" content="http://wouldisurviveanuke.com/ogwouldisuviveanuke.jpg"/>
<meta property="twitter:description" content="Find out if you would survive if a nuke was dropped near you."/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/smoothness/jquery-ui.css" type="text/css" />
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css" rel="stylesheet" media="screen">
<link href="css/site.css" rel="stylesheet" media="screen">
</head>
<body>
<div id="navbar" class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#myModal" role="button" data-toggle="modal">wouldisurviveanuke</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li>
<select id="population" class="options">
<option value="100000">Population: > 100k</option>
<option value="250000">Population: > 250k</option>
<option value="500000">Population: > 500k</option>
<option value="1000000">Population: > 1 mil</option>
</select>
</li>
<li>
<select id="cities" class="options">
<option value="1">1 city</option>
<option value="2">2 cities</option>
<option value="3">3 cities</option>
<option value="4">4 cities</option>
<option value="5">5 cities</option>
<!-- <option value="3000">All</option> Taxes the fuck out of the users browser -->
</select>
</li>
<li>
<select id="bombsize" class="options">
<option value="8500000000">Dinosaur ending meteor</option>
<option value="50000" selected="selected">Tsar Bomba: 50 Megaton</option>
<option value="15000">Castle Bravo: 15 Megaton</option>
<option value="1000">Minuteman: 1 Megaton</option>
<option value="350">Peacekeeper: 350 Kiloton</option>
<option value="180">Fatman: 18 Kiloton</option>
</select>
</li>
<li>
<input type="text" id="location" placeholder="Enter a location -OR- click button" class="options input-large" value=""/>
<input type="hidden" name="lat" value=""/>
<input type="hidden" name="lon" value=""/>
</li>
<li>
<button class="btn btn-primary" id="usemylocation">Use My Location</button>
</li>
</ul>
<ul class="social-icons nav" id="social-icons" data-target=".nav-collapse">
<li class="facebook-icon">
<div class="fb-share-button" data-href="http://www.your-domain.com/your-page.html" data-layout="button_count"></div>
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</li>
<li class="twitter-icon">
<li class="google-icon">
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div id="mobile-ad">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0274342709325277";
/* Mobile Nuke */
google_ad_slot = "2798584383";
google_ad_width = 320;
google_ad_height = 50;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="map"></div>
<div id="square-ad">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0274342709325277";
/* Nuke Square */
google_ad_slot = "8712730847";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="long-ad">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0274342709325277";
/* Nuke small */
google_ad_slot = "7637467093";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=230541703675940";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="myModal" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">wouldisurviveanuke.com</h3>
</div>
<div class="modal-body">
<h4>Disclaimer:</h4>
<p>Contact: <a href="mailto:wouldisurviveanuke@gmail.com">wouldisurviveanuke@gmail.com</a></p>
<p>The website and all information contained on it is intended for entertainment purposes only. This site is not intended to influence you or
anyone else to make decisions regarding the safety of you or of anyone else in the event of a nuclear or any other type of attack.
We shall in no event be liable for any direct, indirect, incidental, consequential, or exemplary damages to you or to anyone else
from the use of this information.</p>
</div>
<div class="modal-footer">
<button data-dismiss="modal" class="btn btn-primary">Close</button>
</div>
</div>
<div id="damages" class="hide">
<ul class="4" damage-class="Death">
<li>Congratulations! You're dead! You finally accomplished something!</li>
<li>Welp, you're dead. That desk you hid under failed miserably to protect you.</li>
<li>You are more dead than Cory Feldman's career, and thats saying something</li>
<li>Sorry, you died. But at least you’re in a better place now: a mass grave at beautiful Happy Valley Cemetery!</li>
<li>You’re dead, but you’re in good company...alongside the Allman Brothers Band, Circuit City, and Strawberry Blasted Honeycomb!</li>
<li>Your death is excruciatingly painful, horribly long, and sickening to watch...like Thursday nights on NBC.</li>
<li>Even though you’re dead, you still manage to achieve your lifelong goal: slow decomposition!</li>
</ul>
<ul class="3" damage-class="Third degree burns">
<li>So what if your skin melted off? You'll still look good in a turtle neck.</li>
<li>You have a radiant glow, and it is not because you're pregnant.</li>
<li>The only mutant power you are getting is the power to die a long painful death. Yay for radiation sickness!</li>
<li>You survive your horrific burns, but let’s just say that high definition photography will NOT be your friend.</li>
<li>Your wounds provide you with a whole new career: as a model for topographic maps!</li>
<li>Congratulations! Your level of radiation exposure qualifies you for a job as a calibrator for Geiger counters!</li>
<li>Now that you’re highly radioactive, you can’t wait to see what happens when you bite a spider!</li>
</ul>
<ul class="2" damage-class="Second degree burns">
<li>You're burned pretty badly, and not the good type of burn like if you were <a href="https://s3.amazonaws.com/www.wouldisurviveanuke.com/richard_simmons.jpg" target="_blank">Sweatin' to the oldies</a></li>
<li>Ever wondered what it would feel like to be on fire? Well, check that off your list of "Things i want to know before i die"</li>
<li>No smoking! ...unless you're on fire...which you just happen to be. Smokey the bear's message just didn't really sink in with you, did it?</li>
<li>Thanks to your injuries, you get a role in a community theater production of M*A*S*H...as Major Burns!</li>
<li>Your friends now like to sit around you on camping trips, telling ghost stories and roasting marshmallows over your wounds! Thanks, radiation!</li>
</ul>
<ul class="1" damage-class="First degree burns">
<li>You have a serious sunburn. On the bright side, it doesnt look as bad as someone from Jersey Shore.</li>
<li>You sustained burns equal to a really good "Yo mama" joke. Oh snap! Buurrrnnnn.</li>
<li>Are you embrassed or did you just sustain 1<sup>st</sup> degree burns from a nuke blast? Im going with the latter.</li>
</ul>
<ul class="0" damage-class="Survived">
<li>You are fine. You probably live in some godforsaken place like North Dakota.</li>
<li>You're good, but do you really want to live in a world where Glenn Beck actually was right about something for once?</li>
<li>Not dead, but you wish you were because the internet has been knocked out.</li>
</ul>
</div>
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/js/bootstrap.min.js" type="text/javascript"></script>
<script src="http://maps.googleapis.com/maps/api/js?sensor=false&libraries=geometry" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script src="js/site.js" type="text/javascript"></script>
<script src="js/nuke.js" type="text/javascript"></script>
<script src="js/google.js" type="text/javascript"></script>
</html>