-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery-masonry.html
234 lines (209 loc) · 12.6 KB
/
gallery-masonry.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
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0 minimal-ui" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="icon" type="image/png" href="images/splash/android-chrome-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="196x196" href="images/splash/apple-touch-icon-196x196.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/splash/apple-touch-icon-180x180.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/splash/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/splash/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/splash/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/splash/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/splash/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/splash/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/splash/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="images/splash/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="images/splash/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="images/splash/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/splash/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="images/splash/favicon.ico" type="image/x-icon" />
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:900' rel='stylesheet' type='text/css'>
<title>Epsilon 5.0</title>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href="styles/framework.css" rel="stylesheet" type="text/css">
<link href="styles/font-awesome.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/plugins.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
</head>
<body>
<div class="gallery-fix"></div> <!-- Fix Gallery next/prev error on Android -->
<div class="sidebar-tap-close"></div> <!-- Overlay for content to close Sidebar -->
<div class="header-fixed">
<a href="#" class="header-icon-1 open-left-sidebar"><i class="fa fa-navicon"></i></a>
<a href="index.html" class="header-logo">Homescreen</a>
</div>
<div class="sidebar-left">
<div class="sidebar-scroll">
<div class="sidebar-header">
<a href="https://www.facebook.com/Nirvana/?fref=ts"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/Nirvana"><i class="fa fa-twitter"></i></a>
<!--<a href="#"><i class="fa fa-phone"></i></a-->
<a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a>
<a class="close-sidebar" href="#"><i class="fa fa-times"></i></a>
<div class="clear"></div>
</div>
<a href="#" class="sidebar-logo"></a>
<div class="sidebar-divider">
Lee un poco
</div>
<div class="sidebar-menu">
<a class="menu-item active-item" href="index.html"><!-- active-item -->
<i class="fa fa-home"></i>
Principal
<i class="fa fa-circle"></i>
</a>
</div>
<div class="sidebar-menu">
<a class="menu-item" href="features-tabs.html">
<i class="fa fa-file-o"></i>
Biografias
<i class="fa fa-circle"></i>
</a>
</div>
<div class="sidebar-divider">
Entretenimiento
</div>
<div class="sidebar-menu">
<a class="menu-item" href="portfolio-filter.html">
<i class="fa fa-camera"></i>
Wallpapers
<i class="fa fa-circle"></i>
</a>
</div>
<div class="sidebar-menu">
<a class="menu-item" href="news-front.html">
<i class="fa fa-newspaper-o"></i>
Noticias
<i class="fa fa-circle"></i>
</a>
</div>
<div class="sidebar-menu">
<a class="menu-item" href="page-videos.html">
<i class="fa fa-youtube-play"></i>
Videos
<i class="fa fa-circle"></i>
</a>
</div>
<div class="sidebar-menu">
<a class="menu-item" href="gallery-square.html">
<i class="fa fa-th-large"></i>
Música
<i class="fa fa-circle"></i>
</a>
</div>
<div class="sidebar-menu">
<a class="menu-item" href="contact.html">
<i class="fa fa-newspaper-o"></i>
Contact
<i class="fa fa-circle"></i>
</a>
</div>
<em class="sidebar-copyright">Copyright 2016.Pedro Acosta</em>
</div>
</div>
<div id="page-content"><!--Add sidebar-move to move with body-->
<div id="page-content-scroll"><!--Enables this element to be scrolled -->
<div class="header-clear"></div>
<div class="content-strip">
<div class="strip-content">
<h4>Adaptive Gallery</h4>
<p>Tap, swipe, caption, preload!</p>
<i class="fa fa-image"></i>
</div>
<div class="overlay"></div>
<img class="preload-image" data-original="images/pictures/2.jpg" alt="img">
</div>
<div class="content">
<div class="decoration"></div>
<h3>Expand your screen</h3>
<p>
Go fullscreen using the justified design of our gallery, it's not powered by the masonry plugin
but it pretty much rocks your page the same way!
</p>
<div class="decoration"></div>
</div>
<div class="content-fullscreen">
<div class="gallery-justified">
<a href="images/pictures/1.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/1.jpg"></a>
<a href="images/pictures/2.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/2t.jpg"></a>
<a href="images/pictures/3.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/3.jpg"></a>
<a href="images/pictures/4.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/4t.jpg"></a>
<a href="images/pictures/5.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/5.jpg"></a>
<a href="images/pictures/6.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/6t.jpg"></a>
<a href="images/pictures/7.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/7.jpg"></a>
<a href="images/pictures/8.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/8t.jpg"></a>
<a href="images/pictures/1.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/9.jpg"></a>
<a href="images/pictures/2.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/1t.jpg"></a>
<a href="images/pictures/1.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/2.jpg"></a>
<a href="images/pictures/3.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/3t.jpg"></a>
<a href="images/pictures/4.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/4.jpg"></a>
<a href="images/pictures/5.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/5t.jpg"></a>
<a href="images/pictures/6.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/6.jpg"></a>
<a href="images/pictures/7.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/7t.jpg"></a>
<a href="images/pictures/5.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/5.jpg"></a>
<a href="images/pictures/1.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/6t.jpg"></a>
<a href="images/pictures/2.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/7.jpg"></a>
<a href="images/pictures/3.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/8t.jpg"></a>
<a href="images/pictures/3.jpg" class="show-gallery" title="Your Caption Here"><img alt="img" src="images/pictures/9.jpg"></a>
</div>
</div>
<div class="content">
<div class="decoration"></div>
</div>
<div class="footer">
<div class="footer-content">
<h3 class="footer-logo">HOMESCREEN</h3>
<p class="footer-text">
We aim to simplify your life by creating a beautiful and simple product that's feature rich and easy to use!
</p>
</div>
<div class="footer-socials">
<a href="#" class="scale-hover facebook-color"><i class="fa fa-facebook"></i></a>
<a href="#" class="scale-hover twitter-color"><i class="fa fa-twitter"></i></a>
<a href="#" class="scale-hover google-color"><i class="fa fa-google-plus"></i></a>
<a href="#" class="scale-hover phone-color"><i class="fa fa-phone"></i></a>
<a href="#" class="scale-hover mail-color"><i class="fa fa-envelope-o"></i></a>
<a href="#" class="scale-hover bg-night-dark back-to-top"><i class="fa fa-angle-up"></i></a>
<div class="clear"></div>
</div>
<p class="footer-strip">Copyright <span id="copyright-year"></span> Enabled. All Rights Reserved</p>
</div>
</div>
<a href="#" class="back-to-top-badge"><i class="fa fa-caret-up"></i>Back to top</a>
</div>
<div class="body-background"></div>
<div class="share-bottom">
<h3>Share Page</h3>
<div class="share-socials-bottom">
<a href="https://www.facebook.com/sharer/sharer.php?u=http://www.themeforest.net/">
<i class="fa fa-facebook facebook-color"></i>
Facebook
</a>
<a href="https://twitter.com/home?status=Check%20out%20ThemeForest%20http://www.themeforest.net">
<i class="fa fa-twitter twitter-color"></i>
Twitter
</a>
<a href="https://plus.google.com/share?url=http://www.themeforest.net">
<i class="fa fa-google-plus google-color"></i>
Google
</a>
<a href="https://pinterest.com/pin/create/button/?url=http://www.themeforest.net/&media=https://0.s3.envato.com/files/63790821/profile-image.jpg&description=Themes%20and%20Templates">
<i class="fa fa-pinterest-p pinterest-color"></i>
Pinterest
</a>
<a href="sms:">
<i class="fa fa-comment-o sms-color"></i>
Text
</a>
<a href="mailto:?&subject=Check this page out!&body=http://www.themeforest.net">
<i class="fa fa-envelope-o mail-color"></i>
Email
</a>
<div class="clear"></div>
</div>
</div>
</body>