forked from ithoq/MagicTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing.html
369 lines (362 loc) · 20.1 KB
/
landing.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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!-- light-blue - v3.1.0 - 2014-12-06 -->
<!DOCTYPE html>
<html>
<head>
<title>Light Blue - Responsive Admin Dashboard Template</title>
<link href="css/application.min.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta charset="utf-8">
<script>
/* yeah we need this empty stylesheet here. It's cool chrome & chromium fix
chrome fix https://code.google.com/p/chromium/issues/detail?id=167083
https://code.google.com/p/chromium/issues/detail?id=332189
*/
</script>
</head>
<body class="background-dark">
<div class="landing">
<div class="container">
<header class="page-header">
<div class="navbar">
<div class="logo pull-left">
<h4><a href="index.html">Light <strong>Blue</strong></a> <small>bootstrap 3 template</small></h4>
</div>
<ul class="nav navbar-nav pull-right navbar-menu hidden-xs">
<li class="active">
<a href="#">
Home
</a>
</li>
<li>
<a href="#about">
About
</a>
</li>
</ul>
<ul class="navbar-buttons pull-right">
<li>
<a href="index.html" class="btn btn-sm btn-transparent">
Preview
<i class="fa fa-arrow-right"></i>
</a>
</li>
<li>
<a href="https://wrapbootstrap.com/theme/light-blue-responsive-admin-template-WB0T41TX4"
class="btn btn-sm btn-transparent">
Download
<i class="fa fa-download"></i>
</a>
</li>
</ul>
</div>
</header>
<div class="content">
<div id="carousel-landing" class="carousel slide carousel-landing carousel-fade">
<ol class="carousel-indicators">
<li data-target="#carousel-landing" data-slide-to="0" class="active"></li>
<li data-target="#carousel-landing" data-slide-to="1" class=""></li>
<li data-target="#carousel-landing" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<div class="row">
<div class="col-xs-6">
<div class="animated fadeInLeftBig">
<h1 class="slide-one-header"><strong>Light Blue</strong> <br>Dashboard Template</h1>
<p class="lead hidden-xs">
World <strong>First</strong> Transparent Dashboard
</p>
<p>
<a href="index.html" class="btn btn-lg btn-white">
Preview <i class="fa fa-angle-right"></i>
</a>
<a href="https://wrapbootstrap.com/theme/light-blue-responsive-admin-template-WB0T41TX4"
class="btn btn-lg btn-transparent">
Purchase <i class="fa fa-shopping-cart"></i>
</a>
</p>
</div>
</div>
<div class="col-xs-6">
<div class="text-align-center animated fadeInRightBig">
<img src="img/jpeg/light-blue-preview-1.png" alt="Second slide">
</div>
</div>
</div>
</div>
<div class="item">
<h1 class="slide-two-header text-align-center animated fadeInDown">
<strong>Transparent</strong> & <strong>White</strong>
Versions
</h1>
<div class="row">
<div class="col-xs-6">
<div class="animated fadeInLeftBig">
<p>
<a href="index.html">
<img src="img/jpeg/light-blue-laptop-transparent.png" alt=""/>
</a>
</p>
<p class="text-align-center">
<a href="index.html" class="btn btn-transparent btn-lg btn-version-preview">
Preview <i class="fa fa-angle-right"></i>
</a>
</p>
</div>
</div>
<div class="col-xs-6">
<div class="animated fadeInRightBig">
<p>
<a href="../white/index.html">
<img src="img/jpeg/light-blue-laptop-white.png" alt=""/>
</a>
</p>
<p class="text-align-center">
<a href="../white/index.html" class="btn btn-white btn-lg btn-version-preview">
Preview <i class="fa fa-angle-right"></i>
</a>
</p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-xs-6">
<div class="animated fadeInLeft">
<h1 class="slide-three-header">
<strong>Fully</strong>
<br>
Responsive
</h1>
<p>
<a href="http://www.responsinator.com/?url=demo.flatlogic.com%2F3.0" class="btn btn-white btn-lg" target="_blank">
Test It
</a>
</p>
</div>
</div>
<div class="col-xs-6">
<p class="animated fadeInUp" style="margin-top: 20px">
<img src="img/jpeg/light-blue-phone.png" alt=""/>
</p>
</div>
</div>
</div>
</div>
<a class="left carousel-control carousel-control-landing" href="#carousel-landing" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="right carousel-control carousel-control-landing" href="#carousel-landing" data-slide="next">
<span class="icon-next"></span>
</a>
</div>
</div>
</div>
<div id="about" class="widget widget-white widget-about">
<div class="container">
<div class="row">
<div class="col-sm-offset-1 col-sm-10">
<h2><strong>About Light Blue</strong></h2>
<p>
<strong>Light Blue</strong> - is a next generation dashboard template. Flat design and transparency - the
design that the world haven't seen before Light Blue.
</p>
<div class="row features">
<div class="col-sm-4">
<section class="feature">
<div class="row">
<div class="col-xs-4">
<p>
<span class="icon background-danger">
<i class="fa fa-bold"></i>
</span>
</p>
</div>
<div class="col-xs-8">
<h4>Bootstrap 3</h4>
<p>
Light Blue comes with built-in Twitter Bootstrap 3 support.
Easy to design your next web app.
</p>
</div>
</div>
</section>
</div>
<div class="col-sm-4">
<section class="feature">
<div class="row">
<div class="col-xs-4">
<p>
<span class="icon background-warning">
<i class="fa fa-magic"></i>
</span>
</p>
</div>
<div class="col-xs-8">
<h4>Unique design</h4>
<p>
Transparent widgets and gradient background - have you seen something like this
before?
</p>
</div>
</div>
</section>
</div>
<div class="col-sm-4">
<section class="feature">
<div class="row">
<div class="col-xs-4">
<p>
<span class="icon background-success">
<i class="fa fa-wrench"></i>
</span>
</p>
</div>
<div class="col-xs-8">
<h4>Developer-friendly</h4>
<p>
Simple, intuitive and easily maintainable code.
</p>
</div>
</div>
</section>
</div>
</div>
<div class="row features">
<div class="col-sm-4">
<section class="feature">
<div class="row">
<div class="col-xs-4">
<p>
<span class="icon background-primary">
<i class="fa fa-superscript"></i>
</span>
</p>
</div>
<div class="col-xs-8">
<h4>White & Transparent</h4>
<p>
Two styles each having two background options.
</p>
</div>
</div>
</section>
</div>
<div class="col-sm-4">
<section class="feature">
<div class="row">
<div class="col-xs-4">
<p>
<span class="icon background-lime">
<i class="fa fa-check"></i>
</span>
</p>
</div>
<div class="col-xs-8">
<h4>Web applications</h4>
<p>
LB itself is a web app. Plus there is an Email -
ready-to-use Backbone application.
</p>
</div>
</div>
</section>
</div>
<div class="col-sm-4">
<section class="feature">
<div class="row">
<div class="col-xs-4">
<p>
<span class="icon background-info">
<i class="fa fa-css3"></i>
</span>
</p>
</div>
<div class="col-xs-8">
<h4>Sass-powered</h4>
<p>
Variables, mixins, includes - things that
make Light Blue really easy to customize.
</p>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<p class="preview text-align-center">
<a href="../white/index.html" class="btn btn-lg btn-danger">
Preview the White Version
</a>
</p>
</div>
</div>
<h2 class="thanks text-align-center">Thanks for watching!</h2>
<p class="lead text-align-center"><a class="back-to-top" href="#"> back to top <i class="fa fa-angle-up"></i></a></p>
</div>
<!-- common libraries. required for every page-->
<script src="lib/jquery/dist/jquery.min.js"></script>
<script src="lib/jquery-pjax/jquery.pjax.js"></script>
<script src="lib/bootstrap-sass-official/assets/javascripts/bootstrap.js"></script>
<script src="lib/widgster/widgster.js"></script>
<script src="lib/underscore/underscore.js"></script>
<!-- common application js -->
<script src="js/app.js"></script>
<script src="js/settings.js"></script>
<!-- common templates -->
<script type="text/template" id="settings-template">
<div class="setting clearfix">
<div>Background</div>
<div id="background-toggle" class="pull-left btn-group" data-toggle="buttons-radio">
<% dark = background == 'dark'; light = background == 'light';%>
<button type="button" data-value="dark" class="btn btn-sm btn-default <%= dark? 'active' : '' %>">Dark</button>
<button type="button" data-value="light" class="btn btn-sm btn-default <%= light? 'active' : '' %>">Light</button>
</div>
</div>
<div class="setting clearfix">
<div>Sidebar on the</div>
<div id="sidebar-toggle" class="pull-left btn-group" data-toggle="buttons-radio">
<% onRight = sidebar == 'right'%>
<button type="button" data-value="left" class="btn btn-sm btn-default <%= onRight? '' : 'active' %>">Left</button>
<button type="button" data-value="right" class="btn btn-sm btn-default <%= onRight? 'active' : '' %>">Right</button>
</div>
</div>
<div class="setting clearfix">
<div>Sidebar</div>
<div id="display-sidebar-toggle" class="pull-left btn-group" data-toggle="buttons-radio">
<% display = displaySidebar%>
<button type="button" data-value="true" class="btn btn-sm btn-default <%= display? 'active' : '' %>">Show</button>
<button type="button" data-value="false" class="btn btn-sm btn-default <%= display? '' : 'active' %>">Hide</button>
</div>
</div>
<div class="setting clearfix">
<div>White Version</div>
<div>
<a href="../white/index.html" class="btn btn-sm btn-default"> Switch <i class="fa fa-angle-right"></i></a>
</div>
</div>
</script>
<script type="text/template" id="sidebar-settings-template">
<% auto = sidebarState == 'auto'%>
<% if (auto) {%>
<button type="button"
data-value="icons"
class="btn-icons btn btn-transparent btn-sm">Icons</button>
<button type="button"
data-value="auto"
class="btn-auto btn btn-transparent btn-sm">Auto</button>
<%} else {%>
<button type="button"
data-value="auto"
class="btn btn-transparent btn-sm">Auto</button>
<% } %>
</script>
<!-- page specific scripts -->
<script src="js/landing.js"></script>
</body>
</html>