-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
372 lines (350 loc) · 24.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
<!Doctype html>
<!--[if IE 7 ]> <html lang="en-gb" class="isie ie7 oldie no-js"> <![endif]-->
<!--[if IE 8 ]> <html lang="en-gb" class="isie ie8 oldie no-js"> <![endif]-->
<!--[if IE 9 ]> <html lang="en-gb" class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-gb" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Red Art - Digital Painting</title>
<meta name="description" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<!-- **CSS - stylesheets** -->
<link id="default-css" rel="stylesheet" href="style.css" type="text/css" media="all" />
<link id="sample-css" rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link type="text/css" rel="stylesheet" href="js/custom-scroll/mCustomScrollbar.css">
<!-- **Additional - stylesheets** -->
<link href="css/animations.css" rel="stylesheet" type="text/css" media="all" />
<link id="shortcodes-css" href="css/shortcodes.css" rel="stylesheet" type="text/css" media="all"/>
<link id="skin-css" href="skins/red/style.css" rel="stylesheet" media="all" />
<link href="css/isotope.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" />
<link href="css/pace.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" media="all"/>
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<link id="light-dark-css" href="dark/dark.css" rel="stylesheet" media="all" />
<!-- **Font Awesome** -->
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
</head>
<body>
<div class="loader-wrapper">
<div id="large-header" class="large-header">
<h1 class="loader-title"><span>Red</span> Art</h1>
</div>
</div>
<!-- **Wrapper** -->
<div class="wrapper">
<div class="inner-wrapper">
<div id="header-wrapper" class="dt-sticky-menu"> <!-- **header-wrapper Starts** -->
<header class="slide-bar">
<div class="header-container">
<div class="header-inner">
<a href="#" class="close-btn">
<span class="close"></span>
</a>
<a href="index.html" class="logo-container">
<img src="images/logo.png" alt="" >
</a>
<nav>
<ul class="menu type3">
<li class="menu-item-simple-parent"><a href="#">Home Page <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="http://www.wedesignthemes.com/html/redart/default">Default</a></li>
<li><a href="http://www.wedesignthemes.com/html/redart/menu-overlay">Menu Overlay</a></li>
<li><a href="http://www.wedesignthemes.com/html/redart/slide-bar">Slide Bar</a></li>
<li><a href="http://www.wedesignthemes.com/html/redart/slider-over-menu">Slider Over Menu</a></li>
</ul>
</li>
<li class="menu-item-simple-parent"><a title="About" href="about.html">About Us</a></li>
<li class="current_page_item menu-item-simple-parent"><a href="#">Gallery Page <span class="arrow"></span></a>
<ul class="sub-menu">
<li class="current_page_item"><a href="gallery.html">Gallery</a></li>
<li><a href="gallery-detail.html">Gallery detail</a></li>
<li><a href="gallery-detail-with-lhs.html">Gallery-detail-left-sidebar</a></li>
<li><a href="gallery-detail-with-rhs.html">Gallery-detail-right-sidebar</a></li>
</ul>
</li>
<li class="menu-item-simple-parent"><a href="#">Shop Page <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="shop.html">Shop</a></li>
<li><a href="shop-detail.html">Shop Detail</a></li>
<li><a href="shop-cart.html">Cart Page</a></li>
<li><a href="shop-checkout.html">Checkout Page</a></li>
</ul>
</li>
<li class="menu-item-simple-parent"><a href="#">Blog Page <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-detail.html">Blog detail</a></li>
<li><a href="blog-detail-with-lhs.html">Blog-detail-left-sidebar</a></li>
<li><a href="blog-detail-with-rhs.html">Blog-detail-right-sidebar</a></li>
</ul>
</li>
<li class="menu-item-simple-parent"><a title="Contact" href="contact.html">Contact</a></li>
<li class="menu-item-simple-parent"><a href="#">Shortcodes <span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="progressbar.html"> Progress bar </a></li>
<li><a href="buttons.html"> Buttons Page </a></li>
<li><a href="tabs.html"> tabs & accordions </a></li>
<li><a href="typography.html"> typography </a></li>
<li><a href="columns.html"> columns </a></li>
</ul>
</li>
</ul>
</nav>
<div class="social-icons">
<a class="fa fa-facebook" href="#"></a>
<a class="fa fa-twitter" href="#"></a>
<a class="fa fa-instagram" href="#"></a>
</div>
<p class="copyrights">COPYRIGHT © <a href="">RED ART</a></p>
</div>
</div>
</header>
<div class="header-bar active" style="display:block">
<a href="#" class="menu-nav">
<span></span>
</a>
<a class="logo-mini" href="index.html">
<img src="images/logo-mini.png" alt="">
<span><i>RED</i> ART</span>
</a>
<a class="logo-mobile" href="index.html">
<img alt="" src="images/logo-mini.png">
<p><span>RED</span> ART</p>
</a>
<div class="share-mini">
<a class="show fa fa-share-alt" href="#"></a>
<div class="icons" style="display: none;">
<a class="fa fa-facebook" href="#"></a>
<a class="fa fa-twitter" href="#"></a>
<a class="fa fa-instagram" href="#"></a>
</div>
</div>
</div>
</div><!-- **header-wrapper Ends** -->
<div id="main">
<div class="breadcrumb"><!-- *BreadCrumb Starts here** -->
<div class="container">
<h2>Gallery <span>Art</span></h2>
<div class="user-summary">
<div class="account-links">
<a href="#">My Account</a>
<a href="#">Checkout</a>
</div>
<div class="cart-count">
<a href="#">Shopping Bag: 0 items</a>
<a href="#">($0.00)</a>
</div>
</div>
</div>
</div><!-- *BreadCrumb Ends here** -->
<section id="primary" class="content-full-width"> <!-- **Primary Starts Here** -->
<div class="fullwidth-section"> <!-- **Full-width-section Starts Here** -->
<div class="container">
<div class="main-title animate" data-animation="pullDown" data-delay="100">
<h3> Gallery </h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do</p>
</div>
</div>
<div class="dt-sc-sorting-container">
<a data-filter="*" href="#" title = "09" class="dt-sc-tooltip-top active-sort type1 dt-sc-button">All</a>
<a data-filter=".nature" href="#" title = "06" class="dt-sc-tooltip-top type1 dt-sc-button">Nature</a>
<a data-filter=".people" href="#" title = "06" class="dt-sc-tooltip-top type1 dt-sc-button">People</a>
<a data-filter=".street" href="#" title = "05" class="dt-sc-tooltip-top type1 dt-sc-button">Street</a>
<a data-filter=".still-life" href="#" title = "08" class="dt-sc-tooltip-top type1 dt-sc-button">Still life</a>
</div>
<div class="portfolio-fullwidth"><!-- **portfolio-fullwidth Starts Here** -->
<div class="portfolio-grid">
<div class="dt-sc-portfolio-container isotope"> <!-- **dt-sc-portfolio-container Starts Here** -->
<div class="portfolio nature still-life dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/500x800&text=Portfolio+Image1" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/500x800&text=Portfolio+Image1"></a><span>3</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail.html">Proposing Love</a></h5>
<p>Sample text here looks good</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="portfolio nature people street dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/1250x1160&text=Portfolio+Image2" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/1250x1160&text=Portfolio+Image2"></a><span>7</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail-with-lhs.html">Brave Man</a></h5>
<p>A cowboy is a man with guts</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="portfolio street landscapes still-life dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/1300x900&text=Portfolio+Image3" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/1300x900&text=Portfolio+Image3"></a><span>9</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail-with-rhs.html">Mountain Ride</a></h5>
<p>the swagger of a cowboy</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="portfolio nature still-life dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/700x600&text=Portfolio+Image4" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/700x600&text=Portfolio+Image4"></a><span>5</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail.html">River Ride</a></h5>
<p>Live Free, Ride Hard!!</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="portfolio people still-life dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/1600x1300&text=Portfolio+Image5" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/1600x1300&text=Portfolio+Image5"></a><span>6</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail-with-lhs.html">Ride Hard</a></h5>
<p>Saddle your horse</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="portfolio people still-life dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/1200x1500&text=Portfolio+Image6" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/1200x1500&text=Portfolio+Image6"></a><span>1</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail-with-rhs.html">Black Rider</a></h5>
<p>No reason to ride a horse</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="portfolio people nature still-life street dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/1500x2000&text=Portfolio+Image7" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/1500x2000&text=Portfolio+Image7"></a><span>5</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail.html">Stay single</a></h5>
<p>Make Way</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="portfolio nature people street still-life dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/1600x1100&text=Portfolio+Image8" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/1600x1100&text=Portfolio+Image8"></a><span>12</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail-with-lhs.html">Born to Ride</a></h5>
<p>Cowboys are born, ain't made!</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class="portfolio street nature people still-life dt-sc-one-fourth">
<figure>
<img src="http://placehold.it/650x450&text=Portfolio+Image9" alt="" title="">
<figcaption>
<div class="portfolio-detail">
<div class="views">
<a class="fa fa-camera-retro" data-gal="prettyPhoto[gallery]" href="http://placehold.it/650x450&text=Portfolio+Image9"></a><span>15</span>
</div>
<div class="portfolio-title">
<h5><a href="gallery-detail-with-rhs.html">Stand Tall</a></h5>
<p>Hard to Settle!!</p>
</div>
</div>
</figcaption>
</figure>
</div>
</div><!-- **dt-sc-portfolio-container Ends Here** -->
</div>
</div><!-- **portfolio-fullwidth Ends Here** -->
<div class="aligncenter">
<a href="#" class="loadmore dt-sc-button medium type3 with-icon"><i class="fa fa-picture-o"></i> <span> load more </span> </a>
</div>
<div class="dt-sc-hr-invisible-small"></div>
</div><!-- **Full-width-section Ends Here** -->
</section><!-- **Primary Ends Here** -->
<footer id="footer" class="animate" data-animation="fadeIn" data-delay="100">
<div class="container">
<div class="copyright">
<ul class="footer-links">
<li><a href="#">Contact us</a></li>
<li><a href="#">Privacy policy</a></li>
<li><a href="#">Terms of use</a></li>
<li><a href="#">Faq</a></li>
</ul>
<ul class="payment-options">
<li><a href="#" class="fa fa-cc-amex"></a></li>
<li><a href="#" class="fa fa-cc-mastercard"></a></li>
<li><a href="#" class="fa fa-cc-visa"></a></li>
<li><a href="#" class="fa fa-cc-discover"></a></li>
<li><a href="#" class="fa fa-cc-paypal"></a></li>
</ul>
<p>© 2015 <a href="#">RED ART</a>. All rights reserved.</p>
</div>
</div>
</footer>
</div><!-- Main Ends Here-->
</div>
</div><!-- **Wrapper Ends** -->
<!-- **jQuery** -->
<script src="js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/jquery.isotope.perfectmasonry.min.js"></script>
<script src="js/jquery.prettyPhoto.js" type="text/javascript"></script>
<script src="js/jquery.tipTip.minified.js" type="text/javascript"></script>
<script src="js/jsplugins.js" type="text/javascript"></script>
<script type="text/javascript" src="js/custom-scroll/mCustomScrollbar.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>