-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
765 lines (702 loc) · 26.6 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
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
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jayasinghe Oil Mills</title>
<!-- Primary Meta Tags -->
<meta name="title" content="Jayasinghe Oil Mills" />
<meta
name="description"
content="Jayasinghe Oil Mills Business and Manufacturing Process Management System."
/>
<meta
name="keywords"
content="JOM, Jayasinghe Oil Mills, Coconut Oil, Sri Lanaka"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jom-dev.duckdns.org/" />
<meta property="og:title" content="Jayasinghe Oil Mills" />
<meta
property="og:description"
content="Jayasinghe Oil Mills Business and Manufacturing Process Management System."
/>
<meta
property="og:image"
content="https://jom-dev.duckdns.org/common/img/logo-manifest.jpg"
/>
<!-- Twitter -->
<meta
property="twitter:card"
content="https://jom-dev.duckdns.org/common/img/logo-manifest.jpg"
/>
<meta property="twitter:url" content="https://jom-dev.duckdns.org/" />
<meta property="twitter:title" content="Jayasinghe Oil Mills" />
<meta
property="twitter:description"
content="Jayasinghe Oil Mills Business and Manufacturing Process Management System."
/>
<meta
property="twitter:image"
content="https://jom-dev.duckdns.org/common/img/logo-manifest.jpg"
/>
<!-- icons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://jom-dev.duckdns.org/common/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://jom-dev.duckdns.org/common/img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://jom-dev.duckdns.org/common/img/favicon-16x16.png"
/>
<!-- manifest -->
<link rel="manifest" href="./site.webmanifest" />
<script
src="https://kit.fontawesome.com/3d9946f29b.js"
crossorigin="anonymous"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<link rel="stylesheet" href="./common/style.css" />
<link rel="stylesheet" href="./landing.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
</head>
<body>
<!-- Loading screen -->
<div class="loader-wrapper">
<div class="logo-container">
<img src="./common/JOM logo 1.png" alt="" />
</div>
<div class="lds-spinner">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<nav class="navbar">
<ul class="menu">
<li><a href="./index.html" class="active">Home</a></li>
<li><i class="fas fa-circle dot"></i></li>
<li><a href="./process.html">Process</a></li>
<li><i class="fas fa-circle dot"></i></li>
<li><a href="./products.html">Products</a></li>
</ul>
<a class="button" href="./signin.html">Login</a>
<!-- responsive button -->
<div class="menu-btn"><i class="fa fa-bars"></i></div>
</nav>
<div class="landing-container">
<section class="layer1" id="layer1">
<h1 class="main-text">
Jayasinghe Oil Mills <br />Coconut Oil manufacturers
</h1>
<p class="sub-text">
Jayasinghe Oil Mills is one of the leading coconut oil manufacturers
in Sri Lanka. <br />
We have been producing Coconut oil for the last 20 years
</p>
<div class="buttons">
<a href="./signup/index.html" class="register form-button"
>Register</a
>
<a href="./process.html" class="process form-button">How It Works</a>
</div>
<a href="#layer2">
<svg class="arrows">
<path class="a1" d="M0 0 L30 32 L60 0"></path>
<path class="a2" d="M0 20 L30 52 L60 20"></path>
<path class="a3" d="M0 40 L30 72 L60 40"></path>
</svg>
</a>
</section>
<!-- <div class="shape1 shape hide"></div> -->
<div class="layer2" id="layer2">
<div class="layer-left hide">
<div class="shape2-4">
<img src="./common/img/landing-shape2-4.jpg" alt="" />
</div>
<div class="shape2-5">
<img src="./common/img/landing-shape2-4.jpg" alt="" />
</div>
<div class="shape2-3"></div>
<div class="shape2 shape">
<div class="shape2-2"></div>
<div class="shape2-1"><p>About Us</p></div>
</div>
</div>
<div class="layer-right">
<h4>One of the leading Oil Mills in Sri Lanka</h4>
<p class="text">
Located in Kurunagala, Jayasinghe Oil Mills is the second largest
Coconut Oil manufacturer in the area. It produces about 200 tons of
Virgin Coconut Oil Every Month.
</p>
<div class="bars">
<div class="employees">
<p class="value">+50</p>
<div class="bar"></div>
<p class="name">EMPLOYEES</p>
</div>
<div class="products">
<p class="value">+50</p>
<div class="bar"></div>
<p class="name">PRODUCTS</p>
</div>
<div class="suppliers">
<p class="value">+50</p>
<div class="bar"></div>
<p class="name">SUPPLIERS</p>
</div>
</div>
</div>
</div>
<div class="layer3">
<h2>Our Products</h2>
<div class="slide-container1 slide-container swiper1 swiper">
<div class="slide-content slide-content1">
<div class="products-wrapper swiper-wrapper">
<!-- card start -->
<div class="card swiper-slide">
<div class="img">
<img src="./common/img/product5.png" alt="" />
</div>
<!-- <div class="desc">Food</div> -->
<div class="title">Coconut Hair Oil</div>
<p class="content">
Silky smooth nourishing hair oil that replenishes dry and
damaged hair, with natural coconut oil.
</p>
<a href="./products.html" class="view-more">View More -></a>
</div>
<!-- card end -->
<!-- card start -->
<div class="card swiper-slide">
<div class="img">
<img src="./common/img/product1.png" alt="" />
</div>
<!-- <div class="desc">Food</div> -->
<div class="title">Coconut Oil</div>
<p class="content">
Our unrefined coconut oil has a slightly toasted, nutty flavor
that comes naturally from the coconut.
</p>
<a href="./products.html" class="view-more">View More -></a>
</div>
<!-- card end -->
<!-- card start -->
<div class="card swiper-slide">
<div class="img">
<img src="./common/img/product2.png" alt="" />
</div>
<!-- <div class="desc">Food</div> -->
<div class="title">Virgin Coconut Oil</div>
<p class="content">
Coconuts are dried, cold pressed at very low temperatures to
retain its natural healthy nutrients and filtered free of
sediments.
</p>
<a href="./products.html" class="view-more">View More -></a>
</div>
<!-- card end -->
<!-- card start -->
<div class="card swiper-slide">
<div class="img">
<img src="./common/img/product3.png" alt="" />
</div>
<!-- <div class="desc">Food</div> -->
<div class="title">Extra Virgin Coconut Oil</div>
<p class="content">
Extra Virgin Coconut Oil, harvested from the purest coconut
kernels in the tropical island of Sri Lanka
</p>
<a href="./products.html" class="view-more">View More -></a>
</div>
<!-- card end -->
<!-- card start -->
<div class="card swiper-slide">
<div class="img">
<img
src="https://media-cdn.oriflame.com/productImage?externalMediaId=product-management-media%2F41568%2F41568.png%3Fversion%3D1650894303&w=1440&bc=%23f5f5f5&ib=%23f5f5f5&h=1440&q=30"
alt=""
/>
</div>
<!-- <div class="desc">Food</div> -->
<div class="title">Botanical Hair Oil</div>
<p class="content">
Silky smooth nourishing hair oil that replenishes dry and
damaged hair, with natural coconut oil.
</p>
<a href="./products.html" class="view-more">View More -></a>
</div>
<!-- card end -->
<!-- card start -->
<div class="card swiper-slide">
<div class="img">
<img src="./common/img/product4.png" alt="" />
</div>
<!-- <div class="desc">Food</div> -->
<div class="title">Virgin Coconut Oil</div>
<p class="content">
Virgin Coconut Oil, manufactured from the purest coconut
kernels in the tropical island of Sri Lanka.
</p>
<a href="./products.html" class="view-more">View More -></a>
</div>
<!-- card end -->
</div>
</div>
<div
class="swiper-button-next swiper-button-next1 swiper-navBtn"
></div>
<div
class="swiper-button-prev swiper-button-prev1 swiper-navBtn"
></div>
<div class="swiper-pagination swiper-pagination1"></div>
</div>
</div>
<div class="layer4">
<div class="layer-left hide">
<div class="shape4-1">
<div class="shape4-2">
<div class="shape4-3">
<p>Our Values</p>
</div>
</div>
</div>
<div class="yt icon"><i class="fa-brands fa-youtube"></i></div>
<div class="camera icon"><i class="fas fa-camera"></i></div>
<div class="star icon"><i class="fas fa-star"></i></div>
<div class="radio icon"><i class="fas fa-wifi"></i></div>
<div class="setting icon"><i class="fas fa-gear"></i></div>
<div class="pin icon"><i class="fas fa-thumbtack"></i></div>
<div class="mail icon"><i class="fas fa-envelope-open"></i></div>
</div>
<div class="layer-right">
<div class="item1">
<h4>Why our products are special from other products?</h4>
<p>
Random gibberish text to use in web pages, site templates and in
typography demos. Get rid of Lorem Ipsum forever. A tool for web
designers who want to save time.
<br /><br />
</p>
</div>
<div class="item2 item">
<div></div>
<h4>100% Natural</h4>
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus.</p>
</div>
<div class="item3 item">
<div></div>
<h4>New Technology</h4>
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus.</p>
</div>
<div class="item4 item">
<div></div>
<h4>Always on market</h4>
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus.</p>
</div>
<div class="item5 item">
<div></div>
<h4>100% Natural</h4>
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus.</p>
</div>
</div>
</div>
<div class="layer5">
<div class="shape3 hide"></div>
<h2>Customer Feedback</h2>
<div class="slide-container swiper slide-container2 swiper2">
<div class="slide-content slide-content2">
<div class="card-wrapper swiper-wrapper">
<div class="card swiper-slide">
<div>
<div class="card-content">
<p>
I use JOM virgin coconut oil to treat DSAP which is a form
of psoriasis. Once the spots form they are permanent. But
their oil reduces redness and scaliness on some spots to
the point I could almost forget they were there.
</p>
</div>
<p class="name">B.M. Saumya Sewwandi</p>
</div>
</div>
<div class="card swiper-slide">
<div>
<div class="card-content">
<p>
I have been supplying coconuts from my estates to
Jayasinghe Oil Mills for the past 10 years, and they
provide the best value for our harvest. Also their coconut
collection process is very efficient and easy to work
with.
</p>
</div>
<p class="name">P.D. Saman Kumara</p>
</div>
</div>
<div class="card swiper-slide">
<div>
<div class="card-content">
<p>
I am a coconut supplier for the Jayasighe Oil Mills. As I
have been supplying coconuts from my estates for them for
the past 12 years I can assure you that they have the most
efficient methods for coconut supplying as well as the
best price for the coconuts.
</p>
</div>
<p class="name">Gamini Aluthge</p>
</div>
</div>
<div class="card swiper-slide">
<div>
<div class="card-content">
<p>
Jayasinghe Oil Mills is my trusted partner for coconut
supply. Their efficient collection process and fair
pricing reflect their commitment to excellence. They
prioritize quality and support local farmers. Highly
recommended.
</p>
</div>
<p class="name">S.D. Nimal Shantha</p>
</div>
</div>
<div class="card swiper-slide">
<div>
<div class="card-content">
<p>
As a coconut farmer with experience more than 10 years, I
appreciate their support and seamless partnership.
Therefore Jayasinghe Oil Mills is Highly recommended for
coconut suppliers.
</p>
</div>
<p class="name">Buddhika Senanayake</p>
</div>
</div>
</div>
</div>
<div
class="swiper-button-next swiper-navBtn swiper-button-next2"
></div>
<div
class="swiper-button-prev swiper-navBtn swiper-button-prev2"
></div>
<div class="swiper-pagination swiper-pagination2"></div>
</div>
</div>
<div class="layer6 hide">
<div class="container">
<div class="item1">
<h2>Our Gallery</h2>
<div class="options">
<div class="workplace option">Workplace</div>
<div class="customers option">Customers</div>
<div class="products option selected">Products</div>
<div class="events option">Events</div>
</div>
</div>
<div class="item2">
<img src="./common/img/gallary-p1.jpg" alt="item-2 image" />
</div>
<div class="item3">
<img src="./common/img/gallary-p4.jpg" alt="item-3 image" />
</div>
<div class="item4">
<img src="./common/img/gallary-p3.jpg" alt="item-4 image" />
</div>
<div class="item5">
<img src="./common/img/gallary-p2.jpg" alt="item-5 image" />
</div>
<div class="item6">
<img src="./common/img/gallary-p5.jpg" alt="item-6 image" />
</div>
</div>
</div>
<div class="layer8">
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3956.7872599641673!2d79.943787074544!3d7.377724012648551!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae2dce610897b6f%3A0x582b2636907e029!2sJayasinghe%20Oil%20Mills!5e0!3m2!1sen!2slk!4v1712598726443!5m2!1sen!2slk"
style="border: 0; width: 100vw; height: 70vh"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
</div>
<footer class="footer-distributed" id="footer">
<div class="footer-left">
<!-- <img src="./common/JOM logo 1.png" alt="" /> -->
<p class="text">Try our mobile application</p>
<br />
<div class="mobile-app">
<img src="./common/img/supplier_qr.png" alt="" />
<a
href="https://github.com/GroupProject-JOM/Mobile-Collector/releases/download/v1.1.0/JOM.apk"
class="google-icon"
><i class="fa-brands fa-google-play"> Google Play</i></a
>
</div>
<p class="footer-links">
<a href="#layer1" class="link-1">Home</a>
<a href="#layer2">About Us</a>
<a href="./products.html">Products</a>
<a href="./process.html">Process</a>
<a href="#footer">Contact</a>
</p>
<p class="footer-company-name">
© 2024 Copyright: Jayasinghe Oil Mills
</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>
<a href="https://maps.app.goo.gl/QHZtcCDZUr2HPJFS6" target="_blank"
><span>No 105, Ravita Road,</span> Welpalla, Sri Lanka.</a
>
</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>
<a href="https://wa.me/94718299610" target="_blank"
>+94 71 829 9610</a
>
</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span>
Jayasinghe Oil Mills is one of the leading coconut oil manufacturers
in Sri Lanka. We have been producing Coconut oil for the last 20
years.
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/"><i class="fa fa-facebook"></i></a>
<a href="https://www.twitter.com/"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/"
><i class="fa fa-instagram"></i
></a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fas fa-chevron-up"></i>
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script>
$(".menu-btn").click(function () {
$(".navbar .menu").toggleClass("active");
$(".navbar .button").toggleClass("active");
$(".menu-btn i").toggleClass("active");
});
var swiper2 = new Swiper(".slide-content2", {
slidesPerView: 4,
spaceBetween: 40,
loop: "true",
centerSlide: "true",
fade: "true",
grabCursor: "true",
pagination: {
el: ".swiper-pagination2",
clickable: true,
dynamicBullets: true,
},
navigation: {
nextEl: ".swiper-button-next2",
prevEl: ".swiper-button-prev2",
},
breakpoints: {
0: {
slidesPerView: 1,
},
520: {
slidesPerView: 3,
},
950: {
slidesPerView: 4,
},
},
});
var swiper1 = new Swiper(".slide-content1", {
slidesPerView: 4,
spaceBetween: 40,
loop: "true",
centerSlide: "true",
fade: "true",
grabCursor: "true",
pagination: {
el: ".swiper-pagination1",
clickable: true,
dynamicBullets: true,
},
navigation: {
nextEl: ".swiper-button-next1",
prevEl: ".swiper-button-prev1",
},
breakpoints: {
0: {
slidesPerView: 1,
},
520: {
slidesPerView: 3,
},
950: {
slidesPerView: 4,
},
},
});
const scrollRevealOption = {
distance: "50px",
origin: "bottom",
duration: 2000,
reset: true,
};
ScrollReveal().reveal(".main-text", {
...scrollRevealOption,
});
ScrollReveal().reveal(".sub-text", {
...scrollRevealOption,
delay: 500,
});
ScrollReveal().reveal(".buttons", {
...scrollRevealOption,
delay: 1000,
});
const values = document.querySelectorAll(".value");
let startValue1 = 0,
startValue2 = 0,
startValue3 = 0,
endValue1 = 80,
endValue2 = 10,
endValue3 = 40,
speed1 = 100,
speed2 = 100,
speed3 = 100;
// Function to handle the animation
function animateValues() {
let progress1 = setInterval(() => {
values[0].textContent = `${startValue1}+`;
if (startValue1 >= endValue1) clearInterval(progress1);
startValue1++;
}, speed1);
let progress2 = setInterval(() => {
values[1].textContent = `${startValue2}+`;
if (startValue2 >= endValue2) clearInterval(progress2);
startValue2++;
}, speed2);
let progress3 = setInterval(() => {
values[2].textContent = `${startValue3}+`;
if (startValue3 >= endValue3) clearInterval(progress3);
startValue3++;
}, speed3);
}
// Intersection Observer setup
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
// Start the animation when the target element is in view
animateValues();
// Stop observing once animation starts
observer.unobserve(entry.target);
}
});
});
// Observing the .values class
values.forEach((value) => {
observer.observe(value);
});
const workplace = document.querySelector(".options .workplace");
const customers = document.querySelector(".options .customers");
const products = document.querySelector(".options .products");
const events = document.querySelector(".options .events");
const item2 = document.querySelector(".container .item2 img");
const item3 = document.querySelector(".container .item3 img");
const item4 = document.querySelector(".container .item4 img");
const item5 = document.querySelector(".container .item5 img");
const item6 = document.querySelector(".container .item6 img");
workplace.addEventListener("click", () => {
workplace.classList.add("selected");
customers.classList.remove("selected");
products.classList.remove("selected");
events.classList.remove("selected");
item2.src =
"https://img.freepik.com/free-photo/agricultural-silos-building-exterior_146671-19367.jpg?t=st=1713299978~exp=1713303578~hmac=db96c8194935c8d0b5fbaa76112ed6ed014cfb400e48882b0bc690d87651dfe8&w=1060";
item3.src = "./common/img/gallary-w2.jpg";
item4.src = "./common/img/gallary-w3.jpg";
item5.src = "./common/img/gallary-w4.jpg";
item6.src = "./common/img/gallary-w5.jpg";
});
customers.addEventListener("click", () => {
workplace.classList.remove("selected");
customers.classList.add("selected");
products.classList.remove("selected");
events.classList.remove("selected");
item2.src =
"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBMe4d6LconA_eEBmVqHt3TU1AqUXkkP1SyDXoWHpuidI_3NFJOBmtauaxX4w4iOp4Zeh9CCPr42q7by6H7nlFwYeWoTWYe6TmAB3ts2VZBV4gYEh8520AV7LL8NT-bBCfC9JZNkvktU6b/s1600/DSC_0199.JPG";
item3.src = "./common/img/gallary-s2.jpg";
item4.src = "./common/img/gallary-s3.jpg";
item5.src = "./common/img/gallary-s4.jpg";
item6.src = "./common/img/gallary-s5.jpg";
});
products.addEventListener("click", () => {
workplace.classList.remove("selected");
customers.classList.remove("selected");
products.classList.add("selected");
events.classList.remove("selected");
item2.src = "./common/img/gallary-p1.jpg";
item3.src = "./common/img/gallary-p4.jpg";
item4.src = "./common/img/gallary-p2.jpg";
item5.src = "./common/img/gallary-p3.jpg";
item6.src = "./common/img/gallary-p5.jpg";
});
events.addEventListener("click", () => {
workplace.classList.remove("selected");
customers.classList.remove("selected");
products.classList.remove("selected");
events.classList.add("selected");
item2.src =
"https://images.collegedunia.com/public/college_data/images/campusimage/16100056385.JPG";
item3.src = "./common/img/gallary-e2.jpeg";
item4.src = "./common/img/g-e3.jpg";
item5.src = "./common/img/g-e4.jpeg";
item6.src = "./common/img/g-e5.jpg";
});
</script>
<script src="./common/loader.js"></script>
</body>
</html>