-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
400 lines (388 loc) · 23.8 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Clickaholic</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700|Playfair+Display:400,700,900" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark cyan fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/nav-logo.png" alt="nav-logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent-4" aria-controls="navbarSupportedContent-4" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent-4">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">gallery </a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Read my blog </a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">contact </a>
</li>
</ul>
</div>
</div>
</nav>
<!--/.Navbar -->
<!--Carousel Wrapper-->
<div id="carousel-thumb" class="carousel slide carousel-fade carousel-thumbnails" data-ride="carousel">
<!--Slides-->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block w-100" src="images/banner-image-4.jpg" alt="First slide">
<div class="gradient"></div>
<div class="carousel-caption">
<h1>Woman walking in the green fields.</h1>
<p class="lead">Woman walking in the green fields...</p>
<a class="btn btn-primary" href="about.html"><span>Learn more</span></a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/banner-image-3.jpg" alt="Second slide">
<div class="gradient"></div>
<div class="carousel-caption">
<h1>Remainings of old boat in the beach of bali.</h1>
<p class="lead">Remainings of old boat in the beach of bali...</p>
<a class="btn btn-primary" href="about.html"><span>Learn more</span></a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/banner-image-2.jpg" alt="Third slide">
<div class="gradient"></div>
<div class="carousel-caption">
<h1>Beautiful sunsetting in the mountains.</h1>
<p class="lead">Beautiful sunsetting in the mountains...</p>
<a class="btn btn-primary" href="about.html"><span>Learn more</span></a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/banner-image-1.jpg" alt="Third slide">
<div class="gradient"></div>
<div class="carousel-caption">
<h1>Snow white mountain of east china.</h1>
<p class="lead">Snow white mountain of east china...</p>
<a class="btn btn-primary" href="about.html"><span>Learn more</span></a>
</div>
</div>
</div>
<!--/.Slides-->
<!--/.Controls-->
<ol class="carousel-indicators">
<li data-target="#carousel-thumb" data-slide-to="0" class="active"> <img class="d-block w-100" src="images/banner-image-4.jpg" class="img-fluid">
<span>Woman walking in the green fields</span>
</li>
<li data-target="#carousel-thumb" data-slide-to="1"><img class="d-block w-100" src="images/banner-image-3.jpg" class="img-fluid">
<span>Remainings of old boat in the beach of bali.</span>
</li>
<li data-target="#carousel-thumb" data-slide-to="2"><img class="d-block w-100" src="images/banner-image-2.jpg" class="img-fluid">
<span>Beautiful sunsetting in the mountains.</span>
</li>
<li data-target="#carousel-thumb" data-slide-to="3"><img class="d-block w-100" src="images/banner-image-1.jpg" class="img-fluid">
<span>Snow white mountain of east china.</span>
</li>
</ol>
</div>
<!--/.Carousel Wrapper-->
<!-- Page Content -->
<section id="portfolio">
<div class="container">
<h2>Recently Added Photographs</h2>
<div class="row justify-content-center">
<div class="col-md-12 col-12">
<div class="row">
<a href="https://unsplash.it/1200/768.jpg?image=251" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-6 col-md-4 box-1">
<img src="https://unsplash.it/600.jpg?image=251" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
<a href="https://unsplash.it/1200/768.jpg?image=252" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-3 col-md-4 box-2">
<img src="https://unsplash.it/600.jpg?image=252" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
<a href="https://unsplash.it/1200/768.jpg?image=253" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-3 col-md-4 box-2">
<img src="https://unsplash.it/600.jpg?image=253" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
</div>
<div class="row">
<a href="https://unsplash.it/1200/768.jpg?image=254" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-3 col-md-4 box-2">
<img src="https://unsplash.it/600.jpg?image=254" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
<a href="https://unsplash.it/1200/768.jpg?image=255" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-3 col-md-4 box-2">
<img src="https://unsplash.it/600.jpg?image=255" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
<a href="https://unsplash.it/1200/768.jpg?image=256" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-6 col-md-4 box-1">
<img src="https://unsplash.it/600.jpg?image=256" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
</div>
<div class="row">
<a href="https://unsplash.it/1200/768.jpg?image=257" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-6 col-md-4 box-1">
<img src="https://unsplash.it/600.jpg?image=257" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
<a href="https://unsplash.it/1200/768.jpg?image=258" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-3 col-md-4 box-2">
<img src="https://unsplash.it/600.jpg?image=258" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
<a href="https://unsplash.it/1200/768.jpg?image=259" data-toggle="lightbox" data-gallery="example-gallery" class="col-xl-3 col-md-4 box-2">
<img src="https://unsplash.it/600.jpg?image=259" class="img-fluid">
<div class="overlay">
<img src="images/comment.png" alt="plus-icon">
<div class="text">Man standing on the middle of the road in the morning <span>Landscapes</span></div>
<div class="count">45</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="blog">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 left-side">
<h2>My Recent Blog Posts</h2>
<div class="row">
<div class="col-md-6">
<figure class="figure">
<a href="single.html"><img src="images/banner-image-1.jpg" class="figure-img img-fluid" alt="A generic square placeholder image with rounded corners in a figure."></a>
<figcaption class="figure-caption"> <img src="images/comment.png" alt=""><span>45</span>
</figcaption>
</figure>
</div>
<div class="col-md-6">
<h4><a href="single.html">Super and up for the comming model in shoot at newyork USA morning..</a></h4>
<div class="btn-group">
<a href="single.html" class="btn btn-danger">Ladakh, India</a>
<button class="btn btn-primary"><i class="fa fa-eye" aria-hidden="true"></i> 345</button>
</div>
<p>Posted on : 23.05.2016</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<figure class="figure">
<a href="single.html"><img src="images/banner-image-2.jpg" class="figure-img img-fluid" alt="A generic square placeholder image with rounded corners in a figure."></a>
<figcaption class="figure-caption"> <img src="images/comment.png" alt=""><span>45</span>
</figcaption>
</figure>
</div>
<div class="col-md-6">
<h4><a href="single.html">Super and up for the comming model in shoot at newyork USA morning..</a></h4>
<div class="btn-group">
<a href="single.html" class="btn btn-danger">Ladakh, India</a>
<button class="btn btn-primary"><i class="fa fa-eye" aria-hidden="true"></i> 345</button>
</div>
<p>Posted on : 23.05.2016</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<figure class="figure">
<a href="single.html"><img src="images/banner-image-3.jpg" class="figure-img img-fluid" alt="A generic square placeholder image with rounded corners in a figure."></a>
<figcaption class="figure-caption"> <img src="images/comment.png" alt=""><span>45</span>
</figcaption>
</figure>
</div>
<div class="col-md-6">
<h4><a href="single.html">Super and up for the comming model in shoot at newyork USA morning..</a></h4>
<div class="btn-group">
<a href="single.html" class="btn btn-danger">Ladakh, India</a>
<button class="btn btn-primary"><i class="fa fa-eye" aria-hidden="true"></i> 345</button>
</div>
<p>Posted on : 23.05.2016</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<figure class="figure">
<a href="single.html"><img src="images/banner-image-4.jpg" class="figure-img img-fluid" alt="A generic square placeholder image with rounded corners in a figure."></a>
<figcaption class="figure-caption"><img src="images/comment.png" alt=""><span>45</span>
</figcaption>
</figure>
</div>
<div class="col-md-6">
<h4><a href="single.html">Super and up for the comming model in shoot at newyork USA morning..</a></h4>
<div class="btn-group">
<a href="single.html" class="btn btn-danger">Ladakh, India</a>
<button class="btn btn-primary"><i class="fa fa-eye" aria-hidden="true"></i> 345</button>
</div>
<p>Posted on : 23.05.2016</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="row">
<div class="col-md-12">
<div class="right-side">
<h3>Whos Me ?</h3>
<figure>
<img src="images/banner-image-2.jpg" alt="">
</figure>
<h5>Welcome to my personal travel blog, i love to travel the globe, i have been to so many beautiful places and met interesting people around the world, this website is my mirror of life...</h5>
<a href="#"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-youtube-square" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-dribbble" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-pinterest-square" aria-hidden="true"></i></a>
<address>
<span>Phone: +44 1234567890</span>
<span>Email : info@clickaholic.com</span>
</address>
<h2>Quick Contact</h2>
<form id="contact" method="post" class="form" role="form">
<div class="row">
<div class="col-xs-6 col-md-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required/>
</div>
<div class="col-xs-6 col-md-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required />
</div>
</div>
<textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea>
<br />
<div class="row">
<div class="col-xs-12 col-md-12 form-group">
<button class="btn btn-primary" type="submit">Alright Submit it</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<section class="footer-top">
<!--Container-->
<div class="container">
<h2>My Flickr Feed</h2>
<div class="row text-center text-lg-left">
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-1.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-2.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-3.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-4.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-2.jpg" alt=""></a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6">
<a href="#" class="d-block h-100"><img class="img-fluid img-thumbnail" src="images/banner-image-1.jpg" alt=""></a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<section class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul>
<li><a href="index.html">Home</a></li>
<li class="hidden">/</li>
<li><a href="about.html">About-us</a></li>
<li class="hidden">/</li>
<li><a href="mystories.html">My stories</a></li>
<li class="hidden">/</li>
<li><a href="destinations.html">Destinations</a></li>
<li class="hidden">/</li>
<li><a href="gallery.html">Gallery</a></li>
<li class="hidden">/</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-12">
<p>(C) All Rights Reserved <a href="https://www.template.net/editable/websites/html5" target="_blank">ClickaHolic</a> <span>/</span> Designed and Developed by <a href="https://www.template.net/editable/websites/html5" target="_blank">Template.net</a></p>
</div>
</div>
</div>
<!-- /.container -->
</section>
</footer>
<!-- Return to Top -->
<a href="javascript:" id="return-to-top"><i class="fa fa-long-arrow-up" aria-hidden="true"></i></a>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.js"></script>
<!-- Custom JavaScript -->
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
<script>
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
</script>
</body>
</html>