-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
819 lines (809 loc) · 64 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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Responsive Admin Dashboard Template">
<meta name="keywords" content="admin,dashboard">
<meta name="author" content="Christer Johansson">
<!-- The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Datum - Responsive Admin Dashboard Template</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/plugins/icomoon/style.css" rel="stylesheet">
<link href="assets/plugins/uniform/css/default.css" rel="stylesheet"/>
<link href="assets/plugins/switchery/switchery.min.css" rel="stylesheet"/>
<link href="assets/plugins/gridgallery/css/component.css" rel="stylesheet">
<!-- Theme Styles -->
<link href="assets/css/Datum.min.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<script src="assets/plugins/gridgallery/js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for 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/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Container -->
<div class="page-container">
<!-- Page Sidebar -->
<div class="page-sidebar">
<a class="logo-box" href="index.html">
<span>Datum</span>
<i class="icon-radio_button_unchecked" id="fixed-sidebar-toggle-button"></i>
<i class="icon-close" id="sidebar-toggle-button-close"></i>
</a>
<div class="page-sidebar-inner">
<div class="page-sidebar-menu">
<ul class="accordion-menu">
<li>
<a href="index.html">
<i class="menu-icon icon-home4"></i><span>Dashboard</span>
</a>
</li>
<li>
<a href="email.html">
<i class="menu-icon icon-inbox"></i><span>Email</span>
</a>
</li>
<li>
<a href="javascript:void(0);">
<i class="menu-icon icon-flash_on"></i><span>UI Kits</span><i class="accordion-icon fa fa-angle-left"></i>
</a>
<ul class="sub-menu">
<li><a href="ui-alerts.html">Alerts</a></li>
<li><a href="ui-buttons.html">Buttons</a></li>
<li><a href="ui-icons.html">Icons</a></li>
<li><a href="ui-typography.html">Typography</a></li>
<li><a href="ui-notifications.html">Notifications</a></li>
<li><a href="ui-modals.html">Modals</a></li>
<li><a href="ui-progress.html">Progress Bars</a></li>
<li><a href="ui-tabs-accordions.html">Tabs & Accordions</a></li>
<li><a href="ui-tree-view.html">Tree View</a></li>
<li><a href="ui-nestable.html">Nestable</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0);">
<i class="menu-icon icon-layers"></i><span>Layouts</span><i class="accordion-icon fa fa-angle-left"></i>
</a>
<ul class="sub-menu">
<li><a href="layout-blank.html">Blank Page</a></li>
<li><a href="layout-boxed.html">Boxed Layout</a></li>
<li><a href="layout-collapsed-sidebar.html">Collapsed Sidebar</a></li>
<li><a href="layout-fixed-header.html">Fixed Header</a></li>
<li><a href="layout-fixed-sidebar.html">Fixed Sidebar</a></li>
<li><a href="layout-fixed-sidebar-header.html">Fixed Sidebar & Header</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0);">
<i class="menu-icon icon-code"></i><span>Forms</span><i class="accordion-icon fa fa-angle-left"></i>
</a>
<ul class="sub-menu">
<li><a href="form-elements.html">Elements</a></li>
<li><a href="form-wizard.html">Form Wizard</a></li>
<li><a href="form-file-upload.html">File Upload</a></li>
<li><a href="form-image-crop.html">Image Crop</a></li>
<li><a href="form-image-zoom.html">Image Zoom</a></li>
<li><a href="form-x-editable.html">X-editable</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0);">
<i class="menu-icon icon-format_list_bulleted"></i><span>Tables</span><i class="accordion-icon fa fa-angle-left"></i>
</a>
<ul class="sub-menu">
<li><a href="table-static.html">Static</a></li>
<li><a href="table-responsive.html">Responsive</a></li>
<li><a href="table-data.html">Data Tables</a></li>
</ul>
</li>
<li>
<a href="charts.html">
<i class="menu-icon icon-show_chart"></i><span>Charts</span>
</a>
</li>
<li>
<a href="javascript:void(0);">
<i class="menu-icon icon-my_location"></i><span>Maps</span><i class="accordion-icon fa fa-angle-left"></i>
</a>
<ul class="sub-menu">
<li><a href="maps-google.html">Google</a></li>
<li><a href="maps-vector.html">Vector</a></li>
</ul>
</li>
<li class="active-page">
<a href="javascript:void(0);">
<i class="menu-icon icon-star"></i><span>Extra</span><i class="accordion-icon fa fa-angle-left"></i>
</a>
<ul class="sub-menu">
<li><a href="invoice.html">Invoice</a></li>
<li><a href="404.html">404 Page</a></li>
<li><a href="500.html">500 Page</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="lockscreen.html">Lockscreen</a></li>
<li><a href="todo.html">Todo</a></li>
<li><a href="gallery.html" class="active">Gallery</a></li>
<li><a href="pricing-tables.html">Pricing Tables</a></li>
<li><a href="timeline.html">Timeline</a></li>
</ul>
</li>
<li class="menu-divider"></li>
<li>
<a href="index.html">
<i class="menu-icon icon-help_outline"></i><span>Documentation</span>
</a>
</li>
<li>
<a href="index.html">
<i class="menu-icon icon-public"></i><span>Changelog</span><span class="label label-danger">1.0</span>
</a>
</li>
</ul>
</div>
</div>
</div><!-- /Page Sidebar -->
<!-- Page Content -->
<div class="page-content">
<!-- Page Header -->
<div class="page-header">
<div class="search-form">
<form action="#" method="GET">
<div class="input-group">
<input type="text" name="search" class="form-control search-input" placeholder="Type something...">
<span class="input-group-btn">
<button class="btn btn-default" id="close-search" type="button"><i class="icon-close"></i></button>
</span>
</div>
</form>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<div class="logo-sm">
<a href="javascript:void(0)" id="sidebar-toggle-button"><i class="fa fa-bars"></i></a>
<a class="logo-box" href="index.html"><span>Datum</span></a>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<i class="fa fa-angle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="javascript:void(0)" id="collapsed-sidebar-toggle-button"><i class="fa fa-bars"></i></a></li>
<li><a href="javascript:void(0)" id="toggle-fullscreen"><i class="fa fa-expand"></i></a></li>
<li><a href="javascript:void(0)" id="search-button"><i class="fa fa-search"></i></a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="javascript:void(0)" class="right-sidebar-toggle" data-sidebar-id="main-right-sidebar"><i class="fa fa-envelope"></i></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-bell"></i></a>
<ul class="dropdown-menu dropdown-lg dropdown-content">
<li class="drop-title">Notifications<a href="#" class="drop-title-link"><i class="fa fa-angle-right"></i></a></li>
<li class="slimscroll dropdown-notifications">
<ul class="list-unstyled dropdown-oc">
<li>
<a href="#"><span class="notification-badge bg-primary"><i class="fa fa-photo"></i></span>
<span class="notification-info">Finished uploading photos to gallery <b>"South Africa"</b>.
<small class="notification-date">20:00</small>
</span></a>
</li>
<li>
<a href="#"><span class="notification-badge bg-primary"><i class="fa fa-at"></i></span>
<span class="notification-info"><b>John Doe</b> mentioned you in a post "Update v1.5".
<small class="notification-date">06:07</small>
</span></a>
</li>
<li>
<a href="#"><span class="notification-badge bg-danger"><i class="fa fa-bolt"></i></span>
<span class="notification-info">4 new special offers from the apps you follow!
<small class="notification-date">Yesterday</small>
</span></a>
</li>
<li>
<a href="#"><span class="notification-badge bg-success"><i class="fa fa-bullhorn"></i></span>
<span class="notification-info">There is a meeting with <b>Ethan</b> in 15 minutes!
<small class="notification-date">Yesterday</small>
</span></a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown user-dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><img src=" https://placehold.co/36x36" alt="" class="img-circle"></a>
<ul class="dropdown-menu">
<li><a href="#">Profile</a></li>
<li><a href="#">Calendar</a></li>
<li><a href="#"><span class="badge pull-right badge-danger">42</span>Messages</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Account Settings</a></li>
<li><a href="#">Log Out</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div><!-- /Page Header -->
<!-- Page Inner -->
<div class="page-inner">
<div class="page-title">
<h3 class="breadcrumb-header">Gallery</h3>
</div>
<div id="main-wrapper">
<div class="row">
<div class="col-md-12">
<div class="panel panel-white">
<div class="panel-body">
<div id="grid-gallery" class="grid-gallery">
<section class="grid-wrap">
<ul class="grid">
<li class="grid-sizer"></li>
<li>
<figure>
<img src=" https://placehold.co/800x577" alt="img01"/>
<figcaption><h3>Letterpress asymmetrical</h3><p>Chillwave hoodie ea gentrify aute sriracha consequat.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/800x413" alt="img02"/>
<figcaption><h3>Vice velit chia</h3><p>Laborum tattooed iPhone, Schlitz irure nulla Tonx retro 90's chia cardigan quis asymmetrical paleo. </p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/674x800" alt="img03"/>
<figcaption><h3>Brunch semiotics</h3><p>Ex disrupt cray yr, butcher pour-over magna umami kitsch before they sold out commodo.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/800x533" alt="img04"/>
<figcaption><h3>Chillwave nihil occupy</h3><p>In post-ironic gluten-free deserunt, PBR&B non pork belly cupidatat polaroid. </p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/533x800" alt="img05"/>
<figcaption><h3>Kale chips lomo biodiesel</h3><p>Pariatur food truck street art consequat sustainable, et kogi beard qui paleo. </p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/800x533" alt="img06"/>
<figcaption><h3>Exercitation occaecat</h3><p>Street chillwave hoodie ea gentrify.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/800x533" alt="img01"/>
<figcaption><h3>Selfies viral four</h3><p>Raw denim duis Tonx Shoreditch labore swag artisan High Life cred, stumptown Schlitz quinoa flexitarian mollit fanny pack.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x555" alt="img02"/>
<figcaption><h3>Photo booth skateboard</h3><p>Vinyl squid ex High Life. Paleo Neutra nulla master cleanse, Helvetica et enim nesciunt esse.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img03"/>
<figcaption><h3>Ex fashion axe</h3><p>Qui nesciunt et, in chia cliche irure. Eu YOLO nihil mollit twee locavore, tempor keytar asymmetrical irure aute sriracha consequat.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x541" alt="img04"/>
<figcaption><h3>Thundercats next level</h3><p>Portland nulla butcher ea XOXO, consequat Bushwick Pinterest elit twee pickled direct trade vero. </p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img05"/>
<figcaption><h3>Bushwick selvage synth</h3><p>Bicycle rights flannel Shoreditch, art party laboris Bushwick sriracha authentic chambray hella umami sed distillery master cleanse.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img01"/>
<figcaption><h3>Bottle wayfarers locavore</h3><p>Once there was a little asparagus, he was green and lonely.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img01"/>
<figcaption><h3>Letterpress asymmetrical</h3><p>Chillwave hoodie ea gentrify aute sriracha consequat.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img02"/>
<figcaption><h3>Vice velit chia</h3><p>Laborum tattooed iPhone, Schlitz irure nulla Tonx retro 90's chia cardigan quis asymmetrical paleo. </p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img03"/>
<figcaption><h3>Brunch semiotics</h3><p>Ex disrupt cray yr, butcher pour-over magna umami kitsch before they sold out commodo.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img04"/>
<figcaption><h3>Chillwave nihil occupy</h3><p>In post-ironic gluten-free deserunt, PBR&B non pork belly cupidatat polaroid. </p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x541" alt="img05"/>
<figcaption><h3>Kale chips lomo biodiesel</h3><p>Pariatur food truck street art consequat sustainable, et kogi beard qui paleo. </p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x490" alt="img06"/>
<figcaption><h3>Exercitation occaecat</h3><p>Street chillwave hoodie ea gentrify.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img01"/>
<figcaption><h3>Selfies viral four</h3><p>Raw denim duis Tonx Shoreditch labore swag artisan High Life cred, stumptown Schlitz quinoa flexitarian mollit fanny pack.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img02"/>
<figcaption><h3>Photo booth skateboard</h3><p>Vinyl squid ex High Life. Paleo Neutra nulla master cleanse, Helvetica et enim nesciunt esse.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img03"/>
<figcaption><h3>Ex fashion axe</h3><p>Qui nesciunt et, in chia cliche irure. Eu YOLO nihil mollit twee locavore, tempor keytar asymmetrical irure aute sriracha consequat.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img04"/>
<figcaption><h3>Thundercats next level</h3><p>Portland nulla butcher ea XOXO, consequat Bushwick Pinterest elit twee pickled direct trade vero. </p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img05"/>
<figcaption><h3>Bushwick selvage synth</h3><p>Bicycle rights flannel Shoreditch, art party laboris Bushwick sriracha authentic chambray hella umami sed distillery master cleanse.</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=" https://placehold.co/900x600" alt="img01"/>
<figcaption><h3>Bottle wayfarers locavore</h3><p>Once there was a little asparagus, he was green and lonely.</p></figcaption>
</figure>
</li>
</ul>
</section>
<section class="slideshow">
<ul>
<li>
<figure>
<figcaption>
<h3>Letterpress asymmetrical</h3>
<p>Kale chips lomo biodiesel stumptown Godard Tumblr, mustache sriracha tattooed cray aute slow-carb placeat delectus. Letterpress asymmetrical fanny pack art party est pour-over skateboard anim quis, ullamco craft beer.</p>
</figcaption>
<img src=" https://placehold.co/800x577" alt="img01"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Vice velit chia</h3>
<p>Chillwave Echo Park Etsy organic Cosby sweater seitan authentic pour-over. Occupy wolf selvage bespoke tattooed, cred sustainable Odd Future hashtag butcher.</p>
</figcaption>
<img src=" https://placehold.co/800x413" alt="img02"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Brunch semiotics</h3>
<p>IPhone PBR polaroid before they sold out meh you probably haven't heard of them leggings tattooed tote bag, butcher paleo next level single-origin coffee photo booth.</p>
</figcaption>
<img src=" https://placehold.co/674x800" alt="img03"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Chillwave nihil occupy</h3>
<p>Vice cliche locavore mumblecore vegan wayfarers asymmetrical letterpress hoodie mustache. Shabby chic lomo polaroid, scenester 8-bit Portland Pitchfork VHS tote bag.</p>
</figcaption>
<img src=" https://placehold.co/800x533" alt="img04"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Kale chips lomo biodiesel</h3>
<p>Chambray Schlitz pug YOLO, PBR Tumblr semiotics. Flexitarian YOLO ennui Blue Bottle, forage dreamcatcher chillwave put a bird on it craft beer Etsy.</p>
</figcaption>
<img src=" https://placehold.co/533x800" alt="img05"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Exercitation occaecat</h3>
<p>Cosby sweater hella lomo Thundercats VHS occupy High Life. Synth pop-up readymade single-origin coffee, fanny pack tousled retro. Fingerstache mlkshk ugh hashtag, church-key ethnic street art pug yr.</p>
</figcaption>
<img src=" https://placehold.co/800x533" alt="img06"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Selfies viral four</h3>
<p>Ethnic readymade pug, small batch XOXO Odd Future normcore kogi food truck craft beer single-origin coffee banh mi photo booth raw denim. XOXO messenger bag pug VHS. Forage gluten-free polaroid, twee hoodie chillwave Helvetica.</p>
</figcaption>
<img src=" https://placehold.co/800x533" alt="img01"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Photo booth skateboard</h3>
<p>Thundercats pour-over four loko skateboard Brooklyn, Etsy sriracha leggings dreamcatcher narwhal authentic 3 wolf moon synth Portland. Shabby chic photo booth Blue Bottle keffiyeh, McSweeney's roof party Carles.</p>
</figcaption>
<img src=" https://placehold.co/900x555" alt="img02"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Ex fashion axe</h3>
<p>Ennui Blue Bottle shabby chic, organic butcher High Life tattooed meggings jean shorts Brooklyn sartorial polaroid. Cray raw denim +1, bespoke High Life Odd Future banh mi chillwave Marfa kogi disrupt paleo direct trade 90's Godard. </p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img03"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Thundercats next level</h3>
<p>Typewriter authentic PBR, iPhone mixtape fixie post-ironic fingerstache Pitchfork artisan. Wayfarers master cleanse occupy, Tonx lo-fi swag Truffaut irony whatever Blue Bottle readymade PBR gluten-free. Lomo Pinterest Banksy fap. Retro ennui you probably haven't heard of them iPhone, PBR fashion axe polaroid.</p>
</figcaption>
<img src=" https://placehold.co/900x541" alt="img04"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Bushwick selvage synth</h3>
<p>Schlitz deserunt pour-over consectetur. Selfies plaid asymmetrical farm-to-table, cred gastropub photo booth narwhal non roof party velit raw denim slow-carb meggings pug. Tempor post-ironic seitan cliche bicycle rights. Meh viral Williamsburg, quinoa 8-bit kale chips YOLO Marfa accusamus.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img05"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Bottle wayfarers locavore</h3>
<p>Aliqua High Life art party fixie farm-to-table. Kitsch Echo Park shabby chic, narwhal fugiat Cosby sweater asymmetrical gastropub tofu. Authentic minim Pinterest Blue Bottle beard, aliqua chia XOXO dolor freegan banh mi vegan fugiat.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img01"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Letterpress asymmetrical</h3>
<p>Pickled hoodie Pinterest 90's proident church-key chambray. Salvia incididunt slow-carb ugh skateboard velit, flannel authentic hoodie lomo fixie photo booth farm-to-table. Minim meggings Bushwick, semiotics Vice put a bird.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img01"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Vice velit chia</h3>
<p>Tattooed assumenda chambray cray officia. 90's mollit ethnic church-key ex eu pop-up gentrify. Tonx raw denim eu, bitters nesciunt distillery Neutra pop-up. Drinking vinegar Helvetica Truffaut tattooed.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img02"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Brunch semiotics</h3>
<p>Gentrify High Life adipisicing, duis slow-carb kogi Tumblr raw denim freegan Echo Park. Fingerstache laboris pork belly messenger bag, you probably haven't heard of them vegan twee Intelligentsia Vice Etsy pickled put a bird on it Godard roof party. Meggings small batch dreamcatcher velit.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img03"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Chillwave nihil occupy</h3>
<p>Marfa exercitation non, beard +1 hashtag cardigan gluten-free mixtape church-key ugh eu Portland leggings. Ennui farm-to-table fingerstache keytar Echo Park tattooed. Seitan qui artisan, aliquip cupidatat sunt Portland wayfarers duis.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img04"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Kale chips lomo biodiesel</h3>
<p>Lomo church-key whatever, seitan laborum drinking vinegar lo-fi semiotics nihil meh. Skateboard irure before they sold out Banksy. Narwhal High Life lomo aliqua drinking vinegar. PBR&B placeat proident, craft beer forage DIY nostrud meh flexitarian keytar Helvetica.</p>
</figcaption>
<img src=" https://placehold.co/900x541" alt="img05"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Exercitation occaecat</h3>
<p>Skateboard Truffaut bicycle rights seitan normcore. Culpa lo-fi ennui, Pinterest before they sold out Echo Park roof party sapiente aesthetic consequat Truffaut freegan voluptate. Kogi banh mi vero nihil, freegan gluten-free cliche. Forage Etsy laboris anim normcore, McSweeney's ex.</p>
</figcaption>
<img src=" https://placehold.co/900x490" alt="img06"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Selfies viral four</h3>
<p>Viral roof party locavore flexitarian nihil fanny pack actually Odd Future anim commodo. Sunt yr aute, enim quis plaid sartorial duis leggings lo-fi gluten-free. Tote bag flexitarian pug stumptown, Cosby sweater try-hard ethnic scenester. Mumblecore +1 hoodie accusamus skateboard slow-carb, Thundercats Godard placeat craft beer meh enim trust fund.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img01"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Photo booth skateboard</h3>
<p>Culpa pour-over cray nesciunt dreamcatcher. Meggings distillery cillum raw denim voluptate, single-origin coffee lo-fi ethical iPhone four loko nihil salvia. Biodiesel ea Intelligentsia quis deep v, American Apparel trust fund slow-carb synth semiotics quinoa Brooklyn pour-over nulla Godard.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img02"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Ex fashion axe</h3>
<p>Bespoke irony tousled nihil flexitarian, salvia tempor nostrud Bushwick hashtag Austin ethnic disrupt. Beard Helvetica nihil, chia craft beer Wes Anderson keytar dolore. Irure incididunt flexitarian photo booth cillum, YOLO deserunt Brooklyn artisan. Brunch assumenda irony, Blue Bottle roof party DIY ullamco quis.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img03"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Thundercats next level</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img04"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Bushwick selvage synth</h3>
<p>Ethical Truffaut tofu food truck cred cornhole. Irure umami Austin cornhole blog ethical. Aliqua yr Truffaut, adipisicing hashtag Shoreditch eiusmod tempor literally vinyl.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img05"/>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Bottle wayfarers locavore</h3>
<p>Pork belly irony Shoreditch fashion axe DIY. Portland banjo irony, squid gentrify Austin fixie church-key magna. Marfa artisan Echo Park, McSweeney's banjo sunt keytar tofu. Brooklyn PBR single-origin coffee disrupt polaroid ut, gluten-free XOXO plaid magna.</p>
</figcaption>
<img src=" https://placehold.co/900x600" alt="img01"/>
</figure>
</li>
</ul>
<nav>
<span class="fa fa-angle-left nav-prev"></span>
<span class="fa fa-angle-right nav-next"></span>
<span class="icon-close nav-close"></span>
</nav>
</section>
</div>
</div>
</div>
</div>
</div><!-- Row -->
</div><!-- Main Wrapper -->
<div class="page-footer">
<p>Made with <i class="fa fa-heart"></i> by Christer Johansson</p>
</div>
</div><!-- /Page Inner -->
<div class="page-right-sidebar" id="main-right-sidebar">
<div class="page-right-sidebar-inner">
<div class="right-sidebar-top">
<div class="right-sidebar-tabs">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active" id="chat-tab"><a href="#chat" aria-controls="chat" role="tab" data-toggle="tab">chat</a></li>
<li role="presentation" id="settings-tab"><a href="#settings" aria-controls="settings" role="tab" data-toggle="tab">settings</a></li>
</ul>
</div>
<a href="javascript:void(0)" class="right-sidebar-toggle right-sidebar-close" data-sidebar-id="main-right-sidebar"><i class="icon-close"></i></a>
</div>
<div class="right-sidebar-content">
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="chat">
<div class="chat-list">
<span class="chat-title">Recent</span>
<a href="javascript:void(0);" class="right-sidebar-toggle chat-item unread" data-sidebar-id="chat-right-sidebar">
<div class="user-avatar">
<img src=" https://placehold.co/40x40" alt="">
</div>
<div class="chat-info">
<span class="chat-author">David</span>
<span class="chat-text">where u at?</span>
<span class="chat-time">08:50</span>
</div>
</a>
<a href="javascript:void(0);" class="right-sidebar-toggle chat-item unread active-user" data-sidebar-id="chat-right-sidebar">
<div class="user-avatar">
<img src=" https://placehold.co/40x40" alt="">
</div>
<div class="chat-info">
<span class="chat-author">Daisy</span>
<span class="chat-text">Daisy sent a photo.</span>
<span class="chat-time">11:34</span>
</div>
</a>
</div>
<div class="chat-list">
<span class="chat-title">Older</span>
<a href="javascript:void(0);" class="right-sidebar-toggle chat-item" data-sidebar-id="chat-right-sidebar">
<div class="user-avatar">
<img src=" https://placehold.co/40x40" alt="">
</div>
<div class="chat-info">
<span class="chat-author">Tom</span>
<span class="chat-text">You: ok</span>
<span class="chat-time">2d</span>
</div>
</a>
<a href="javascript:void(0);" class="right-sidebar-toggle chat-item active-user" data-sidebar-id="chat-right-sidebar">
<div class="user-avatar">
<img src=" https://placehold.co/40x40" alt="">
</div>
<div class="chat-info">
<span class="chat-author">Anna</span>
<span class="chat-text">asdasdasd</span>
<span class="chat-time">4d</span>
</div>
</a>
<a href="javascript:void(0);" class="right-sidebar-toggle chat-item active-user" data-sidebar-id="chat-right-sidebar">
<div class="user-avatar">
<img src=" https://placehold.co/40x40" alt="">
</div>
<div class="chat-info">
<span class="chat-author">Liza</span>
<span class="chat-text">asdasdasd</span>
<span class="chat-time"> </span>
</div>
</a>
<a href="javascript:void(0);" class="load-more-messages" data-toggle="tooltip" data-placement="bottom" title="Load More">•••</a>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="settings">
<div class="right-sidebar-settings">
<span class="settings-title">General Settings</span>
<ul class="sidebar-setting-list list-unstyled">
<li>
<span class="settings-option">Notifications</span><input type="checkbox" class="js-switch" checked />
</li>
<li>
<span class="settings-option">Activity log</span><input type="checkbox" class="js-switch" checked />
</li>
<li>
<span class="settings-option">Automatic updates</span><input type="checkbox" class="js-switch" />
</li>
<li>
<span class="settings-option">Allow backups</span><input type="checkbox" class="js-switch" />
</li>
</ul>
<span class="settings-title">Account Settings</span>
<ul class="sidebar-setting-list list-unstyled">
<li>
<span class="settings-option">Chat</span><input type="checkbox" class="js-switch" checked />
</li>
<li>
<span class="settings-option">Incognito mode</span><input type="checkbox" class="js-switch" />
</li>
<li>
<span class="settings-option">Public profile</span><input type="checkbox" class="js-switch" />
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="page-right-sidebar" id="chat-right-sidebar">
<div class="page-right-sidebar-inner">
<div class="right-sidebar-top">
<div class="chat-top-info">
<span class="chat-name">Noah</span>
<span class="chat-state">2h ago</span>
</div>
<a href="javascript:void(0)" class="right-sidebar-toggle chat-sidebar-close pull-right" data-sidebar-id="chat-right-sidebar"><i class="icon-keyboard_arrow_right"></i></a>
</div>
<div class="right-sidebar-content">
<div class="right-sidebar-chat slimscroll">
<div class="chat-bubbles">
<div class="chat-start-date">02/06/2017 5:58PM</div>
<div class="chat-bubble them">
<div class="chat-bubble-img-container">
<img src=" https://placehold.co/38x38" alt="">
</div>
<div class="chat-bubble-text-container">
<span class="chat-bubble-text">Hello</span>
</div>
</div>
<div class="chat-bubble me">
<div class="chat-bubble-text-container">
<span class="chat-bubble-text">Hello!</span>
</div>
</div>
<div class="chat-start-date">03/06/2017 4:22AM</div>
<div class="chat-bubble me">
<div class="chat-bubble-text-container">
<span class="chat-bubble-text">lorem</span>
</div>
</div>
<div class="chat-bubble them">
<div class="chat-bubble-img-container">
<img src=" https://placehold.co/38x38" alt="">
</div>
<div class="chat-bubble-text-container">
<span class="chat-bubble-text">ipsum dolor sit amet</span>
</div>
</div>
</div>
</div>
<div class="chat-write">
<form class="form-horizontal" action="javascript:void(0);">
<input type="text" class="form-control" placeholder="Say something">
</form>
</div>
</div>
</div>
</div>
</div><!-- /Page Content -->
</div><!-- /Page Container -->
<!-- Javascripts -->
<script src="assets/plugins/jquery/jquery-3.1.0.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/jquery-slimscroll/jquery.slimscroll.min.js"></script>
<script src="assets/plugins/uniform/js/jquery.uniform.standalone.js"></script>
<script src="assets/plugins/switchery/switchery.min.js"></script>
<script src="assets/plugins/gridgallery/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/plugins/gridgallery/js/masonry.pkgd.min.js"></script>
<script src="assets/plugins/gridgallery/js/classie.js"></script>
<script src="assets/plugins/gridgallery/js/cbpgridgallery.js"></script>
<script src="assets/js/Datum.min.js"></script>
<script src="assets/js/pages/gallery.js"></script>
</body>
</html>