-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgallery.html
298 lines (292 loc) · 11 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
<html lang="en">
<head>
<title>Kolkata Pizza Hub | Gallery</title>
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<!-- for-mobile-apps -->
<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="Kolkata Pizza Hub" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="css/lightbox.css">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet">
<!--web-fonts-->
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Tangerine:400,700" rel="stylesheet">
<!--//web-fonts-->
</head>
<body>
<!-- banner -->
<div class="banner inner-bg-w3" id="home">
<!-- header -->
<div class="banner-top">
<div class="social-bnr-agileits">
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="contact-bnr-w3-agile">
<ul>
<li><i class="fa fa-envelope" aria-hidden="true"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-phone" aria-hidden="true"></i>+91 (033)733-33-33</li>
<li>
<div class="search">
<input class="search_box" type="checkbox" id="search_box">
<label class="icon-search" for="search_box"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></label>
<div class="search_form">
<form action="#" method="post">
<input type="search" name="Search" placeholder="Search..." required="" />
<input type="submit" value="Send" />
</form>
</div>
</div>
</li>
</ul>
</div>
<div class="clearfix"></div>
</div>
<header>
<div class="container">
<!-- navigation -->
<div class="w3_navigation">
<nav class="navbar navbar-default">
<div class="navbar-header navbar-left">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="w3_navigation_pos">
<h1 style="text-align: center"><a href="index.html"><span>K</span>olkata <span>P</span>izza<br><span>H</span>ub</a></h1>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<nav class="menu menu--miranda">
<ul class="nav navbar-nav menu__list">
<li class="menu__item"><a href="index.html" class="menu__link">Home</a></li>
<li class="menu__item"><a href="index.html#about" class=" menu__link">About</a></li>
<li class="menu__item"><a href="index.html#particles-js" class=" menu__link">Services</a></li>
<li class="menu__item menu__item--current"><a href="gallery.html" class=" menu__link">Gallery</a></li>
<li class="dropdown menu__item">
<a href="#" class="dropdown-toggle menu__link" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Offer<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="coupon.py">Coupon Codes</a></li>
<li><a href="coupon.py">Everyday Value</a></li>
</ul>
</li>
<li class="menu__item"><a href="index.html#contact" class=" menu__link">Contact</a></li>
</ul>
</nav>
</div>
</nav>
</div>
<div class="clearfix"></div>
<!-- //navigation -->
</div>
</header>
<!-- //header -->
</div>
<!-- //banner -->
<!-- gallery -->
<div class="gallery">
<div class="container">
<h2 class="tittle-w3">Gallery</h2>
<div class="gallery-grids">
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g1.jpg" data-lightbox="example-set" data-title="">
<img src="images/g1.jpg" alt="" />
<figcaption>
<h3>POTATO WEDGES</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g2.jpg" data-lightbox="example-set" data-title="">
<img src="images/g2.jpg" alt="" />
<figcaption>
<h3>Buttery Crescent Rolls</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g3.jpg" data-lightbox="example-set" data-title="">
<img src="images/g3.jpg" alt="" />
<figcaption>
<h3>Penne Pasta</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g4.jpg" data-lightbox="example-set" data-title="">
<img src="images/g4.jpg" alt="" />
<figcaption>
<h3>Desserts</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g5.jpg" data-lightbox="example-set" data-title="">
<img src="images/g5.jpg" alt="" />
<figcaption>
<h3>Drinks</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g6.jpg" data-lightbox="example-set" data-title="">
<img src="images/g6.jpg" alt="" />
<figcaption>
<h3>Desserts</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g7.jpg" data-lightbox="example-set" data-title="">
<img src="images/g7.jpg" alt="" />
<figcaption>
<h3>Breads</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g8.jpg" data-lightbox="example-set" data-title="">
<img src="images/g8.jpg" alt="" />
<figcaption>
<h3>Pan Pizza</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="col-md-4 gallery-grid wow fadeInUp animated" data-wow-delay=".5s">
<div class="grid">
<figure class="effect-apollo">
<a class="example-image-link" href="images/g9.jpg" data-lightbox="example-set" data-title="">
<img src="images/g9.jpg" alt="" />
<figcaption>
<h3>Low Fat</h3>
<p>Delish Food <br>Best Recipes</p>
</figcaption>
</a>
</figure>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //gallery -->
<!-- Footer -->
<div class="copyright-wthree">
<p>© 2017 Kolkata Pizza Hub . All Rights Reserved | Made with ♥ in India</p>
</div>
<!-- //Footer -->
<a href="#home" class="scroll" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
<!-- //smooth scrolling -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<!-- //gallery -->
<script src="js/lightbox-plus-jquery.min.js"> </script>
<!-- //gallery -->
<!-- Dropdown-Menu-JavaScript -->
<script>
$(document).ready(function(){
$(".dropdown").hover(
function() {
$('.dropdown-menu', this).stop( true, true ).slideDown("fast");
$(this).toggleClass('open');
},
function() {
$('.dropdown-menu', this).stop( true, true ).slideUp("fast");
$(this).toggleClass('open');
}
);
});
</script>
<!-- //Dropdown-Menu-JavaScript -->
<!-- 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>
<!-- start-smoth-scrolling -->
<!-- here stars 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>
<!-- //here ends scrolling icon -->
<!--js for bootstrap working-->
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
<!-- script-for-menu -->
<script>
$("span.menu").click(function(){
$(".top-nav ul").slideToggle("slow" , function(){
});
});
</script>
<!-- script-for-menu -->
</body>
</html>