-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
791 lines (664 loc) · 23.5 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
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta content="" name="keywords" />
<meta content="" name="description" />
<title>Impulse 5.0</title>
<link rel="icon" type="image/x-icon" href="/img/48x48.png">
<link rel="stylesheet" href="style.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/ScrollTrigger.min.js"></script>
<link href="https://api.fontshare.com/v2/css?f[]=clash-display@600&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<script src="https://kit.fontawesome.com/a96adbd0c9.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
</head>
<body>
<!-- Navbar -->
<nav class="nav">
<div class="logo" id="asset">
<img src="img/Impusle logo.svg"/>
</div>
<div class="menu">
<a id="reg" href="#pricing">Register</a>
<i class="fa-solid fa-bars toggle-menu"></i>
</div>
</nav>
<div class="open-menu">
<i class="fa-solid fa-xmark close-menu" id></i>
<div class="list">
<ul>
<li><a href="#Speakers">Speakers</a></li>
<li><a href="#Events">About Event</a></li>
<li><a href="#workshop">Workshops</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#footer">Location</a></li>
</ul>
</div>
</div>
<!-- Hero section -->
<section id="hero" class="hero">
<div>
<!-- <div class="marqueee">
<img src="img/strip.png" alt="Scrolling Image" class="scrolling-imagee" />
</div>
<div class="marqueeee">
<img src="img/strip.png" alt="Scrolling Image" class="scrolling-imagee" />
</div> -->
<div class="herolist">
<img src="img/impulse with tagline.svg" alt="" id="imgg" class="imp">
<a href="https://goo.gl/maps/tBmb8zsyPsqyQS1G6"><h1 id="location" class="custom-icon bi-geo-alt me-2"><i class="fa-solid fa-location-dot"></i> FEDERAL INSTITUTE OF SCIENCEAND TECHNOLOGY,ANGAMALY</h1></a>
<a href="https://goo.gl/maps/tBmb8zsyPsqyQS1G6"><h1 id="date" class="custom-icon bi-geo-alt me-2">August 10 & 11</h1></a>
<!-- <div class="iframe-container" id="rec">
<iframe
class="iframe-frame"
frameborder="0"
allowfullscreen
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
id="frame">
</iframe>
</div> -->
</div>
</div>
<div class="heroli">
<img src="img/impulse with tagline 1.png" alt="" class="imp0">
<a href="https://goo.gl/maps/tBmb8zsyPsqyQS1G6">FEDERAL INSTITUTE OF SCIENCE AND TECHNOLOGY,ANGAMALY</a>
<a class="date">August 10 & 11</a>
</div>
<img src="img/fbXsb.png" alt="" class="collab">
<img src="img/fbXsb.png" id="collaboration">
<div class="marquee">
<img src="img/Frame 48.png" alt="Scrolling Image" class="scrolling-image" id="recc"/>
</div>
<div class="marquee">
<img src="img/strip.png" alt="Scrolling Image" class="scrolling-image" id="recc"/>
</div>
</section>
<style>
/* #rec{
width: 600px;
height: 400px;
position: relative;
top:-268px;
z-index: 1200;
background: url(/img/Rectangle\ 1514.png);
} */
/* .iframe-container {
position: relative;
width: 600px;
height: 400px;
z-index: 50;
background-color: black;
overflow: hidden;
} */
.marqueee {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 94%;
overflow: hidden;
transform: rotate(15deg);
z-index: 1;
/* Ensure the marquee is behind the iframe */
}
.marqueeee {
position: absolute;
top: 0px;
left:-25px;
width: 100%;
height: 94%;
overflow: hidden;
transform: rotate(345deg);
z-index: 2;
/* Ensure the marquee is behind the iframe */
}
.scrolling-imagee {
position: absolute;
top: 440px;
/* Adjust top position as needed */
left: 0;
/* Adjust left position as needed */
width: auto;
/* Set the width to auto to allow natural size */
height: 20%;
/* Set height to match container height */
animation: scroll 7s linear infinite;
/* Adjust animation duration and timing function */
transform: rotate(45deg);
/* Rotate image by 45 degrees */
}
@keyframes scroll {
0% {
transform: translateX(100%);
/* Start from right */
}
100% {
transform: translateX(-100%);
/* Slide image completely to the left */
}
}
.marquee {
overflow: hidden;
white-space: nowrap;
}
.scrolling-image {
display: inline-block;
animation: scroll 5s linear infinite;
transform: rotate(45deg);
}
@media (max-width: 768px) {
.marquee {
display: none;
}
#recc{
width: 400px;
height: 100px;
position: relative;
top: 23px;
z-index: 1200;
}
#rec{
width: 400px;
height: 100px;
position: relative;
top:-268px;
z-index: 1200;
}
.iframe-container{
width: 100%;
display: flex;
justify-content: center;
height: 50%;
position: relative;
top: -270px;
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.marqueee, .marqueeee {
height: 50%;
}
.scrolling-imagee {
top: 300px;
height: 10%;
}
}
@media (max-width: 480px) {
.marquee {
overflow: hidden;
white-space: nowrap;
position: relative;
top:-350px;
width: 300px;
}
#recc{
width: 400px;
height: 100px;
}
.iframe-container {
width: 100%;
height:30px;
padding-bottom: 56.25%;
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.marqueee, .marqueeee {
height: 50%;
top: 182px;
left: -56px;
width: 495px;
}
.scrolling-imagee {
top: 250px;
height: 23%;
}
}
</style>
<!-- Events -->
<section id="Events" class="Event" class="parallax-section">
<div class="Events" class="speakercard">
<div class="Subdiv">
<div class="main">
<div class="Event h1">
<p style="font-family: 'Clash Display', sans-serif">Event</p>
<img src="img/Frame 59.png" alt="hashtag" class="hash" />
<img src="img/About.png" alt="" class="about" />
</div>
<div>
<p>
IMPULSE 5.0 is the two-day flagship event of IEEE FISAT SB in collaboration with IEEE SPS Kerala Chapter, uniting the engineering community like never before on August 10 and 11. With a four-year track record of success, IMPULSE is a highly anticipated event for engineering students. This year's Techno-Managerial conclave features workshops on Music Signal Processing, Sound Engineering, and Game Development. For non-tech enthusiasts, there are workshops on Dance, Coconut Shell Art, and Social Media Marketing. This year's event promises excitement and innovation, with exciting goodies for participants. Don't miss your chance to be part of IMPULSE 5.0 – The Eternal Legacy!!
</p>
</div>
</div>
<!-- <div class="logos">
<img src="img/SB logo_White.png" alt="" class="SB" />
<img src="img/PES_white.png" alt="" class="PES" />
<img src="img/SPS_Logo_Color_RGB.png" alt="" class="SPS" />
<img src="img/IEEE_RAS_logo_no-background-300x110.png" alt="" class="RAS" />
<img src="img/IEEE-ComSoc.png" alt="" style="" class="COM"/>
<img src="img/IEEE-CS_LogoTM_bwhite.png" alt="" class="CS"/>
</div> -->
</div>
</div>
</section>
<section id="Events" class="Event" class="parallax-section">
<div class="Events" class="speakercard">
<div class="Subdiv">
<div class="main">
<div class="Event h1">
<p style="font-family: 'Clash Display', sans-serif">Host</p>
<img src="img/Frame 59.png" alt="hashtag" class="hash" />
<img src="img/About.png" alt="" class="about" />
</div>
<div>
<p>
Federal Institute of Science and Technology (FISAT), Angamaly, is a leading educational institution known for its state-of-the-art facilities, dedicated faculty, and talented student body. FISAT's strong track record of hosting successful events showcases their planning and their execution. Attendees can anticipate a well-organized event emphasizing innovation, creativity, and collaboration. Conveniently situated in Angamaly, FISAT provides an accessible and dynamic environment, ideal for a diverse range of activities.
</p>
</div>
</div>
<div class="logos">
<img src="img/wie-logo_white.png" alt="" class="SB" />
<img src="img/PES_white.png" alt="" class="PES" />
<img src="img/SPS_Logo_Color_RGB.png" alt="" class="SPS" />
<img src="img/IEEE_RAS_logo_no-background-300x110.png" alt="" class="RAS" />
<img src="img/IEEE-ComSoc.png" alt="" style="" class="COM"/>
<img src="img/IEEE-CS_LogoTM_bwhite.png" alt="" class="CS"/>
</div>
</div>
</div>
</section>
<div class="data">
<div class="data-block">
<h1>7</h1>
<p>Workshops</p>
</div>
<div class="data-block">
<h1>2</h1>
<p>Days</p>
</div>
<div class="data-block">
<h1>10</h1>
<p>Speakers</p>
</div>
<div class="data-block">
<h1>10+</h1>
<p>Days to Go</p>
</div>
</div>
<br/><br/><br/><br/>
<div style="transform: rotate(-5deg);overflow-x: hidden;min-width:105vw">
<img src="img/strip.png" alt="Scrolling Image" style="animation: scroll 15s linear infinite;min-width: 120vw; " />
</div>
<!-- Speakers -->
<section id="Speakers" class="workshop" class="parallax-section">
<div class="content" class="speakercard">
<div class="heading">
<p style="font-family: 'Clash Display', sans-serif">Speakers</p>
<img src="img/Our.png" alt="" class="our" />
<img src="img/Frame 59.png" alt="" class="hash" />
</div>
<div class="speakerlist">
<div class="speakercard">
<div class="spkrbg">
</div>
<div class="speakerdet">
<img src="img/Speakers/raul_john-removebg-preview.png" alt="" id="gsww">
<h3>Raul John Aju</h3>
<p>AI curious to AI Serious</p>
</div>
</div>
<div class="speakercard">
<div class="spkrbg">
</div>
<div class="speakerdet ram">
<img src="img/Speakers/ram-removebg-preview.png" alt="" id="gswr" class="ram">
<h3>Anantharaman Ajay</h3>
<p>Actor,Youtuber</p>
</div>
</div>
<div class="speakercard">
<div class="spkrbg">
</div>
<div class="speakerdet">
<img src="img/Speakers/IMG_1671-removebg-preview.png" alt="" id="gsws">
<h3>Praveen Chirayath</h3>
<p>Corporate Trainer</p>
</div>
</div>
<!-- <div class="speakercard">
<div class="spkrbg">
</div>
<div class="speakerdet">
<img src="img/Speakers/dini .png" alt="" id="gsws">
<h3>Dini Eldho</h3>
<p>Instagram Influencer</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
</section>
<!-- Workshops -->
<section id="workshop" class="workshop" class="parallax-section">
<div class="content" class="speakercard">
<div class="heading">
<p style="font-family: 'Clash Display', sans-serif">Workshops</p>
<img src="img/Our.png" alt="" class="our" />
<img src="img/Frame 59.png" alt="" class="hash" />
</div>
<div class="shops">
<div class="box">
<h3>Sound Engineering</h3>
<a href="Sound Engineering.html">Read More</a>
</div>
<!-- <div class="box 2">
<h3>Music SP</h3>
<a href="Music processing.html">Read More</a>
</div> -->
<div class="box">
<h3>Generative AI & LLM
</h3>
<a href="Prompt Engineering.html">Read More</a>
</div>
<div class="box">
<h3>Dance</h3>
<a href="Dance.html">Read More</a>
</div>
<div class="box">
<h3>Social Media Marketing</h3>
<a href="SocialMedia.html">Read More</a>
</div>
<div class="box">
<h3>Basics of Crochet</h3>
<a href="Coconut Shell.html">Read More</a>
</div>
<div class="box">
<h3>Game Development</h3>
<a href="Game.html">Read More</a>
</div>
<div class="box">
<h3>Acting</h3>
<a href="Acting.html">Read More</a>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section id="pricing" class="pricing" class="parallax-section">
<div class="content" class="speakercard">
<div class="heading">
<p style="font-family: 'Clash Display', sans-serif">Pricing</p>
<img src="img/Our.png" alt="" class="our" id="ourr" / >
<img src="img/Frame 59.png" alt="" class="hash" id="hashh"/>
</div>
<div class="price-cards">
<div class="card">
<h3>IEEE SPS MEMBERS</h3>
<div class="card-content">
<p>Food and Accomodation</p>
<p>(2 Days and 1 Night)</p>
</div>
<div class="card-content">
<p>6x Workshops</p>
<p>3x Talks</p>
<p>1x Cultural</p>
</div>
<div class="card-content">
<p>Exiting Games</p>
<p>Goodies</p>
<p>6x Certificates</p>
</div>
<h2 class="rizz">RS.799</h2>
<!-- <a>Register</a> -->
<a
href="https://rzp.io/l/6FwbF6lv"
>
<div class="container-button">
<div class="hover bt-1"></div>
<div class="hover bt-2"></div>
<div class="hover bt-3"></div>
<div class="hover bt-4"></div>
<div class="hover bt-5"></div>
<div class="hover bt-6"></div>
<button></button>
</div>
</a>
</div>
<div class="card">
<h3>IEEE MEMBERS</h3>
<div class="card-content">
<p>Food and Accomodation</p>
<p>(2 Days and 1 Night)</p>
</div>
<div class="card-content">
<p>6x Workshops</p>
<p>3x Talks</p>
<p>1x Cultural</p>
</div>
<div class="card-content">
<p>Exiting Games</p>
<p>Goodies</p>
<p>6x Certificates</p>
</div>
<h2 class="rizz">RS.999</h2>
<!-- <a>Register</a> -->
<a href="https://rzp.io/l/vnQN0SB">
<div class="container-button">
<div class="hover bt-1"></div>
<div class="hover bt-2"></div>
<div class="hover bt-3"></div>
<div class="hover bt-4"></div>
<div class="hover bt-5"></div>
<div class="hover bt-6"></div>
<button></button>
</div>
</a>
</div>
<div class="card">
<h3>NON IEEE MEMBERS</h3>
<div class="card-content">
<p>Food and Accomodation</p>
<p>(2 Days and 1 Night)</p>
</div>
<div class="card-content">
<p>6x Workshops</p>
<p>3x Talks</p>
<p>1x Cultural</p>
</div>
<div class="card-content">
<p>Exiting Games</p>
<p>Goodies</p>
<p>6x Certificates</p>
</div>
<h2 class="rizz">RS.1299</h2>
<!-- <a>Register</a> -->
<a href="https://rzp.io/l/vflp9ElA">
<!-- <a></a> -->
<div class="container-button">
<div class="hover bt-1"></div>
<div class="hover bt-2"></div>
<div class="hover bt-3"></div>
<div class="hover bt-4"></div>
<div class="hover bt-5"></div>
<div class="hover bt-6"></div>
<button></button>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Updates -->
<section id="pricing" class="updates" class="parallax-section">
<div class="content" class="speakercard">
<div class="heading">
<p style="font-family: 'Clash Display', sans-serif">Updates</p>
<img src="img/Event.png" alt="" class="our" id="ourr" />
<img src="img/Frame 59.png" alt="" class="hash" id="hashh"/>
</div>
<div class="updatess">
<img src="img/updates/registration closed.jpg" alt="">
<img src="img/updates/associatespon.jpg" alt="">
<img src="img/updates/SPONSOR.jpg" alt="">
<img src="img/updates/PRAVEEN.jpg" alt="">
<img src="img/updates/MUSICNIGHT.jpg" alt="">
<img src="img/updates/ACTING.jpg" alt="">
<img src="img/updates/GEN AI.jpg" alt="">
<img src="img/updates/dance.jpg" alt="">
<img src="img/updates/sound.jpg" alt="">
<img src="img/updates/talk2.jpg" alt="">
<img src="img/updates/talk3.jpg" alt="">
<img src="img/updates/workshop1.jpg" alt="">
<img src="img/updates/worshop2.jpg" alt="">
<img src="img/updates/IMG_1317.jpg">
<img src="img/updates/IMG_1318.jpg">
<img src="img/updates/IMG_1296.jpg">
<img src="img/updates/IMG_1295.jpg">
<img src="img/updates/IMG_1293.jpg">
<img src="img/updates/IMG_1228.jpg">
<img src="img/updates/IMG_1229.jpg">
<img src="img/updates/IMG_1230.jpg">
<img src="img/updates/IMG_1231.jpg">
<img src="img/updates/early bird closing.jpg" alt="">
</div>
</div>
</section>
<!-- Gallery Section -->
<section>
<div class="gall">
<div class="head">
<p style="font-family: 'Clash Display', sans-serif">Gallery</p>
<img src="img/Frame 59.png" alt="hashtag" class="hash" />
<img src="img/4.0.png" alt="" class="about" />
</div>
<div class="container">
<div class="gallery">
<img src="img/gallery/DSC001.JPG" alt=""class="img1 img">
<img src="img/gallery/DSC002.JPG" alt=""class="img7 img">
<img src="img/gallery/DSC003.JPG" alt=""class="img3 img">
<img src="img/gallery/DSC004.JPG" alt=""class="img4 img">
<img src="img/gallery/DSC005.JPG" alt=""class="img5 img">
<img src="img/gallery/DSC006.JPG" alt=""class="img6 img">
<img src="img/gallery/DSC007.JPG" alt=""class="img2 img">
</div>
</div>
</div>
</sectin>
<section><!-- Footer -->
<div class="footer">
<img src="img/Aasset 5 2.png" width="100%"/>
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3926.3724180597765!2d76.40626477532166!3d10.231517589886055!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3b08068aa17bd247%3A0xf048b9ebcbd2af28!2sFederal%20Institute%20of%20Science%20And%20Technology%20(FISAT)%C2%AE!5e0!3m2!1sen!2sin!4v1715874732686!5m2!1sen!2sin"
style="border: 0;" src="" frameborder="0" allowfullscreen loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="footer-content">
<div class="fcontent">
<h4>Contact</h4>
<p>Bhavana R Nair</p>
<p>Chair:IEEE FISAT SB</p>
<a href="https://api.whatsapp.com/send?phone=+917994880936"><p>+917994880936</p></a>
</div>
<div class="fcontent">
<h4>Mail Id</h4>
</div>
<div class="fcontent">
<h4>Follow Us</h4>
<div>
<a href="https://www.instagram.com/ieeefisatsb/">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.facebook.com/ieeefisat/">
<i class="fa-brands fa-facebook"></i> </a>
<a href="https://www.youtube.com/@ieeefisatsb1414">
<i class="fa-brands fa-youtube"></i> </a>
</div>
</div>
<div class="fcontent"><h4>
Address
</h4>
<p>Hormis Nagar,Mookanoor<br>Angamaly</p>
</div>
</div>
<div class="footerRights">
<div> ©Copyright <b>IEEE FISAT SB</b>. All Rights Reserved</div>
<div><a href="/impulse5.0/Webteam.html">Designed with Love 💞 <b>Impulse WebTeam</b></a></div>
</div>
</section>
<!-- <script>
document.addEventListener("DOMContentLoaded", function() {
gsap.registerPlugin(ScrollTrigger);
gsap.to(".hero", {
scrollTrigger: {
trigger: ".hero",
start: "top center",
end: "bottom center",
scrub: true
},
y: -200,
ease: "power2.inOut"
});
gsap.to(".speakerlist", {
scrollTrigger: {
trigger: ".speakerlist",
start: "top center",
end: "bottom center",
scrub: true
},
y: -100,
ease: "power2.inOut"
});
gsap.to(".shops", {
scrollTrigger: {
trigger: ".shops",
start: "top center",
end: "bottom center",
scrub: true
},
y: -50,
ease: "power2.inOut"
});
gsap.to(".price-cards", {
scrollTrigger: {
trigger: ".price-cards",
start: "top center",
end: "bottom center",
scrub: true
},
y: -50,
ease: "power2.inOut"
});
// gsap.to(".footer", {
// scrollTrigger: {
// trigger: ".footer",
// start: "top center",
// end: "bottom center",
// scrub: true
// },
// y: -100,
// ease: "power2.inOut"
// });
});
</script> -->
</body>
</html>