-
Notifications
You must be signed in to change notification settings - Fork 1
/
gallery.html
executable file
·395 lines (359 loc) · 18.1 KB
/
gallery.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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html>
<head>
<title>Sugoi Admin</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/admin.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script src="js/lib/modernizr.js"></script>
</head>
<body class="bg-gray-light">
<nav class="navbar navbar-fixed-top not-collapse bg-g-ln-gray" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#" class="hover-white-shade-bg">
Sugoi Admin
<small class="font-w-100 text-gray-alt hidden-xs hidden-sm">Awesome admin template</small>
</a>
</div>
<div id="top-nav">
<a href="https://wrapbootstrap.com/theme/sugoi-admin-WB0H6TMC9" type="button" class="btn btn-default navbar-btn navbar-right btn-primary m-r-30 mm-r-10">Purchase</a>
<div class="navbar-dropdown navbar-right navbar-avatar">
<a href="#" data-target="#topavatar-toggle" class="hover-no-underline dropdown-toggle m-lr-30 mm-lr-10" data-toggle="dropdown">
<img src="placeholders/avatars/avatar.jpg" class="img-circle" width=25>
<span class="text-gray-light hidden-sm hidden-xs">John Doe</span>
<span class="caret text-white hidden-sm hidden-xs"></span>
</a>
<ul id="topavatar-toggle" class="dropdown-menu avatar-dropdown">
<li><a href="settings.html">Settings</a></li>
<li><a href="login.html">Signup</a></li>
</ul>
</div>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="messages.html">
<span class="glyphicon glyphicon-envelope"></span>
<span
class="text-white circle-12px bg-orange text-small text-center icon-counter">4</span>
<span class="hidden-sm hidden-xs">Messages</span>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-plus-sign"></span>
<span class="hidden-sm hidden-xs">Pages</span>
</a>
<ul class="dropdown-menu">
<li><a href="/">Dashboard</a></li>
<li><a href="messages.html">Inbox</a></li>
<li><a href="message-single.html">Message</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="ui.html">UI</a></li>
<li><a href="widgets.html">Widgets</a></li>
<li><a href="settings.html">Settings</a></li>
<li class="divider"></li>
<li><a href="login.html">Login</a></li>
<li><a href="signup.html">Signup</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<div class="sidebar bg-gray-dark text-white text-center pushy pushy-left">
<header class="bg-g-ln-gray p-tb-30 pm-tb-10 p-lr-10 b-bot-2px-gray-dark hidden-xs">
<a href="#" data-target="#avatar-toggle" class="hover-no-underline dropdown-toggle" data-toggle="dropdown">
<img src="placeholders/avatars/avatar.jpg" class="img-circle" width=35>
<span class="text-gray-alt">Welcome</span>
<span class="text-gray-light">John Doe</span>
<span class="caret white"></span>
</a>
</header>
<ul id="avatar-toggle" class="dropdown-sidebar-avatar" role="menu" aria-labelledby="dLabel">
<li><a href="settings.html">Settings</a></li>
<li><a href="login.html">Sign out</a></li>
</ul>
<hr class="no-margin">
<ul class="unstyled nav">
<li><a href="index.html" class="text-left">Dashboard</a></li>
<li>
<a href="messages.html" class="text-left">
Inbox
<span class="badge bg-blue-light pull-right text-gray-dark brad-small">4</span>
</a>
</li>
<li class="active"><a href="gallery.html" class="text-left">Gallery</a></li>
<li>
<a href="#" class="text-left dropdown-toggle" data-toggle="dropdown">
UI Elements
<b class="caret"></b>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="ui.html">UI</a></li>
<li><a href="widgets.html">Widgets</a></li>
</ul>
</li>
<li><a href="pricing.html" class="text-left">Pricing</a></li>
<li><a href="settings.html" class="text-left">Settings</a></li>
</ul>
<div class="bg-gray-dark-shade text-left search">
<i class="glyphicon glyphicon-search text-gray-alt"></i>
<input type="text" placeholder="Search" class="input-invisible">
</div>
<div class="sidebar-chart chart m-t-30" data-percent="73" data-scale-color="rgba(255,255,255,.2)">
<div class="percentage text-gray-alt font-w-100">73%</div>
<div class="label text-gray-alt font-w-100 text-uppercase">Bandwidth</div>
</div>
</div>
<div class="preloader">
<div class="timer"></div>
</div>
<div id="container" class="main-content p-30 tp-t-60 tp-lr-10">
<button class="menu-btn btn btn-bordered text-gray-alt text-bold top-left-corner">☰ MENU</button>
<form action="http://www.torrentplease.com/dropzone.php" class="dropzone dz-clickable" id="demo-upload">
<div class="dz-default dz-message"><span>Drop files or click here to upload</span></div></form>
<div class="bg-white p-30 m-t-30">
<div class="clearfix mosaicflow">
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,34.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/1.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Malesuada Fuscev</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,54.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/2.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Ullamcorper Consectetur</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,64.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/3.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Sollicitudin</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,34.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/4.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Etiam</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,64.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/5.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Abminos</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,64.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/6.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Elit</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,64.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/7.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Cras</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,64.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/8.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Amet</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,64.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/9.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Condimentum Bibendum</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,44.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/10.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Ligula</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,34.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/11.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Sollicitudin</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,54.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/12.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Ligula</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,34.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/13.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Pellentesque</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
<a href="#" class="mosaicflow__item m-r-10 m-b-10" data-path-hover="m 180,44.57627 -180,0 L 0,0 180,0 z">
<img src="placeholders/photos/14.jpg" class="retina">
<svg viewBox="0 0 180 320" preserveAspectRatio="none">
<path d="M180,160C180,160,0,218,0,218C0,218,0,0,0,0C0,0,180,0,180,0C180,0,180,160,180,160"></path>
<defs></defs>
</svg>
<figcaption>
<h3 class="text-uppercase font-w-100">Sem</h3>
<p class="text-small text-uppercase">Uploaded on 01-07-2014</p>
</figcaption>
<div class="item__buttons">
<button class="btn btn-bordered btn-block text-uppercase text-bold">Delete</button>
<button class="btn btn-bordered btn-block text-uppercase text-bold">Edit</button>
</div>
</a>
</div>
</div>
</div> <!-- /main content -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/lib/bootstrap.js"></script>
<script src="js/lib/pushy.js"></script>
<script src="js/lib/retina.js"></script>
<script src="js/lib/easypiechart.js"></script>
<script src="js/lib/mosaicflow.js"></script>
<script src="js/lib/snapsvg.js"></script>
<script src="js/lib/dropzone.js"></script>
<script src="js/admin.js"></script>
<script>
var url ='icons/icons.svg';
var c=new XMLHttpRequest(); c.open('GET', url, false); c.setRequestHeader('Content-Type', 'text/xml'); c.send();
document.body.insertBefore(c.responseXML.firstChild, document.body.firstChild)
</script>
<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-49617882-1', 'sugoi-admin-v104.herokuapp.com');
ga('send', 'pageview');
</script>
</body>
</html>