-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (147 loc) · 4.08 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
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
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="main.sass">
<link rel="stylesheet" type="text/css" href="960.css">
<title>Mobber</title>
</head>
<body>
<div class="nav-bar">
<div class="container_12">
<div class="grid_1 alpha">
<img class="hat-logo" src="images/hat-logo.png">
</div>
<div id="mobber" class="grid_1">
<p>MOBBER</p>
</div>
<div class="grid_2">
<p>FIND A MOB</P>
</div>
<div class="grid_2">
<p>START A MOB</p>
</div>
<!-- <div class="grid_5"></div> -->
<div class="grid_1 prefix_4">
<img src="images/igor-crop-resizes-touchup.jpeg">
</div>
<div class="grid_1">
<p class="igor">Eye Gor</p>
</div>
</div>
</div>
</div>
<div class="spread-bar">
<div class="container_12">
<div class="grid_12">
<p>Hunt the monster and find others who are hunting the monster.</p>
</div>
</div>
</div>
<div class="body-bar">
<div class="container_12">
<div class="grid_8">
<div id="box">
<div id="overlay">
<div class="grid_2">
<p>1931 RIOT</p>
</div>
<div class="grid_3 prefix_3">
<p id="ended-tour">This riot ended 90 years ago</p>
</div>
</div>
</div>
<div id="lower-pic-bar">
<p>"Transylvannia hunt starts again in 3 days! Get your pitchforks at the local blacksmith! www.ye.ol.blacksmith.com"</p>
</div>
<p id="agreeing">joining this mob means you agree to allow mobber to send this message on your account once the number of mobbers is reached.</p>
</div>
<div class="grid_2">
<div id="going-box">
<p>78</p>
</div>
<div id="mobbers-going">
<p>MOBBERS</p>
</div>
</div>
<div class="grid_2">
<div id="going-box">
<p>250</p>
</div>
<div id="mobbers-going">
<p>MOBBERS NEEDED</p>
</div>
</div>
<div class="grid_4">
<a href="#" class="join-mob-button">Join this Mob!</a>
<div class="reward-box">
<p>Your Reward</p>
<p>Ticket Presale Entrance</p>
</div>
<p id="release">This mob will only be released if it is joined by the needed amount of mobbers. Spread the word!</p>
<div class="networking">
<ul>
<li><img src="images/twitter-icon.png"></li>
<li><img src="images/facebook-icon.png"></li>
<li><img src="images/google-plus-icon.png"></li>
</ul>
</div>
</div>
</div>
</div>
<div class="advertising-bar">
<div class="container_12 pic-bar">
<div class="grid_4">
<img class="screaming" src="images/dracula-resize.jpeg">
<p class="advertising" >Vampires? Get a stake in the next riot!</p>
<p>52 Mobbers, 100 Needed</p>
</div>
<div class="grid_4">
<img class="screaming" src="images/wolfman-resize.jpeg">
<p class="advertising">Wolfman on the loose! Grab the gang and your best silver!</p>
<p>52 Mobbers, 100 Needed</p>
</div>
<div class="grid_4">
<img class="screaming" src="images/bride-screaming.jpeg">
<p class="advertising">Presale for Couple's Therapy</p>
<p>52 Mobbers, 100 Needed</p>
</div>
</div>
<div class="container_12">
<div class="grid_8">
<table class="extra-mobs">
<th>Upcoming Mobs</th>
<tr>
<td>Flash Mobbing</td>
<td>100 Mobbers Needed</td>
<td>Thursday, April 4, 2012</td>
</tr>
<tr>
<td>Angry Mobbing</td>
<td>100 Mobbers Needed</td>
<td>Thursday, April 4, 2012</td>
</tr>
<tr>
<td>Pitchfork Sale</td>
<td>100 Mobbers Needed</td>
<td>Thursday, April 4, 2012</td>
</tr>
<tr>
<td>Village Tours</td>
<td>100 Mobbers Needed</td>
<td>Thursday, April 4, 2012</td>
</tr>
</table>
</div>
<div class="grid_4">
<div class="start-mob-box">
</div>
</div>
</div>
</div>
</div>
<div class="footer-bar">
</div>
</body>
</html>