-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
240 lines (197 loc) · 6.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Delicious Karnataka | Gallery Section</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
<link rel="icon" type="image/x-icon" href="fav.ico">
</head>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial;
}
.header {
text-align: center;
padding: 32px;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 25%; /* IE10 */
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<!-- Brand/logo -->
<a class="navbar-brand" href="index.html">
<img src="img/logoW.png" alt="logo" style="width:100px;">
</a>
<!-- Links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="places.html">Places</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="contactus.html">Contact Us</a>
</li>
</ul>
</nav>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>Gallery</h1>
<p>For the love of delicious food.</p>
</div>
</div>
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
<li data-target="#demo" data-slide-to="3" ></li>
<li data-target="#demo" data-slide-to="4"></li>
<li data-target="#demo" data-slide-to="5"></li>
<li data-target="#demo" data-slide-to="6" ></li>
<li data-target="#demo" data-slide-to="7"></li>
<li data-target="#demo" data-slide-to="8"></li>
<li data-target="#demo" data-slide-to="9"></li>
<li data-target="#demo" data-slide-to="10"></li>
<li data-target="#demo" data-slide-to="11"></li>
<li data-target="#demo" data-slide-to="12"></li>
<li data-target="#demo" data-slide-to="13"></li>
<li data-target="#demo" data-slide-to="14"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/bisi.png" alt="Los Angeles" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/mangalore.png" alt="Chicago" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/neer.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/kunda.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/karadantu.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/roti.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/benne.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/korri.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/udupi.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/masaladosa.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/jolad.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/holige.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/pak.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/peda.png" alt="New York" width="1000" height="500">
</div>
<div class="carousel-item">
<img src="img/koli.png" alt="New York" width="1000" height="500">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<br>
<!-- Photo Grid -->
<div class="row">
<div class="column">
<img src="img/bisi1.png" style="width:100%">
<img src="img/bun1.png" style="width:100%">
<img src="img/karadantu1.png" style="width:100%">
<img src="img/kunda1.png" style="width:100%">
</div>
<div class="column">
<img src="img/maddi1.png" style="width:100%">
<img src="img/bonda1.png" style="width:100%">
<img src="img/holige1.png" style="width:100%">
<img src="img/jolad1.png" style="width:100%">
</div>
<div class="column">
<img src="img/koli1.png" style="width:100%">
<img src="img/masaladosa1.png" style="width:100%">
<img src="img/neer1.png" style="width:100%">
<img src="img/pak1.png" style="width:100%">
<img src="img/vade1.png" style="width:100%">
</div>
<div class="column">
<img src="img/peda1.png" style="width:100%">
<img src="img/mudde.png" style="width:100%">
<img src="img/roti1.png" style="width:100%">
</div>
</div>
</body>
</html>