-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
507 lines (406 loc) · 24.5 KB
/
Copy pathindex.html
File metadata and controls
507 lines (406 loc) · 24.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Index - MyResume Bootstrap Template</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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&family=Raleway: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">
<!-- Vendor CSS Files -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="vendor/aos/aos.css" rel="stylesheet">
<link href="vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: MyResume
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Updated: Jun 29 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<header id="header" class="header d-flex flex-column justify-content-center">
<i class="header-toggle d-xl-none bi bi-list"></i>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active"><i class="bi bi-house navicon"></i><span>Home</span></a></li>
<li><a href="#about"><i class="bi bi-person navicon"></i><span>About</span></a></li>
<li><a href="#resume"><i class="bi bi-file-earmark-text navicon"></i><span>Resume</span></a></li>
<li><a href="#portfolio"><i class="bi bi-images navicon"></i><span>Portfolio</span></a></li>
<li><a href="#services"><i class="bi bi-hdd-stack navicon"></i><span>Services</span></a></li>
<li><a href="#contact"><i class="bi bi-envelope navicon"></i><span>Contact</span></a></li>
</ul>
</nav>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section light-background">
<img src="img/pexels-divinetechygirl-1181244.jpg" alt="">
<div class="container" data-aos="zoom-out">
<div class="row justify-content-center">
<div class="col-lg-9">
<h2>Abhishek Palayadan</h2>
<p>I'm <span class="typed" data-typed-items="Designer, Developer, Freelancer, Photographer">Designer</span><span class="typed-cursor typed-cursor--blink" aria-hidden="true"></span></p>
<div class="social-links">
<a href="https://x.com/Yggghhhhhgff" target="_blank"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/profile.php?id=100034876041303" target="_blank"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/_a6hishek___/" target="_blank"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/abhishek-p-0482b9320/" target="_blank"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<p>Hello! I’m Abhishek Palayadan, a passionate aspiring developer from Kannur, Kerala. I hold a B.Sc. in Computer Science, and I’m currently enhancing my skills with a 7-month course at Brototype, Kochi. My journey in tech has been fueled by a deep interest in coding, problem-solving, and building innovative solutions.</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4">
<img src="img/Abhishek.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 content">
<h2>Web Developer.</h2>
<p class="fst-italic py-3">
I'm a passionate web developer with a strong foundation in front-end technologies, committed to creating responsive and user-friendly websites
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>12 Oct 2003</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+91 9446794268</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Kannur, Kerala</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>21</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Bsc Computer Science</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>abhishekpalayadan20@gmail.com</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
</ul>
</div>
</div>
<p class="py-3">
Currently enhancing my skills through a course at Brototype, Kochi, I aim to build innovative, high-performance web applications.
</p>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Skills Section -->
<section id="skills" class="skills section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Skills</h2>
<p>Creative web designer, developer, and photographer with a strong eye for detail and expertise in building visually appealing, user-centric websites.</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row skills-content skills-animation">
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>HTML</span> <i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>CSS</span> <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>JavaScript</span> <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>Responsive Desgn</span> <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Front End Development</span> <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
</div>
</div>
</div>
</section><!-- /Skills Section -->
<!-- Resume Section -->
<section id="resume" class="resume section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Resume</h2>
<p>I’m Abhishek, a web developer with a solid background in Computer Science (B.Sc.) and hands-on experience in web development. Currently enrolled in a 7-month program at Brototype, Kochi, I am passionate about building responsive, user-friendly websites and web applications. With a keen interest in front-end and back-end development, I am constantly refining my skills and staying up-to-date with the latest technologies. My goal is to create seamless digital experiences that combine functionality with innovative design.</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>KERALA BOARD OF PUBLIC EXAMINATION</h4>
<h5>Year : 2018 - 2019</h5>
<p><em>Percentage:99%</em></p>
<p>GBHSS CHERUKUNNU,Kannur</p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>PLUS TWO(Computer Science)</h4>
<h5>Year : 2019 - 2021</h5>
<p><em>Percentage:70%</em></p>
<p>GBHSS CHERUKUNNU,Kannur</p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>DEGREE IN COMPUTER-SCIENCE</h4>
<h5>Year : 2021 - 2024</h5>
<p><em>Percentage:70%</em></p>
<h5>B.Sc.computer Science</h5>
<h5>Final-year Project:Intelligent tourism management</h5>
<p>IHRD-COLLEGE OF APPLIED SCIENCE,Neruvambramn,kannur</p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>STUDENT IN BROTOTYPE</h4>
<h5>Year : 2024-Present</h5>
<p><em>MERN-STACK</em></p>
<p>Brototype Kochi - Best IT training institute in Kochi, Kerala</p>
</div><!-- Edn Resume Item -->
</div>
</div>
</div>
</section><!-- /Resume Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>MY PROJECTS</h2>
<p>Static Websites</p>
</div><!-- End Section Title -->
<div class="container">
<div class="isotope-layout" data-default-filter="*" data-layout="masonry" data-sort="original-order">
<div class="row gy-4 isotope-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<img src="img/masonry-portfolio/spotify.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Website 1</h4>
<p>Spotify</p>
<a href="img/masonry-portfolio/spotify.png" title="App 1" data-gallery="portfolio-gallery-app" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="https://abhishekpalayadan.github.io/Spotify/" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-product">
<img src="img/masonry-portfolio/netflix.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Website 2</h4>
<p>Netflix</p>
<a href="img/masonry-portfolio/netflix.png" title="Product 1" data-gallery="portfolio-gallery-product" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="https://abhishekpalayadan.github.io/Netflix/" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-branding">
<img src="img/masonry-portfolio/lux.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Website 3</h4>
<p>Lux</p>
<a href="img/masonry-portfolio/lux.png" title="Branding 1" data-gallery="portfolio-gallery-branding" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
</div><!-- End Portfolio Container -->
</div>
</div>
</section><!-- /Portfolio Section -->
<!-- Services Section -->
<section id="services" class="services section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Services</h2>
<p>Offering a diverse skill set in web design, web development, and photography to create visually engaging and functional digital experiences. Dedicated to delivering customized, high-quality websites and captivating images that meet clients' unique needs.</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="service-item item-cyan position-relative">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,521.0016835830174C376.1290562159157,517.8887921683347,466.0731472004068,529.7835943286574,510.70327084640275,468.03025145048787C554.3714126377745,407.6079735673963,508.03601936045806,328.9844924480964,491.2728898941984,256.3432110539036C474.5976632858925,184.082847569629,479.9380746630129,96.60480741107993,416.23090153303,58.64404602377083C348.86323505073057,18.502131276798302,261.93793281208167,40.57373210992963,193.5410806939664,78.93577620505333C130.42746243093433,114.334589627462,98.30271207620316,179.96522072025542,76.75703585869454,249.04625023123273C51.97151888228291,328.5150500222984,13.704378332031375,421.85034740162234,66.52175969318436,486.19268352777647C119.04800174914682,550.1803526380478,217.28368757567262,524.383925680826,300,521.0016835830174"></path>
</svg>
<i class="bi bi-activity"></i>
</div>
<a href="#" class="stretched-link">
<h3>Web Designer</h3>
</a>
<p>Creative and detail-oriented web designer with expertise in crafting visually appealing and user-centered websites. Skilled in HTML, CSS, and JavaScript, with a strong focus on responsive design and intuitive user experiences.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-item item-orange position-relative">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,582.0697525312426C382.5290701553225,586.8405444964366,449.9789794690241,525.3245884688669,502.5850820975895,461.55621195738473C556.606425686781,396.0723002908107,615.8543463187945,314.28637112970534,586.6730223649479,234.56875336149918C558.9533121215079,158.8439757836574,454.9685369536778,164.00468322053177,381.49747125262974,130.76875717737553C312.15926192815925,99.40240125094834,248.97055460311594,18.661163978235184,179.8680185752513,50.54337015887873C110.5421016452524,82.52863877960104,119.82277516462835,180.83849132639028,109.12597500060166,256.43424936330496C100.08760227029461,320.3096726198365,92.17705696193138,384.0621239912766,124.79988738764834,439.7174275375508C164.83382741302287,508.01625554203684,220.96474134820875,577.5009287672846,300,582.0697525312426"></path>
</svg>
<i class="bi bi-broadcast"></i>
</div>
<a href="#" class="stretched-link">
<h3>Web devoloper</h3>
</a>
<p>Proficient and solution-driven web developer with expertise in building dynamic, responsive websites and applications. Skilled in front-end and back-end technologies including JavaScript, HTML, CSS.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-item item-teal position-relative">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,541.5067337569781C382.14930387511276,545.0595476570109,479.8736841581634,548.3450877840088,526.4010558755058,480.5488172755941C571.5218469581645,414.80211281144784,517.5187510058486,332.0715597781072,496.52539010469104,255.14436215662573C477.37192572678356,184.95920475031193,473.57363656557914,105.61284051026155,413.0603344069578,65.22779650032875C343.27470386102294,18.654635553484475,251.2091493199835,5.337323636656869,175.0934190732945,40.62881213300186C97.87086631185822,76.43348514350839,51.98124368387456,156.15599469081315,36.44837278890362,239.84606092416172C21.716077023791087,319.22268207091537,43.775223500013084,401.1760424656574,96.891909868211,461.97329694683043C147.22146801428983,519.5804099606455,223.5754009179313,538.201503339737,300,541.5067337569781"></path>
</svg>
<i class="bi bi-easel"></i>
</div>
<a href="#" class="stretched-link">
<h3>Photography</h3>
</a>
<p>Passionate and skilled photographer with a keen eye for capturing compelling visual stories. Experienced in various photography styles, including portrait, landscape, and event photography, with proficiency in Adobe Lightroom and Photoshop for high-quality image editing.</p>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section><!-- /Services Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-4">
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Address</h3>
<p>Sreyas House<br>Vallithode <br>Kannur,Kerala<br>670331</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-telephone flex-shrink-0"></i>
<div>
<h3>Call Us</h3>
<p>+91 9446794268</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-envelope flex-shrink-0"></i>
<div>
<h3>Email Us</h3>
<p>abhishekpalayadan20@gmail.com</p>
</div>
</div><!-- End Info Item -->
</div>
<div class="col-lg-8">
<form action="https://formspree.io/f/xrbglakd" id="contact-form" method="post" class="" data-aos="fade-up" data-aos-delay="200">
<div class="row gy-4">
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Name" required="">
</div>
<div class="col-md-6 ">
<input type="email" class="form-control" name="email" placeholder="Your Email" required="">
</div>
<div class="col-md-12">
<input type="text" class="form-control" name="subject" placeholder="Subject" required="">
</div>
<div class="col-md-12">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required=""></textarea>
</div>
<button type="submit">Send Message</button>
</div>
</form>
</div><!-- End Contact Form -->
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer position-relative light-background">
<div class="container">
<div class="social-links d-flex justify-content-center">
<a href="https://x.com/Yggghhhhhgff" target="_blank"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/profile.php?id=100034876041303" target="_blank"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/_a6hishek___/" target="_blank"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/abhishek-p-0482b9320/" target="_blank"><i class="bi bi-linkedin"></i></a>
</div>
<div class="container">
<div class="copyright">
<span>Copyright</span> <strong class="px-1 sitename">Abhishek Palayadan</strong> <span>All Rights Reserved</span>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> Distribuited by <a href="https://themewagon.com">ThemeWagon</a>
</div>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/php-email-form/validate.js"></script>
<script src="vendor/aos/aos.js"></script>
<script src="vendor/typed.js/typed.umd.js"></script>
<script src="vendor/purecounter/purecounter_vanilla.js"></script>
<script src="vendor/waypoints/noframework.waypoints.js"></script>
<script src="vendor/glightbox/js/glightbox.min.js"></script>
<script src="vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="js/main.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<script type="text/javascript">
(function() {
// https://dashboard.emailjs.com/admin/account
emailjs.init({
publicKey: "mOgAayX04JvbsJIe0",
});
})();
</script>
<script type="text/javascript">
window.onload = function() {
document.getElementById('contact-form').addEventListener('submit', function(event) {
event.preventDefault();
// these IDs from the previous steps
emailjs.sendForm('contact_service', 'contact_form', this)
.then(() => {
alert('SUCCESS!');
}, (error) => {
alert('FAILED...', error);
});
});
}
</script>
</body>
</html>