-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
100 lines (81 loc) · 4.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Swagify</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="static/css/bootstrap.css" rel="stylesheet">
<link href="static/css/bootstrap-responsive.css" rel="stylesheet">
<link href="static/css/main.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../static/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="static/ico/favicon.png">
</head>
<body>
<div class="illuminati hidden">
<img class="illuminati" src="../static/res/illuminati.jpeg"/>
</div>
<img class="explosion pull-left hidden" src="../static/res/explosion.gif"/>
<img class="explosion right hidden" src="../static/res/explosion.gif"/>
<div class="container">
<h1 class="swagify-header text-center">$wagify</h1>
<h3 class="slogan text-center"></h3>
</div>
<div >
<h1 class="swagified container text-center"></h1>
</div>
<div class="container form-horizontal swagify-form-div">
<form class="swagify-form " action="#">
<input type="text" class="phrase input-block-level" placeholder="Username to swagify"/>
<div class="swagify-buttons">
<!-- #btn-overflow -->
<span >
<img class="snoop" src="../static/res/snoop.gif"/>
<img class="snoop snoop-right" src="../static/res/snoop.gif"/>
<button type="button " class="btn btn-block btn-main btn-submit btn-primary btn-large btn-swagify" >$w@g1fy</button>
</span>
<button type="button" class=" btn btn-block btn-info btn-large swag-overflow hidden" data-toggle="tooltip" title="Take the result of the previous swaggification and swagify THAT." >$w@g1fy that again</button>
</div>
</form>
</div>
<img class="frog slide-right bottom" style="display: none;" src="../static/res/rainbowfrog.gif" />
<div class="outro container">
<p class="muted text-center" >Swagify makes it easy to earn the respect of fellow scrubs as you sign up to XBOX LIVE and the like for the first time. All the other kids are doing it. Try typing in a username you might use to register on a website. </p>
<p class="muted text-center">The slogan, button text, and Swagifications (tm) are all randomly generated. You can look at the <a href="static/js/swagify.js">JavaScript</a> if you want to. </p>
<p class="muted text-center"> I made this because I thought it would be funny. You can talk to me about it if you want. <a href="https://twitter.com/_notlikethis">@_notlikethis</a>
</p>
<p class="muted text-center">Credit to Ollie Hogue, a literal 12-year-old, for the idea of randomly generated swagifying of text.</p>
</div>
</div>
<!-- Dank sounds -->
<audio class="hitmarker" src="../static/res/hitmarker.mp3"/>
<audio class="airhorn" src="../static/res/AIRHORN.mp3"/>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="static/js/jquery-1.9.1.min.js"></script>
<script src="static/js/bootstrap.js"></script>
<script src="static/js/bootstrap-transition.js"></script>
<script src="static/js/swagify.js"></script>
<!-- Goog[le] analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-39885839-2', 'swagify.net');
ga('send', 'pageview');
</script>
</body>
</html>