-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
487 lines (471 loc) · 13.6 KB
/
index.html
File metadata and controls
487 lines (471 loc) · 13.6 KB
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>PICSQUE</title>
<meta charset="UTF-8" />
<meta name="description" content="Photographer html template" />
<meta name="keywords" content="photographer, html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon" />
<!-- Google font -->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,900&display=swap"
rel="stylesheet"
/>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/slicknav.min.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section">
<a href="index.html" class="site-logo"
><img src="img/PicsQUE.png" alt="logo"
/></a>
<div class="header-controls">
<button class="nav-switch-btn"><i class="fa fa-bars"></i></button>
<a class="booking-btn" href="plans.html">Book Now</a>
<!-- <button class="search-btn"><i class="fa fa-search"></i></button> -->
</div>
<ul class="main-menu">
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li>
<a href="#">Categories</a>
<ul class="sub-menu">
<li><a href="categories/wedding.html">Wedding</a></li>
<li><a href="categories/pre-wedding.html">Pre Wedding</a></li>
<li><a href="categories/engagement.html">Engagement</a></li>
<li><a href="categories/events.html">Events</a></li>
<li><a href="categories/festivals.html">Festivals</a></li>
<li><a href="categories/potraits.html">Portrait</a></li>
<li><a href="categories/products.html">Products</a></li>
<li><a href="categories/fashion.html">Fashion</a></li>
<li><a href="categories/sports.html">Sports</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li>
<a href="#">
Info
</a>
<ul class="sub-menu">
<li><a href="about.html">About</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="our-team.html">Our Team</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li class="search-mobile">
<!-- <button class="search-btn"><i class="fa fa-search"></i></button> -->
<a class="booking-btn" href="plans.html">Book Now</a>
</li>
</ul>
</header>
<div class="clearfix"></div>
<!-- Header section end -->
<!--End of Tawk.to Script-->
<!-- Hero section -->
<div class="hero-section">
<div class="hero-slider owl-carousel">
<div
class="hero-item portfolio-item set-bg"
class="portfolio-item img-popup set-bg"
data-setbg="img/portfolio/1.jpg"
>
<a
href="img/portfolio/1.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/1.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
class="portfolio-item img-popup set-bg"
data-setbg="img/portfolio/2.jpg"
>
<a
href="img/portfolio/2.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/2.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/3.jpg"
>
<a
href="img/portfolio/3.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/3.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/4.jpg"
>
<a
href="img/portfolio/4.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/4.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/5.jpg"
>
<a
href="img/portfolio/5.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/5.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/6.jpg"
>
<a
href="img/portfolio/6.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/6.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/7.jpg"
>
<a
href="img/portfolio/7.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/7.jpg"
>
<h2>Click to View</h2>
</a>
</div>
</div>
<div class="hero-slider owl-carousel">
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/8.jpg"
>
<a
href="img/portfolio/8.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/8.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/9.jpg"
>
<a
href="img/portfolio/9.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/9.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/10.jpg"
>
<a
href="img/portfolio/10.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/10.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/11.jpg"
>
<a
href="img/portfolio/11.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/11.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/12.jpg"
>
<a
href="img/portfolio/12.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/12.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/13.jpg"
>
<a
href="img/portfolio/13.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/13.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/14.jpg"
>
<a
href="img/portfolio/14.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/14.jpg"
>
<h2>Click to View</h2>
</a>
</div>
</div>
<div class="hero-slider owl-carousel">
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/15.jpg"
>
<a
href="img/portfolio/15.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/15.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/16.jpg"
>
<a
href="img/portfolio/16.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/16.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/17.jpg"
>
<a
href="img/portfolio/17.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/17.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/18.jpg"
>
<a
href="img/portfolio/18.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/18.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/19.jpg"
>
<a
href="img/portfolio/19.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/19.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/20.jpg"
>
<a
href="img/portfolio/20.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/20.jpg"
>
<h2>Click to View</h2>
</a>
</div>
<div
class="hero-item portfolio-item set-bg"
data-setbg="img/portfolio/21.jpg"
>
<a
href="img/portfolio/21.jpg"
class="hero-link img-popup"
data-setbg="img/portfolio/21.jpg"
>
<h2>Click to View</h2>
</a>
</div>
</div>
<!-- <div class="hero-social-links">
<a href=""><i class="fa fa-pinterest"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-dribbble"></i></a>
<a href=""><i class="fa fa-behance"></i></a>
</div> -->
</div>
<!-- Hero section end -->
<!-- Intro section -->
<section class="intro-section">
<div class="intro-warp">
<div class="container-fluid">
<div class="row">
<div class="col-xl-6 col-lg-7 p-0">
<div class="intro-text">
<h2>
<b>PICSQUE</b> |
<h2>A studio run by the Proffesionals</h2>
</h2>
<p>
Photography is the art of capturing light with a camera,
usually via a digital sensor or film, to create an image. With
the right camera equipment, you can even photograph
wavelengths of light invisible to the human eye, including UV,
infrared, and radio. The first permanent photograph was
captured in 1826 (some sources say 1827) by Joseph Nicéphore
Niépce in France. It shows the roof of a building lit by the
sun.
<br />
<br />
Color photography started to become popular and accessible
with the release of Eastman Kodak’s “Kodachrome” film in the
1930s. Before that, almost all photos were monochromatic –
although a handful of photographers, toeing the line between
chemists and alchemists, had been using specialized techniques
to capture color images for decades before. You’ll find some
fascinating galleries of photos from the 1800s or early 1900s
captured in full color, worth exploring if you have not seen
them already. These scientist-magicians, the first color
photographers, are hardly alone in pushing the boundaries of
one of the world’s newest art forms. The history of
photography has always been a history of people – artists and
inventors who steered the field into the modern era.
</p>
<div class="tab-element">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a
class="nav-link"
href="portfolio.html"
role="tab"
aria-controls="tab-1"
>Take a look @ my portfolio
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-5 p-0">
<div class="skill-warp">
<img src="img/photography_main.svg" alt="Product Photography" />
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Intro section end -->
<!-- Footer section -->
<footer class="footer-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 order-1 order-md-2">
<div class="footer-social-links">
<a href=""><i class="fa fa-pinterest"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-dribbble"></i></a>
<a href=""><i class="fa fa-behance"></i></a>
</div>
</div>
<div class="col-md-6 order-2 order-md-1">
<div class="copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This site is made with
<i class="fa fa-heart-o" aria-hidden="true"></i> by P2G5
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<!--Start of Tawk.to Script-->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function() {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = "https://embed.tawk.to/5e775fa7eec7650c3321cb49/default";
s1.charset = "UTF-8";
s1.setAttribute("crossorigin", "*");
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/instafeed.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>