-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (205 loc) · 8.54 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
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet/less" href="css/site.less">
<link href="css/theme-flat-ui.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 7]>
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!-- Fav and touch icons -->
<!-- Le styles -->
<!-- GOOGLE FONT-->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<!-- /GOOGLE FONT-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<script src="js/less.js"></script>
<script src="js/vendor/modernizr-2.7.1.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- MAIN WRAPPER class="wrapper" max-width="1110px"-->
<div class="wrapper">
<header id="head-top"></header>
<div class="container">
<!-- PASTE BIN SECTION-->
<div id="pasteBinSection"></div>
<!-- / PASTE BIN SECTION-->
<!-- RECENT ROLLS SECTION-->
<div id="recentRolls"></div>
<!-- / RECENT ROLLS SECTION-->
</div><!-- /.container -->
</div> <!-- /.wrapper -->
<script id="paste-bin-section-tmpl" type="text/template">
<div class="row" style="padding-top:30px;">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
<div class="page-header">
<h3>PASTE YOUR ITEM DETAILS TO BEGIN</h3>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="row">
<div class="col-sm-10 col-lg-10">
<textarea id="pasteHolder" class="form-control" placeholder="Paste Here (Ctrl + C while hovering over item in-game)">
Rarity: Rare
Havoc Keep
Praetor Crown
--------
Quality: +20% (augmented)
Armour: 240 (augmented)
Energy Shield: 108 (augmented)
--------
Requirements:
Level: 68
Str (gem): 144 (unmet)
Dex (gem): 132 (unmet)
Int (gem): 136 (unmet)
--------
Sockets: R-B-G-B
--------
Itemlevel: 75
--------
43% increased Armour and Energy Shield
+75 to maximum Life
44% increased Rarity of Items found
+35% to Fire Resistance
15% increased Block and Stun Recovery
</textarea>
</div>
</div>
</div>
<!-- ITEM-->
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="row">
<button id="rollItemButton" type="button" class="btn btn-primary btn-lg">Roll Item</button>
</div>
</div>
<div id="roll_mod_holder"></div>
<!-- / ITEM-->
</div>
</script>
<script id="roll-item-mod-tmpl" type="text/template">
<% _.each(model.mods, function(mod){ %>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="row">
<div class="text-center col-sm-2 col-lg-2">
<i class="icon-tablet icon-4x text-info"></i>
</div>
<div class="col-sm-10 col-lg-10">
<p><%- mod.roll ? mod.roll.description : '' %></p>
</div>
</div>
</div>
<% }); %>
</script>
<script id="recent-rolls-tmpl" type="text/template">
<div class="row" style="padding-top:30px;">
<div class="col-sm-12 col-lg-12 text-center">
<div class="page-header">
<h3>YOUR RECENT ROLLS</h3>
</div>
</div>
</div>
<div class="row" style="margin-top:30px;">
<!-- ROLL-->
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<div class="panel panel-success">
<div class="panel-heading">
<h3 class="text-center"><i class="icon-fullscreen"></i> ITEM NAME</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12 text-center">
<p class="lead text-success" style="font-size:40px"><strong>Score</strong></p>
</div>
</div>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">Mod One</li>
<li class="list-group-item">Mod Two</li>
<li class="list-group-item">Mod Three</li>
<li class="list-group-item">(color indicates value)</li>
</ul>
</div>
<div class="panel-footer">
<a class="btn btn-success btn-block" href="http://twitter.github.io/bootstrap/examples/hero.html#">???</a>
</div>
</div>
</div>
<!-- / ROLL-->
<!-- ROLL-->
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="text-center"><i class="icon-fullscreen"></i> ITEM NAME</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12 text-center">
<p class="lead text-success" style="font-size:40px"><strong>Score</strong></p>
</div>
</div>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">Mod One</li>
<li class="list-group-item">Mod Two</li>
<li class="list-group-item">Mod Three</li>
<li class="list-group-item">(color indicates value)</li>
</ul>
</div>
<div class="panel-footer">
<a class="btn btn-info btn-block" href="http://twitter.github.io/bootstrap/examples/hero.html#">???</a>
</div>
</div>
</div>
<!-- / ROLL-->
<!-- ROLL-->
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<div class="panel panel-danger">
<div class="panel-heading">
<h3 class="text-center"><i class="icon-fullscreen"></i> ITEM NAME</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12 text-center">
<p class="lead text-success" style="font-size:40px"><strong>Score</strong></p>
</div>
</div>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">Mod One</li>
<li class="list-group-item">Mod Two</li>
<li class="list-group-item">Mod Three</li>
<li class="list-group-item">(color indicates value)</li>
</ul>
</div>
<div class="panel-footer">
<a class="btn btn-danger btn-block" href="http://twitter.github.io/bootstrap/examples/hero.html#">???</a>
</div>
</div>
</div>
<!-- / ROLL-->
</div>
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/backbone.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body></html>