-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
696 lines (690 loc) · 26.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JUSTSAY - A Helping and service providing company</title>
<!-- favicon icon -->
<link
rel="shortcut icon"
href="https://www.opusresourcing.com/favicon.ico"
type="image/x-icon"
/>
<!-- remix icon -->
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- locomotive js cdn for css -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<h1>JUSTSAY</h1>
<div class="navpart2">
<div class="navelem">
<h4 class="cases">Cases</h4>
<h5 class="cases"><span>Case studies</span></h5>
</div>
<div class="navelem">
<h4 class="areas">Areas</h4>
<h5 class="areas"><span>Anxiety</span></h5>
<h5 class="areas"><span>Depression</span></h5>
<h5 class="areas"><span>Mental illness</span></h5>
<h5 class="areas"><span>Others</span></h5>
</div>
<div class="navelem">
<h4 class="therapi">Therapies</h4>
<h5 class="therapi"><span>Friends</span></h5>
<h5 class="therapi"><span>Talks</span></h5>
<h5 class="therapi"><span>Guidance</span></h5>
<h5 class="therapi"><span>Meetings</span></h5>
</div>
<div class="navelem">
<h4 class="Donate">Donate</h4>
<h5 class="Donate"><span>Cash</span></h5>
<h5 class="Donate"><span>Charity</span></h5>
<h5 class="Donate"><span>Join us</span></h5>
</div>
<div class="navelem">
<h4 class="Book">Booking</h4>
<h5 class="Book"><span>Book a slot</span></h5>
</div>
<div class="navelem">
<h4 class="us">About us</h4>
<h5 class="us"><span>Our company</span></h5>
<h5 class="us"><span>Policies</span></h5>
</div>
</div>
<button>
Lets talk
<svg fill="none" viewBox="0 0 131 136" class="c-bttn__morph">
<path
data-morph="end"
fill="#fff"
d="M48 77.457v7.224h7.224l21.307-21.306-7.224-7.225L48 77.457Zm34.118-19.67a1.919 1.919 0 0 0 0-2.716l-4.508-4.508a1.919 1.919 0 0 0-2.716 0l-3.526 3.526 7.224 7.224 3.526-3.525Z"
class="g-path"
></path>
<path
data-morph="start"
fill="#fff"
d="M48 77.457v7.224h7.224l21.307-21.306-7.224-7.225L48 77.457Zm34.118-19.67a1.919 1.919 0 0 0 0-2.716l-4.508-4.508a1.919 1.919 0 0 0-2.716 0l-3.526 3.526 7.224 7.224 3.526-3.525Z"
class="g-path"
data-original="M65.72 109.14c10.08 0 17.76-3.78 23.04-11.34 5.4-7.68 8.1-17.64 8.1-29.88 0-12.24-2.7-22.2-8.1-29.88-5.28-7.68-12.96-11.52-23.04-11.52-9.96 0-17.7 3.84-23.22 11.52-5.4 7.68-8.1 17.64-8.1 29.88 0 12.12 2.7 22.02 8.1 29.7 5.52 7.68 13.26 11.52 23.22 11.52Zm46.08 7.02c-11.64 12.6-27.06 18.9-46.26 18.9s-34.62-6.3-46.26-18.9C7.76 103.56 2 87.48 2 67.92c0-19.56 5.76-35.64 17.28-48.24C30.92 7.08 46.34.78 65.54.78s34.62 6.3 46.26 18.9c11.64 12.6 17.46 28.68 17.46 48.24 0 19.56-5.82 35.64-17.46 48.24Z"
></path>
</svg>
</button>
<div id="navbottom"></div>
</nav>
<div id="main">
<div id="page1">
<h1>
GET Y<span
><svg fill="none" viewBox="0 0 131 136" class="c-bttn__morph">
<path
data-morph="end"
fill="#fff"
d="M48 77.457v7.224h7.224l21.307-21.306-7.224-7.225L48 77.457Zm34.118-19.67a1.919 1.919 0 0 0 0-2.716l-4.508-4.508a1.919 1.919 0 0 0-2.716 0l-3.526 3.526 7.224 7.224 3.526-3.525Z"
class="g-path"
></path>
<path
data-morph="start"
fill="#fff"
d="M48 77.457v7.224h7.224l21.307-21.306-7.224-7.225L48 77.457Zm34.118-19.67a1.919 1.919 0 0 0 0-2.716l-4.508-4.508a1.919 1.919 0 0 0-2.716 0l-3.526 3.526 7.224 7.224 3.526-3.525Z"
class="g-path"
data-original="M65.72 109.14c10.08 0 17.76-3.78 23.04-11.34 5.4-7.68 8.1-17.64 8.1-29.88 0-12.24-2.7-22.2-8.1-29.88-5.28-7.68-12.96-11.52-23.04-11.52-9.96 0-17.7 3.84-23.22 11.52-5.4 7.68-8.1 17.64-8.1 29.88 0 12.12 2.7 22.02 8.1 29.7 5.52 7.68 13.26 11.52 23.22 11.52Zm46.08 7.02c-11.64 12.6-27.06 18.9-46.26 18.9s-34.62-6.3-46.26-18.9C7.76 103.56 2 87.48 2 67.92c0-19.56 5.76-35.64 17.28-48.24C30.92 7.08 46.34.78 65.54.78s34.62 6.3 46.26 18.9c11.64 12.6 17.46 28.68 17.46 48.24 0 19.56-5.82 35.64-17.46 48.24Z"
></path></svg></span
>UR DOUBTS
</h1>
<h1>SOLVED HERE</h1>
<p>
We will listen to all your talks and address all your loneliness. We
have solved problems of many people who suffered from depression.
</p>
<div class="movingdiv">
<div class="blurleft"></div>
<div class="move">
<img
src="https://lazarev.kiev.ua/la24/forbes.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/adweek.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/pmi.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/wf.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/adweek.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/rd.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/webby.svg"
alt=""
decoding="async"
/>
</div>
<div class="move">
<img
src="https://lazarev.kiev.ua/la24/forbes.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/adweek.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/pmi.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/wf.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/adweek.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/rd.svg"
alt=""
decoding="async"
/>
<img
src="https://lazarev.kiev.ua/la24/webby.svg"
alt=""
decoding="async"
/>
</div>
<div class="blurright"></div>
</div>
</div>
<div id="page2">
<div id="page2left">
<p>Exclusive insights <br />into the help we have provided</p>
<h5>
Being a Helper and a social organisation in the digital
transformation era, we take it upon ourselves to drop some
knowledge,help, share insights. let out insider tips, and put our
work on full display
</h5>
</div>
<div id="page2right">
<div class="rightelem" id="rightelem1">
<h2>
Empowering the women around us and <br />
increasing their confidence and strength
</h2>
<img src="images/woman.jpg" alt="" />
</div>
<div class="rightelem">
<h2>
How to take out time from busy schedule and<br />
help the needy ones.
</h2>
<img src="images/work.jpg" alt="" />
</div>
<div class="rightelem">
<h2>
We all know that children are at the risk <br />of being
threatned. Have a look how we help them to smile.
</h2>
<img src="images/child.jpg" alt="" />
</div>
<div class="rightelem">
<h2>
How these helps and the major changes have <br />helped the people
to actually live more and made this world a better place.
</h2>
<img src="images/smile.jpg" alt="" />
</div>
</div>
</div>
<div id="page3">
<video src="images/4919748-hd_1366_720_25fps.mp4"></video>
<div class="page3center">
<div class="icon">
<i class="ri-play-fill"></i>
</div>
<h5>Watch Showreel</h5>
</div>
</div>
<div id="page4">
<div id="page4left">
<h2>
Success stories of helping people <br />by our very enthusiatic
agency
</h2>
</div>
<div id="page4right">
<div class="top">
<h4>Partnership mentality</h4>
<p>
At JUSTSAY, we believe that the power of partnership is key to
making a significant impact in the lives of those we aim to help.
Through strategic collaborations with like-minded organizations,
we leverage combined resources, expertise, and networks to amplify
our efforts. These partnerships enable us to deliver comprehensive
support to communities, ensuring access to essential services,
innovative solutions, and sustainable growth opportunities. By
working together, we create a synergistic effect that not only
addresses immediate needs but also fosters long-term development
and empowerment. Our commitment to collaboration reflects our
dedication to making a meaningful difference and driving positive
change for those we serve.
</p>
</div>
<div class="bottoms">
<h4>Results</h4>
<p>
Through our strategic partnerships, our company has achieved
remarkable results that demonstrate the power of collaboration.By
joining forces with various organizations, we have successfully
expanded our reach to more communities, ensuring that a larger
number of individuals benefit from our programs and initiatives.
</p>
</div>
</div>
</div>
<div id="blocks">
<div class="block">
<div class="upper">
<h3>$500M</h3>
<p>In funding secured owning to the <br />help we provided</p>
</div>
<div class="lower">
<h5>/001</h5>
</div>
</div>
<div class="block">
<div class="upper">
<h3>+1 Million</h3>
<p>Increase in customer <br />base</p>
</div>
<div class="lower">
<h5>/002</h5>
</div>
</div>
<div class="block">
<div class="upper">
<h3>1 000 000+</h3>
<p>Of our marketplace <br />customers</p>
</div>
<div class="lower">
<h5>/003</h5>
</div>
</div>
<div class="block">
<div class="upper">
<h3>25 Million</h3>
<p>Monthly e-commerce <br />visits</p>
</div>
<div class="lower">
<h5>/004</h5>
</div>
</div>
<div class="block">
<div class="upper">
<h3>+300%</h3>
<p>
Increase in sign-up <br />
conversion rates
</p>
</div>
<div class="lower">
<h5>/005</h5>
</div>
</div>
<div class="block">
<div class="upper">
<h3>42%</h3>
<p>Increase in the site's <br />retention rates.</p>
</div>
<div class="lower">
<h5>/006</h5>
</div>
</div>
</div>
<div class="head">
<div class="up">
<h6>Featured works <br />and projects</h6>
<p>
Our portfolio has many works and projects that we have done to bring
people out of the death zone. Our mental health and
</p>
</div>
<div class="down">
<p>
counseling services have provided support to those facing
challenges, helping them navigate difficult times and find hope and
happiness. Our comprehensive approach has touched the lives of many,
bringing smiles and a sense of hope to women, children, and entire
communities. Through continuous dedication and collaboration, we
strive to create a brighter, more inclusive future for all.
</p>
</div>
</div>
<div class="page5">
<div class="section">
<div class="secleft">
<h2>Anxiety</h2>
<p>
We aim to provide accessible mental health resources, promote
awareness and education, and cultivate a community where
individuals feel safe to seek help. By partnering with mental
health professionals and leveraging innovative solutions, we
strive to empower individuals to manage their anxiety effectively
and lead healthier, more fulfilling lives. Through our efforts, we
are committed to breaking the stigma surrounding mental health and
ensuring everyone has the tools they need to thrive.
</p>
</div>
<div class="secright">
<img src="images/anxiety.jpg" alt="" />
<video src="images/6011431-hd_1920_1080_25fps.mp4"></video>
</div>
</div>
<div class="section">
<div class="secleft">
<h2>Depression</h2>
<p>
Our company is committed to combating depression by providing
comprehensive support and resources. We aim to raise awareness and
understanding of depression, making mental health care more
accessible and less stigmatized. By collaborating with mental
health professionals and leveraging advanced therapeutic
approaches, we strive to offer effective treatments and coping
strategies. Our goal is to empower individuals to overcome
depression, fostering resilience and promoting overall well-being.
Through education, advocacy, and compassionate care, we are
dedicated to helping individuals navigate their journey towards
mental health recovery and a brighter, more hopeful future.
</p>
</div>
<div class="secright">
<img src="images/depression.jpg" alt="" />
<video src="images/3569294-hd_1920_1080_24fps.mp4"></video>
</div>
</div>
</div>
<div class="page6">
<div class="first">
<h2>Success</h2>
<p>
We have helped a lot of people come out of depression, get self
confidence and succeed in their respective carrer.
</p>
<div class="visual">
<img src="images/success.jpg" alt="" />
<video src="images/4105022-uhd_3840_2160_30fps.mp4"></video>
</div>
</div>
<div class="seconds">
<h2>Labour</h2>
<p>
We have helped a lot of people out of which children come out of
hardwork and labour, get self confidence and succeed in their
respective carrer.
</p>
<div class="visual1">
<img src="images/labour.jpg" alt="" />
<video src="images/2836305-hd_1280_720_24fps.mp4"></video>
</div>
</div>
</div>
<div class="page7">
<h1>
Our products <br />Our services <br />
and the solutions we offer
</h1>
</div>
<div class="page8">
<div class="pehla">
<div class="l">
<a href="" class="bees">BECOME A CLIENT</a>
</div>
<div class="rights">
<div class="head1">
<div class="up">
<h6>Featured works <br />and projects</h6>
<p>
Our portfolio has many works and projects that we have done to
bring people out of the death zone. Our mental health and
</p>
</div>
<div class="down">
<p>
counseling services have provided support to those facing
challenges, helping them navigate difficult times and find
hope and happiness. Our comprehensive approach has touched the
lives of many, bringing smiles and a sense of hope to women,
children, and entire communities. Through continuous
dedication and collaboration, we strive to create a brighter,
more inclusive future for all.
</p>
</div>
</div>
</div>
</div>
<div class="dusra">
<div class="methods">
<h1>Our methods</h1>
<div class="balloons">
<button class="balloon">Therapies</button>
<button class="balloon">Research</button>
<button class="balloon">Sessions</button>
<button class="balloon">Awareness</button>
</div>
</div>
</div>
<div class="teesra">
<div class="banner">
<div class="over"></div>
<h3>Therapies</h3>
<p>
Our company specializes in providing comprehensive therapeutic
services aimed at supporting individuals dealing with anxiety and
related challenges. Through compassionate counseling and
evidence-based interventions, we offer personalized strategies to
manage anxiety effectively. Our team of dedicated therapists is
committed to promoting mental wellness and helping clients regain
control over their lives.
</p>
</div>
<div class="banner">
<div class="over"></div>
<h3>Research</h3>
<p>
Our company leads the way in anxiety research, pioneering
innovative therapies that transform lives. We're dedicated to
uncovering breakthroughs and applying evidence-based practices to
enhance treatment outcomes and foster mental well-being.
</p>
</div>
<div class="banner">
<div class="over"></div>
<h3>Sessions</h3>
<p>
Our therapy sessions are tailored to empower individuals in
overcoming anxiety, offering personalized strategies and support.
Through structured interventions and compassionate guidance, we
cultivate resilience and promote lasting mental health.
</p>
</div>
<div class="banner">
<div class="over"></div>
<h3>Awareness</h3>
<p>
Through our sessions, we raise awareness about mental health,
promoting understanding and destigmatizing anxiety. We empower
individuals with knowledge, fostering a community of support and
compassion.
</p>
</div>
</div>
<div class="chautha">
<div class="methods">
<h1>Those we help</h1>
<div class="balloons">
<button class="balloon">Woman</button>
<button class="balloon">Children</button>
<button class="balloon">Elders</button>
<button class="balloon">lonely's</button>
</div>
</div>
</div>
</div>
<div class="page9">
<div class="page9first">
<h4>
Industries where we <br />
serve as an expertise
</h4>
<p>
At JustSay, we collaborate with diverse industries and partners to
expand our reach and impact in mental health advocacy. From
healthcare providers to educational institutions and corporate
wellness programs, our partnerships enable us to deliver tailored
solutions and support across various sectors. Together, we strive to
promote mental well-being and create inclusive environments that
prioritize emotional health and resilience.
</p>
</div>
<div class="page9second">
<div class="block">
<div class="upper">
<h3>Medical</h3>
</div>
<div class="lower">
<p>In funding secured owning to the <br />help we provided</p>
</div>
</div>
<div class="block">
<div class="upper">
<h3>Buisness</h3>
</div>
<div class="lower">
<p>In funding secured owning to the <br />help we provided</p>
</div>
</div>
<div class="block">
<div class="upper">
<h3>Schooling</h3>
</div>
<div class="lower">
<p>In funding secured owning to the <br />help we provided</p>
</div>
</div>
<div class="block">
<div class="upper">
<h3>NGO's</h3>
</div>
<div class="lower">
<p>In funding secured owning to the <br />help we provided</p>
</div>
</div>
<div class="block">
<div class="upper">
<h3>Poverty</h3>
</div>
<div class="lower">
<p>In funding secured owning to the <br />help we provided</p>
</div>
</div>
<div class="block">
<div class="upper">
<h3>Development</h3>
</div>
<div class="lower">
<p>In funding secured owning to the <br />help we provided</p>
</div>
</div>
</div>
<div class="page9third">
<a href="" class="thirdone">Let's talk</a>
</div>
</div>
<div class="page10">
<div class="page10first">
<h1>
Our processes <br />
and products
</h1>
</div>
<div class="page10second">
<div class="li">
<a href="" class="beeses">SEE ALL CASE STUDIES</a>
</div>
<div class="ri">
<p>
JustSay provides a compassionate sanctuary for those battling
anxiety and related challenges. Our expert therapists offer
personalized counseling sessions, guiding individuals towards
healing and empowerment. We prioritize mental wellness through
innovative approaches and dedicated support, fostering resilience
and a renewed sense of hope. Join us in overcoming obstacles and
embracing a brighter tomorrow.
</p>
</div>
</div>
<div class="page10third">
<div class="page103first"></div>
<div class="page103second">
<h3>Strategies</h3>
<button class="ones">Strategy workshops</button>
<button class="ones">Idea validation</button>
<button class="ones">Market Research</button>
<button class="ones">Product positioning</button>
<button class="ones">Researches</button>
<button class="ones">Decomposition</button>
</div>
<div class="page103third">
<h3>Designs</h3>
<button class="ones">Strategy workshops</button>
<button class="ones">Idea validation</button>
<button class="ones">Market Research</button>
</div>
<div class="page103fourth">
<h3>Delieveries</h3>
<button class="ones">Idea validation</button>
<button class="ones">Market Research</button>
</div>
<div class="page103fifth"></div>
</div>
</div>
<div class="footer">
<div class="footerleft">
<div class="footerleft1">
<h4 class="areas">Areas</h4>
<h5 class="areas"><span>Anxiety</span></h5>
<h5 class="areas"><span>Depression</span></h5>
<h5 class="areas"><span>Mental illness</span></h5>
<h5 class="areas"><span>Others</span></h5>
</div>
<div class="footerleft2">
<h4 class="therapi">Therapies</h4>
<h5 class="therapi"><span>Friends</span></h5>
<h5 class="therapi"><span>Talks</span></h5>
<h5 class="therapi"><span>Guidance</span></h5>
<h5 class="therapi"><span>Meetings</span></h5>
<h5 class="therapi"><span>Others</span></h5>
</div>
<div class="footerleft3">
<h4 class="Donate">Donate</h4>
<h5 class="Donate"><span>Cash</span></h5>
<h5 class="Donate"><span>Charity</span></h5>
<h5 class="Donate"><span>Join us</span></h5>
</div>
</div>
<div class="footerright">
<h1>Justsay</h1>
<h3>Service providing company</h3>
<p>All rights reserved</p>
</div>
</div>
</div>
<!-- locomotive js cdn -->
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<!-- gsap cdn -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"
integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<!-- gsap scroll trigger -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"
integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<!-- script tag -->
<script src="script.js"></script>
</body>
</html>