-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
452 lines (413 loc) · 13.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PRAMUKHEXIM</title>
<link rel="shortcut icon" href="assets/images/LOGO.jpg" type="image/xicon">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<!-- scrool animation -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="styale.css" />
<link rel="stylesheet" href="detail.css" />
</head>
<style>
.myImg {
object-fit: cover;
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
.myImg:hover {
opacity: 0.7;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.9);
}
/* Modal Content (Image) */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content,
.caption {
animation-name: zoom;
animation-duration: 0.6s;
}
@keyframes zoom {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
.modal-content {
width: 100%;
}
}
.mxxx {
margin-top: 60px;
}
.top {
margin-top: 100px;
}
</style>
<body onload="loadfunc()">
<!-- loader -->
<div id="loader" class="load">
<div class="middle" id="middle">
<div class="bar bar1"></div>
<div class="bar bar2"></div>
<div class="bar bar3"></div>
<div class="bar bar4"></div>
<div class="bar bar5"></div>
<div class="bar bar6"></div>
<div class="bar bar7"></div>
<div class="bar bar8"></div>
</div>
</div>
<!-- header -->
<nav class="navbar navbar-expand-lg bg-black fixed-top" id="navbar">
<div class="container-fluid text-white">
<img src="assets/images/LOGO-removebg-preview.png" class="bg-white img-fluid rounded rounded-3" style="width: 50px;" >
<a class="navbar-brand fs-1 ms-3" href="#">PRAMUKHEXIM</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="About.html">About</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Product
<i class= "fa-solid fa-angle-down d-inline-block"></i>
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="index.html#gallery"
>Fresh vegetabale</a
>
</li>
<li>
<a class="dropdown-item" href="index.html#gallery"
>Fresh fruits</a
>
</li>
<!-- <li><hr class="dropdown-divider" /></li> -->
<li>
<a class="dropdown-item" href="index.html#gallery">Masala</a>
</li>
<li>
<a class="dropdown-item" href="ceriti.html">Certificate</a>
</li>
</ul>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#">Product</a>
</li> -->
<li class="nav-item">
<a class="nav-link active" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ceriti.html">Certificate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Contact">Contact</a>
</li>
</ul>
<!-- <form class="d-flex" role="search">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-primary" type="submit">Search</button>
</form> -->
</div>
</div>
</nav>
<!-- gallery slide -->
<div class="galleryslide" data-aos="zoom-in" data-aos-delay="50"
data-aos-duration="1500">
<h1 class="text-center ">GALLERY</h1>
</div>
<!-- gallery -->
<div class="container top">
<div class="text-center">
<h1 class="">GALLERY</h1>
</div>
</div>
<div class="container row mxxx mx-auto " data-aos="fade-up"
data-aos-duration="3000">
<div>
<h1>Vegetabale</h1>
</div>
<div class="col-lg-3 mt-3 c p-3">
<img
class="myImg"
src="assets/images/fresh-red-onion-1607515951-5652344.jpeg"
alt="Onion"
style="width: 100%; height:250px; max-height: 250px;"
/>
<div class="d-flex">
<a href="onion.html" class="fs-4 nav-link me-3">Onion</a>
<!-- <a href="onion.html" class="btn btndark p-1 mt-2">View Detail</a> -->
</div>
</div>
<div class="col-lg-3 mt-3 ">
<img
class="myImg"
src="assets/images/fresh-drumstick-1607515801-5652338.jpeg"
alt="Drumstick"
style="width: 100%; height:250px; max-height: 250px;"
;
height="400px"
/>
<div class="d-flex">
<a href="drumstick.html" class="fs-4 nav-link me-3">Drumstick</a>
<!-- <a href="drumstick.html" class="btn btn-dark p-1 mt-2">View Detail</a> -->
</div>
</div>
<div class="col-lg-3 mt-3">
<img
class="myImg"
src="assets/images/fresh-green-chilli-1607515482-5652326.jpeg"
alt="Another Image"
style="width: 100%; height:250px; max-height: 250px;"
;
height="400px"
/>
<div class="d-flex">
<a href="chili.html" class="fs-4 nav-link me-3">chili</a>
<!-- <a href="chili.html" class="btn btn-dark p-1 mt-2">View Detail</a> -->
</div>
</div>
<div class="col-lg-3 mt-3">
<img
class="myImg"
src="assets/images/fresh-tomato-1607515730-5652336.jpeg"
alt="tomoto"
style="width: 100%; height:250px; max-height: 250px;"
;
height="400px"
/>
<div class="d-flex">
<a href="tomoto.html" class="fs-4 nav-link me-3">tomoto</a>
<!-- <a href="tomoto.html" class="btn btn-dark p-1 mt-2">View Detail</a> -->
</div>
</div>
<div class="col-lg-3 mt-3">
<img
class="myImg"
src="assets/images/red chill.jpg"
alt="tomoto"
style="width: 100%; height:250px; max-height: 250px;"
;
height="400px"
/>
<div class="d-flex">
<a href="tomoto.html" class="fs-4 nav-link me-3">red chili</a>
<!-- <a href="tomoto.html" class="btn btn-dark p-1 mt-2">View Detail</a> -->
</div>
</div>
<div class="col-lg-3 mt-3">
<img
class="myImg"
src="assets/images/red chill 2.jpg"
alt="red chili"
style="width: 100%; height:250px; "
;
height="400px"
/>
<div class="d-flex">
<a href="tomoto.html" class="fs-4 nav-link me-3">red chili</a>
<!-- <a href="tomoto.html" class="btn btn-dark p-1 mt-2">View Detail</a> -->
</div>
</div>
</div>
<div class="container row mxxx mx-auto " data-aos="fade-up"
data-aos-duration="3000">
<div>
<h1>Fruits</h1>
</div>
<div class="col-lg-4 mt-3">
<img
class="myImg"
src="assets/images/fresh-kesar-mango-1607515872-5652340.jpeg"
alt="Mango"
style="width: 100%; height:250px; max-height: 250px;"
/>
<div class="d-flex">
<a href="mango.html" class="fs-4 nav-link me-3">Mango</a>
<!-- <a href="mango.html" class="btn btn-dark p-1 mt-2">View Detail</a> -->
</div>
</div>
<div class="col-lg-4 mt-3">
<img
class="myImg"
src="assets/images/fresh-cavendish-banana-1607515654-5652333.jpeg"
alt="Drumstick"
style="width: 100%; height:250px; max-height: 250px;"
;
height="400px"
/>
<div class="d-flex">
<a href="banana.html" class="fs-4 nav-link me-3">Banana</a>
<!-- <a href="banana.html" class="btn btn-dark p-1 mt-2">View Detail</a> -->
</div>
</div>
<div class="col-lg-4 mt-3">
<img
class="myImg"
src="assets/images/fresh-pomegranate-1607515378-5652322.jpeg"
alt="Pomegranate"
style="width: 100%; height:250px; max-height: 250px;"
;
height="400px"
/>
<div class="d-flex">
<a href="Pomegranate.html" class="fs-4 nav-link me-3">Pomegranate</a>
<!-- <a href="Pomegranate.html" class="btn btn-dark p-1 mt-2">View Detail</a> -->
</div>
</div>
</div>
<!-- Modal for displaying images -->
<div id="myModal" class="modal">
<!-- The Close Button -->
<span class="close" id="cll">×</span>
<!-- Modal Content (The Image) -->
<img class="modal-content" id="img01" />
<!-- Modal Caption (Image Text) -->
<div class="caption"></div>
</div>
<!-- footer -->
<div class="footer-basic bg-black mt-5">
<footer>
<div class="social">
<a href="https://www.instagram.com/pramukhexim/" target="_blank"
><i class="fa-brands fa-instagram"></i
></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="https://wa.me/918780388789" target="_blank"
><i class="fa-brands fa-whatsapp"></i
></a>
</div>
<ul class="list-inline text-white">
<li class="list-inline-item"><a href="index.html">Home</a></li>
<li class="list-inline-item"><a href="./About.html">About</a></li>
<li class="list-inline-item"><a href="./gallery.html">Gallery</a></li>
<li class="list-inline-item"><a href="ceriti.html">Certificate</a></li>
<li class="list-inline-item"><a href="index.html#Contact">Contact</a></li>
</ul>
<p class="copyright">PRAMUKHEXIM © 2018</p>
</footer>
</div>
<script>
var modal = document.getElementById("myModal");
var images = document.querySelectorAll(".myImg");
var modalImg = document.getElementById("img01");
var captionText = document.querySelector(".caption");
let nav = document.getElementById("navbar");
// Add click event listener to each image
images.forEach(function (img) {
img.onclick = function () {
modal.style.display = "block";
nav.style.display = "none";
modalImg.src = this.src;
captionText.innerHTML = this.alt;
};
});
// Get the <span> element that closes the modal
var cll = document.getElementById("cll");
// When the user clicks on <span> (x), close the modal
cll.onclick = function () {
modal.style.display = "none";
nav.style.display = "block";
};
</script>
<script src="loader.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>