-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
718 lines (689 loc) · 28 KB
/
Copy pathindex.html
File metadata and controls
718 lines (689 loc) · 28 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>ASME-NTU</title>
<meta name="description" content="Portfolio Template for Developer" />
<link rel="stylesheet" href="css/style.css" />
<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=Source+Sans+Pro:wght@400;600;700;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<div class="header__content">
<div class="header__logo-container">
<div class="header__logo-img-cont">
<img
src="./assets/png/ASME-LOGO.png"
alt="ASME-LOGO"
class="header__logo-img"
/>
</div>
<span class="header__logo-sub">ASME-NTU</span>
</div>
<div class="header__main">
<ul class="header__links">
<li class="header__link-wrapper">
<a href="./index.html" class="header__link"> Home </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#about" class="header__link">About </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#projects" class="header__link">
Past Events
</a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#contact" class="header__link"> Contact Us </a>
</li>
</ul>
<div class="header__main-ham-menu-cont">
<img
src="./assets/svg/ham-menu.svg"
alt="hamburger menu"
class="header__main-ham-menu"
/>
<img
src="./assets/svg/ham-menu-close.svg"
alt="hamburger menu close"
class="header__main-ham-menu-close d-none"
/>
</div>
</div>
</div>
<div class="header__sm-menu">
<div class="header__sm-menu-content">
<ul class="header__sm-menu-links">
<li class="header__sm-menu-link">
<a href="./index.html"> Home </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#about"> About </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#projects"> Projects </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#contact"> Contact </a>
</li>
</ul>
</div>
</div>
</header>
<section class="home-hero">
<div class="home-hero__content">
<h1 class="heading-primary">Be Part of a Larger Community</h1>
<h2 class="heading-sec1">
<span class="heading-sec1__main heading-sec1__main--lt">ASME-NTU Student Section</span>
</h2>
<div class="home-hero__info">
<p class="text-primary">
As the NTU student section of the bigger ASME family, we
carry out events in line with the values of the main section,
and functions as a bridge to the larger ASME sections.
</p>
</div>
<div class="signup_buttons">
<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=SJPOFSq-K0aPwOF2WpsgSnqg0m9raOVGo33hmE0BO8xURFROTTZFWVRRTzVFRzFTUU1FRTZTNURKNi4u"
target="_blank" title="Click me!"
class="btn btn--signup btn--theme-special dynamicBgClr">Join Our Main Committee!</a>
<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=SJPOFSq-K0aPwOF2WpsgSqBU3WUz9SZGvZBbio3Kk9JUMlpXSUwyNTNNRTFSSldTRkUzRTBYOTUzWi4u"
target="_blank" title="Click me!"
class="btn btn--signup btn--theme-special dynamicBgClr">Join Our Mailing List!</a>
</div>
<div class="home-hero__cta">
<a href="./#projects" class="btn btn--bg">Past Events</a>
</div>
</div>
<div class="home-hero__socials">
<div class="home-hero__social">
<a href="https://linktr.ee/asme.ntu" target="_blank" class="home-hero__social-icon-link">
<img
src="./assets/png/LinkTree.png"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
<div class="home-hero__social">
<a href="https://t.me/+LYXzwH1Moc9lYWU1" target="_blank" class="home-hero__social-icon-link">
<img
src="./assets/png/Telegram_logo.png"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
<div class="home-hero__social">
<a
href="https://www.instagram.com/asme.ntu/"
title="Instagram"
target="_blank"
class="home-hero__social-icon-link home-hero__social-icon-link--bd-none"
>
<img
src="./assets/png/insta-ico.png"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
</div>
<div class="home-hero__mouse-scroll-cont">
<div class="mouse"></div>
</div>
</section>
<section id="about" class="about sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-med">
<span class="heading-sec__main">About Us</span>
</h2>
<div class="about__content">
<div class="about__content-video">
<img
src="assets/png/ASME-NTU_noBG_1440p.png"
alt="ASME Promo Video"
class="about__content-video"
loading="lazy"
/>
</div>
<div class="about__content-title">
<div class="about__content-details">
<!-- <h3 class="about__content-title">Get to know us!</h3> -->
<p class="about__content-details-para">
ASME's mission is to serve diverse global communities by advancing, disseminating and
applying engineering knowledge for improving the quality of life; and communicating the excitement
of engineering.
</p>
</div>
<a href="./#contact" class="btn btn--med btn--theme dynamicBgClr"
>Contact Us</a>
</div>
</div>
</div>
</section>
<section id="projects" class="projects sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-bg">
<span class="heading-sec__main">Past Events</span>
<!--<span class="heading-sec__sub">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis
tempora explicabo quae quod deserunt eius sapiente
</span>
-->
</h2>
<div class="projects__content">
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/community_outreach.jpg"
alt="community outreach"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Community Outreach @Greendale Primary School</h3>
<p class="projects__row-content-desc">
Fundamental programming concepts were introduced to primary school students
which helped them design a line follower algorithm.
<br><br>
This event helped foster an interest among the students in the world of programming and robotics. The students learnt:
<br>
  - Programming Fundamentals: Variables, loops, conditionals, and to identify and fix coding issues
<br>
  - Robotics Knowledge: Understand and use robot components and design a line follower robot algorithm
</p>
<a
href="https://www.instagram.com/p/C5hq82hPaAh/"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Find out more</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/ros_workshop.jpg"
alt="ros workshop"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">ROS Workshop</h3>
<p class="projects__row-content-desc">
This workshop helped introduce students to the fundamental knowledge and
practical skills to navigate the exciting world of mobile robots.
<br><br>
This event provided participants with:
<br>
  - Hands-On Experience: Practical exposure to engineering concepts
<br>
  - Professional Interaction: Networking opportunities with industry experts
</p>
<a
href="https://www.instagram.com/p/C8PbqGYS0LW/?img_index=1"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Find out more</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/lab_visit.jpg"
alt="lab-visit"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Lab Visit to Singapore Centre for 3D Printing</h3>
<p class="projects__row-content-desc">
Singapore Centre for 3D Printing (SC3DP) is a leading R&D facility
in additive manufacturing located right within NTU.
<br><br>
This event helped students grasp the fundamentals of Robot Operating System 2 (ROS2).
Skills gained from the workshop include:
<br>
  - Navigateing with Code: Implement basic navigation algorithms for mobile robots using Python and ROS2.
<br>
  - Building Robotic Confidence: Gain hands-on experience programming autonomous robot behaviors.
</p>
<!-- <a
href="https://www.instagram.com/p/C8PbqGYS0LW/?img_index=1"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Find out more</a
> -->
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/club_day.jpg"
alt="ros workshop"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Club Bonding Day @Mind Cafe</h3>
<p class="projects__row-content-desc">
Overnight board games were played at Mind Cafe for ice-breaking and team-building,
which strengthened relations united the team for a fruitful AY23/24
</p>
<!-- <a
href="https://www.instagram.com/p/C8PbqGYS0LW/?img_index=1"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Find out more</a> -->
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/Sunningdale.jpg"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Sunningdale Tech Industry Visit</h3>
<p class="projects__row-content-desc">
Sunningdale Tech is a global leader in the precision plastics industry
with advanced manufacturing operations based in Singapore.
<br><br>
In collaboration with Sunningdale Tech and Ureca Club, ASME-NTU members
got the chance to get a glimpse into the future of manufacturing via a
site visit to Sunningdale Tech's advanced manufacturing facilities.
</p>
<a
href="https://www.instagram.com/p/Cq9xqIahaWM/?img_index=1"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Find out more</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/Matlab.jpeg"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Intro to MatLab Workshop</h3>
<p class="projects__row-content-desc">
Conducted over 2 sessions, our guest speaker Dr. Muka Bansal
went through the fundamentals of MatLab and gave various tips
and tricks on how to use the software effectively.
</p>
<a
href="https://www.instagram.com/p/CrDZN4phHWZ/"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Find out more</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/Solid_edge.jpg"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Solid Edge Workshop</h3>
<p class="projects__row-content-desc">
In collaboration with Siemens, ASME-NTU conducted a series of
workshops, totalling 6h, where participants learnt to make sketches,
synchronise and order other feature of parts, make assemblies and
drawings from 3D models, amongst other skills.
</p>
<a
href="https://www.instagram.com/p/CnpF6pKhKxK/"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Find out more</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/Acceleron.jpeg"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Turbocharing with Acceleron Industrial Sharing</h3>
<p class="projects__row-content-desc">
In collaboration with Acceleron, ASME-NTU hosted an industrial sharing where
Acceleron shared about the turbocharing industry and a career in engineering.
</p>
<a
href="https://www.instagram.com/p/CnpF6pKhKxK/"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Find out more</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/main_committee.jpeg"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Exclusive Events with the ASME Singapore Section</h3>
<p class="projects__row-content-desc">
Join us as a member of the main committee to gain access to exclusive events
organised by the ASME Singapore Section, like ASME Singapore Section Family Day,
Annual General Meeting, Van Gogh Expo @RWS and more!
</p>
<a
href="https://forms.office.com/Pages/DesignPageV2.aspx?subpage=design&token=66ed52d7a9324dad8799b51822b4955b&id=SJPOFSq-K0aPwOF2WpsgSnqg0m9raOVGo33hmE0BO8xURFROTTZFWVRRTzVFRzFTUU1FRTZTNURKNi4u"
class="btn btn--med btn--theme-special1 dynamicBgClr"
target="_blank"
>Sign up here!</a
>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact sec-pad dynamicBg">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-med">
<span class="heading-sec__main heading-sec__main--lt">Contact Us</span>
<span class="heading-sec__sub heading-sec__sub--lt">
Have any questions? Feel free to drop us an email!
</span>
</h2>
<a target="_blank" rel="noreferrer" href="mailto:asme-ntu@e.ntu.edu.sg" class="contact-info-content-email">
<img
class="contact-info-content-icons"
src="./assets/png/outlook.png"
alt="icon"
width="30px"
/>
<span class="contact-info-content-icons">
asme-ntu@e.ntu.edu.sg
</span>
</a>
<!-- <div class="contact-info">
<div class="contact-info-content">
<h2 class="heading heading-sec">
<img
src="./assets/jpeg/ben.jpg"
alt="Software Screenshot"
class="contact-info-content-img"
loading="lazy"
/>
<span class="heading-sec__sub heading-sec__sub--lt">
<strong>Benjamin</strong>
</span>
<span class="heading-sec__sub heading-sec__sub--lt-med">
<strong>President</strong>
</span>
<span class="heading-sec__sub heading-sec__sub--lt-small">
Mechanical Engineering (Robotics and Mechatronics)
</span>
<span class="heading-sec__sub heading-sec__sub--lt-small">
Year 4
</span>
</h2>
<div class="contact-info-content-icons-conainer">
<a target="_blank" rel="noreferrer" href="https://t.me/Ben_Tjh">
<img
class="contact-info-content-icons"
src="./assets/png/Telegram_logo.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="mailto:bteh002@e.ntu.edu.sg">
<img
class="contact-info-content-icons"
src="./assets/png/outlook.png"
alt="icon"
width="30px"
/>
</a>
</div>
</div>
<div class="contact-info-content">
<h2 class="heading heading-sec">
<img
src="./assets/jpeg/Yu_Heng.jpg"
alt="Software Screenshot"
class="contact-info-content-img"
loading="lazy"
/>
<span class="heading-sec__sub heading-sec__sub--lt">
<strong>Yu Heng</strong>
</span>
<span class="heading-sec__sub heading-sec__sub--lt-med">
<strong>Special Projects Officer</strong>
</span>
<span class="heading-sec__sub heading-sec__sub--lt-small">
Mechanical Engineering (Robotics and Mechatronics)
</span>
<span class="heading-sec__sub heading-sec__sub--lt-small">
Year 3
</span>
</h2>
<div class="contact-info-content-icons-conainer">
<a target="_blank" rel="noreferrer" href="https://t.me/hateshort">
<img
class="contact-info-content-icons"
src="./assets/png/Telegram_logo.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="mailto:kway0005@e.ntu.edu.sg">
<img
class="contact-info-content-icons"
src="./assets/png/outlook.png"
alt="icon"
width="30px"
/>
</a>
</div>
</div>
<div class="contact-info-content">
<h2 class="heading heading-sec">
<img
src="./assets/jpeg/Raktim.jpeg"
alt="Software Screenshot"
class="contact-info-content-img"
loading="lazy"
/>
<span class="heading-sec__sub heading-sec__sub--lt">
<strong>Raktim</strong>
</span>
<span class="heading-sec__sub heading-sec__sub--lt-med">
<strong>Publicity Officer</strong>
</span>
<span class="heading-sec__sub heading-sec__sub--lt-small">
Mechanical Engineering (Intelligent Manufacturing)
</span>
<span class="heading-sec__sub heading-sec__sub--lt-small">
Year 2
</span>
</h2>
<div class="contact-info-content-icons-conainer">
<a target="_blank" rel="noreferrer" href="https://t.me/raktimo">
<img
class="contact-info-content-icons"
src="./assets/png/Telegram_logo.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="mailto:raktim002@e.ntu.edu.sg">
<img
class="contact-info-content-icons"
src="./assets/png/outlook.png"
alt="icon"
width="30px"
/>
</a>
</div>
</div>
<div class="contact-info-content">
<h2 class="heading heading-sec">
<img
src="./assets/jpeg/Estelle.jpeg"
alt="Software Screenshot"
class="contact-info-content-img"
loading="lazy"
/>
<span class="heading-sec__sub heading-sec__sub--lt">
<strong>Estelle</strong>
</span>
<span class="heading-sec__sub heading-sec__sub--lt-med">
<strong>Industrial Liason Officer</strong>
</span>
<span class="heading-sec__sub heading-sec__sub--lt-small">
Mechanical Engineering (Robotics and Mechatronics)
</span>
<span class="heading-sec__sub heading-sec__sub--lt-small">
Year 3
</span>
</h2>
<div class="contact-info-content-icons-conainer">
<a target="_blank" rel="noreferrer" href="https://t.me/Estelle0527">
<img
class="contact-info-content-icons"
src="./assets/png/Telegram_logo.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="mailto:SZHU004@e.ntu.edu.sg">
<img
class="contact-info-content-icons"
src="./assets/png/outlook.png"
alt="icon"
width="30px"
/>
</a>
</div>
</div>
</div> -->
<!-- <div class="contact__form-container">
<form action="#" class="contact__form">
<div class="contact__form-field">
<label class="contact__form-label" for="name">Name</label>
<input
required
placeholder="Enter Your Name"
type="text"
class="contact__form-input"
name="name"
id="name"
/>
</div>
<div class="contact__form-field">
<label class="contact__form-label" for="email">Email</label>
<input
required
placeholder="Enter Your Email"
type="text"
class="contact__form-input"
name="email"
id="email"
/>
</div>
<div class="contact__form-field">
<label class="contact__form-label" for="message">Message</label>
<textarea
required
cols="30"
rows="10"
class="contact__form-input"
placeholder="Enter Your Message"
name="message"
id="message"
></textarea>
</div>
<button type="submit" class="btn btn--theme contact__btn">
Submit
</button>
</form>
</div> -->
</div>
</section>
<footer class="main-footer">
<div class="main-container">
<div class="main-footer__upper">
<div class="main-footer__row main-footer__row-1">
<h2 class="heading heading-sm main-footer__heading-sm">
<span>Social</span>
</h2>
<div class="main-footer__social-cont">
<a target="_blank" rel="noreferrer" href="https://linktr.ee/asme.ntu">
<img
class="main-footer__icon"
src="./assets/png/LinkTree.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://t.me/+LYXzwH1Moc9lYWU1">
<img
class="main-footer__icon"
src="./assets/png/Telegram_logo.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://www.instagram.com/asme.ntu/">
<img
class="main-footer__icon main-footer__icon--mr-none"
src="./assets/png/insta-ico.png"
alt="icon"
/>
</a>
</div>
</div>
<div class="main-footer__row main-footer__row-2">
<h4 class="heading heading-sm text-lt">ASME-NTU</h4>
<p class="main-footer__short-desc">
ASME's mission is to serve diverse global communities by advancing,
disseminating and applying engineering knowledge for improving the quality of life;
and communicating the excitement of engineering.
</p>
</div>
</div>
<!-- If you give me some credit or shoutout here by linking to my website, then it will be a big thing for me and will help me a lot :) -->
<div class="main-footer__lower">
© Copyright 2023. Made by Kwa Yu Heng, modified from dopefolio template by
<a rel="noreferrer" target="_blank" href="https://rammaheshwari.com"
>Ram Maheshwari</a
>
</div>
</div>
</footer>
<script src="./index.js"></script>
</body>
</html>