-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
187 lines (174 loc) · 6.45 KB
/
index.php
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
<!doctype html>
<html>
<head>
<title>Ye Ole Hangmen</title>
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/hangmen.css" />
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<header class="navbar navbar-static-top navbar-inverse" id="top" role="banner">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand">Ye Ole Hangmen</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="#progress">Progression</a>
</li>
<li>
<a href="#leadership">Leadership</a>
</li>
<li>
<a href="http://forums.hangmenguild.com">Forums</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-form">
<li><button class="btn btn-primary apply-now">Apply Now (Recruiting all roles for 25 mans)</button></li>
</ul>
</nav>
</div>
</header>
<?php if (isset($_GET['success'])) :?>
<div class="alert alert-success">Thanks! We've received your application and will be in touch in-game.</div>
<?php endif; ?>
<div class="jumbotron">
<div class="container">
<img src="/images/hangmen.png" />
<p class="lead">
Formerly the oldest raiding guild on Shattered Hand.<br>Now calling Arthas home.
</p>
</div>
</div>
<div class="featurette"><div class="container" id="progress">
<h2>Progression</h2>
<p class="lead">
<span class="glyphicon glyphicon-check normal-progress"></span> Normal
<span class="glyphicon glyphicon-check heroic-progress"></span> Heroic
</p>
<div class="row guild-progress">
<div class="col-md-3 col-md-offset-2">
<ul>
<li class="Mythic">Hellfire Assult</li>
<li class="Mythic">Iron Reaver</li>
<li class="Mythic">Kormrok</li>
</ul>
</div>
<div class = "col-md-3 col-md-offset-2">
<ul>
<li class="Mythic">Hellfire High Council</li>
<li class="Mythic">Kilrogg Deadeye</li>
<li class="Heroic">Gorefiend</li>
</ul>
</div>
<div class ="col-md-3 col-md-offset-2">
<ul>
<li class="Heroic">Shadow-Lord Iskar</li>
<li class="Heroic">Socrethar the Eternal</li>
<li class="Heroic">Tyrant Velhari</li>
</ul>
</div>
<div class="col-md-3 col-md-offset-2">
<ul>
<li class="Heroic">Fel Lord Zakuun</li>
<li class="Heroic">Xhul'horac</li>
<li class="Heroic">Mannoroth</li>
<li class="Heroic">Archimonde</li>
</ul>
</div>
</div>
</div></div>
<div class="featurette"><div class="container" id="leadership">
<h2>Leadership</h2>
<div class="row">
<div class="col-md-4">
<h2>Havok</h2>
<p>Tank lead</p>
<p>Lags in real life.</p>
</div>
<div class="col-md-4">
<h2>Rizx</h2>
<p>Fearless Figure Head</p>
<p>0/10 would never say again.</p>
</div>
<div class="col-md-4">
<h2>Blutmark</h2>
<p>Paladin and good guy lead</p>
<p>Sorry guys. wearing the wrong gear</p>
</div>
<div class="col-md-4">
<h2>Pyraev</h2>
<p></p>Dropping hawt spotify playlist></p>
<p>Mom</p>
</div>
<div class="col-md-4">
<h2>Roychi</h2>
<p> Watchs the sharararara chronicles</p>
</div>
</div>
</div></div>
<div class="container" id="apply">
<h2>Apply Now</h2>
<div class="row">
<div class="col-md-6">
<h3>We look for...</h3>
<ul>
<li>Situational awareness</li>
<li>Maturity</li>
<li>Self-reflection and ability to self-correct mistakes</li>
<li>DBM</li>
<li>Know how to have fun</li>
</ul>
<h3>We don't care about...</h3>
<ul>
<li>Item level. Gear can be improved. Your level of derp cannot.</li>
<li>What your "main" did or does. Good for you. How does that help us?</li>
<li>Your age. Our raiders cover the whole spectrum. Age is just a number.</li>
<li>Your epeen. Mine's bigger anyway.</li>
</ul>
<h3>Raid Days (7:30-11pm EST)</h3>
<ul>
<li>Tuesday</li>
<li>Wednesday</li>
</ul>
</div>
<form action="mail.php" method="post" role="form">
<div class="col-md-5 col-md-offset-1">
<div class="form-group">
<label for="character">Character Name (include special characters)</label>
<input type="text" name="character" id="character" class="form-control" required="required" />
</div>
<div class="form-group">
<label for="realm">Realm (US)</label>
<input type="text" name="realm" id="realm" class="form-control" value="Arthas" required="required" />
</div>
<div class="form-group">
<label for="armory">Armory</label>
<input type="text" name="armory" id="armory" class="form-control" value="us.battle.net/wow/en/character/" disabled="disabled" />
</div>
<div class="form-group">
<textarea placeholder="What are you looking for in a guild?" name="statement" class="form-control" rows="5" required="required"></textarea>
</div>
<?php
require_once('recaptchalib.php');
$publickey = '6Len1e4SAAAAADc0F4DB_yE7UbiI7kaydBABEHfO';
echo recaptcha_get_html($publickey);
?>
<input type="submit" value="Apply" class="btn btn-lg btn-primary btn-block" />
</div>
</form>
</div>
</div>
<hr>
<div class="footer container">
<p>
Copyright 2014 Ye Ole Hangmen of Arthas
</p>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="/hangmen.js"></script>
</body>
</html>