-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
316 lines (298 loc) · 13.5 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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<!-- html -->
<html lang="en">
<!-- head -->
<head>
<title>Relaxation a Travel Category Bootstrap Responsive Website Template | Gallery :: w3layouts</title>
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" media="all" /><!-- fontawesome css -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /><!-- Bootstrap stylesheet -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" /><!-- stylesheet -->
<link href='css/simplelightbox.min.css' rel='stylesheet' type='text/css'><!-- gallerylightbox stylesheet -->
<!-- meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Relaxation Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony Ericsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //meta tags -->
<!-- online-fonts-->
<link href="//fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Abel" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!--//online-fonts-->
</head>
<!-- //head -->
<!-- body -->
<body>
<!-- top-strip -->
<div class="w3layouts-top-strip">
<div class="container-fluid">
<div class="w3ls-subscribe">
<a class="btn btnprimary" href="index.html">Subscribe</a>
</div>
<!-- Large modal -->
<div class="w3layouts-login">
<button class="btn btn-primary" data-toggle="modal" data-target="#myModal">Login</button>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
×</button>
<h4 class="modal-title" id="myModalLabel">
Don't Wait, Login now!</h4>
</div>
<div class="modal-body">
<div class="sap_tabs">
<div id="horizontalTab" style="display: block; width: 100%; margin: 0px;">
<ul class="resp-tabs-list">
<li class="resp-tab-item"><span>Login</span></li>
<li class="resp-tab-item"><span>Register</span></li>
</ul>
<div class="clearfix"> </div>
<div class="resp-tabs-container">
<div class="tab-1 resp-tab-content">
<div class="agileits-login">
<form action="#" method="post">
<input type="text" class="email" name="Email" placeholder="Username" required=""/>
<input type="password" class="password" name="Password" placeholder="Password" required=""/>
<div class="wthree-text">
<ul>
<li>
<label class="anim">
<input type="checkbox" class="checkbox">
<span> Remember me ?</span>
</label>
</li>
<li> <a href="#">Forgot password?</a> </li>
</ul>
<div class="clearfix"> </div>
</div>
<div class="w3ls-submit">
<div class="submit-text">
<input type="submit" value="LOGIN">
</div>
</div>
</form>
</div>
</div>
<div class="tab-1 resp-tab-content">
<div class="login-top sign-top">
<div class="agileits-login">
<form action="#" method="post">
<input type="text" name="Username" placeholder="Username" required="">
<input type="email" class="email" name="Email" placeholder="Email" required=""/>
<input type="password" class="password" name="Password" placeholder="Password" required=""/>
<input type="password" class="password" name="Password" placeholder="Confirm Password" required=""/>
<label class="anim">
<input type="checkbox" class="checkbox">
<span> I accept the terms of use</span>
</label>
<div class="w3ls-submit">
<div class="submit-text">
<input class="register" type="submit" value="REGISTER">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="agileinfo-contact-info">
<ul>
<li><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>Call : +1234567890</li>
<li><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>Mail : <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- //top-strip -->
<!-- navigation -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</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="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a class="active" href="gallery.html">Gallery</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="typography.html">Short Codes</a></li>
<li><a href="icons.html">Icons Page</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- //navigation -->
<!-- inner banner -->
<div class="w3layouts-inner-banner">
<a href="index.html" id="logo"><h1>Relaxation</h1></a>
</div>
<!-- //inner banner -->
<!-- main-content -->
<div class="wthree-main-content">
<!-- Gallery -->
<div class="agileits gallery">
<div class="container">
<h2 class="agile-inner-title">Gallery</h2>
<div class="gallery">
<a href="images/slider-1.jpg" class="big"><img src="images/slider-1.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-2.jpg"><img src="images/slider-2.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-3.jpg"><img src="images/slider-3.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-4.jpg"><img src="images/slider-4.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<!-- while using big image css <div class="clearfix"></div> -->
<a href="images/slider-5.jpg"><img src="images/slider-5.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-4.jpg"><img src="images/slider-4.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-2.jpg" class="big"><img src="images/slider-2.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-1.jpg"><img src="images/slider-1.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<!-- while using big image css <div class="clearfix"></div> -->
<a href="images/slider-2.jpg" class="big"><img src="images/slider-2.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-3.jpg"><img src="images/slider-3.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-4.jpg"><img src="images/slider-4.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<a href="images/slider-5.jpg"><img src="images/slider-5.jpg" alt="Beautiful Image" title="Beautiful Image"/></a>
<!-- while using big image css <div class="clearfix"></div> -->
</div>
</div>
</div>
<!-- // Gallery -->
</div>
<!-- //main-content -->
<!-- footer -->
<footer>
<div class="w3ls-footer-grids">
<div class="container">
<div class="col-md-3 w3l-footer one">
<h3>About Company</h3>
<p> Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of Latin at Hampden-Sydney College in Virginia from a Lorem Ipsum passage, undoubtable source.</p>
<p class="adam">- Mark Thomson, CEO</p>
<div class="clearfix"></div>
</div>
<div class="col-md-3 w3l-footer one tweet">
<h3>Tweets</h3>
<ul>
<li>
<a href="#"><i class="fa fa-twitter"></i>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accus.
<i>http//example.com</i></a>
<span>About 15 minutes ago<span>
</span></span></li>
<li>
<a href="#"> <i class="fa fa-twitter"></i>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit.
<i>http//example.com</i></a>
<span>About a day ago<span>
</span></span></li>
</ul>
</div>
<div class="col-md-3 w3l-footer two">
<h3>Keep Connected</h3>
<ul>
<li><a class="fb" href="#"><i class="fa fa-facebook"></i>Like us on Facebook</a></li>
<li><a class="fb1" href="#"><i class="fa fa-twitter"></i>Follow us on Twitter</a></li>
<li><a class="fb2" href="#"><i class="fa fa-google-plus"></i>Add us on Google Plus</a></li>
<li><a class="fb3" href="#"><i class="fa fa-dribbble"></i>Follow us on Dribbble</a></li>
<li><a class="fb4" href="#"><i class="fa fa-pinterest-p"></i>Follow us on Pinterest</a></li>
</ul>
</div>
<div class="col-md-3 w3l-footer three">
<h3>Contact Information</h3>
<ul>
<li><i class="fa fa-map-marker"></i><p>The company name <span>Lorem ipsum dolor,</span>Polo Street (Yellow Door). </p><div class="clearfix"></div> </li>
<li><i class="fa fa-phone"></i><p>1234567890</p> <div class="clearfix"></div> </li>
<li><i class="fa fa-envelope-o"></i><a href="mailto:[email protected]">[email protected]</a> <div class="clearfix"></div></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="copy-right-grids">
<div class="container">
<div class="copy-left">
<p class="footer-gd">© 2017 Relaxation. All Rights Reserved | Design by <a href="https://w3layouts.com/" target="_blank">W3layouts</a></p>
</div>
<div class="clearfix"></div>
</div>
</div>
</footer>
<!-- //footer -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script><!-- Required-js -->
<script src="js/bootstrap.min.js"></script><!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- js-for-lighbox -->
<script type="text/javascript" src="js/simple-lightbox.min.js"></script>
<script>
$(function(){
var gallery = $('.gallery a').simpleLightbox({navText: ['‹','›']});
});
</script>
<!-- //for-lighbox -->
<!-- login popop responsive tabs -->
<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#horizontalTab').easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true // 100% fit in a container
});
});
</script>
<!-- //login popop responsive tabs -->
<!-- here starts scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- /ends-smoth-scrolling -->
<!-- //here ends scrolling icon -->
</body>
<!-- //body -->
</html>
<!-- //html -->