-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
577 lines (471 loc) · 26.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta property="og:title" content="Kaung Myat Htay Win (John)" />
<meta property="og:description" content="Welcome to my personal website. Find more about my projects." />
<meta property="og:image" content="https://kaungmyathtaywin.com/assets/img/my-profile-img.png" />
<meta property="og:url" content="https://kaungmyathtaywin.com" />
<meta property="og:type" content="website" />
<title>Kaung Myat Htay Win (John) | Portfolio</title>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/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="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: MyResume
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Updated: Jun 14 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>CV</span></a></li>
<li><a href="#portfolio"><i class="bi bi-images navicon"></i><span>Projects</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">
<img src="assets/img/my-profile-img.png" alt="" loading="lazy">
<div class="container" data-aos="zoom-out">
<div class="row justify-content-center">
<div class="col-lg-9">
<h2>Kaung Myat Htay Win</h2>
<p>I'm a <span class="typed" data-typed-items="Developer, Designer, Runner">Developer</span><span class="typed-cursor typed-cursor--blink" aria-hidden="true"></span>.</p>
<p>Get a copy of my resume <a href="./assets/resume.pdf">here.</a></p>
<div class="social-links">
<a href="https://github.com/kaungmyathtaywin" class="github"><i class="bi bi-github large-icon"></i></a>
<a href="https://www.linkedin.com/in/kaung-myat-htay-win-258ab9251/" class="linkedin"><i class="bi bi-linkedin large-icon"></i></a>
<a href="https://www.facebook.com/kaung.myat.12979/" class="facebook"><i class="bi bi-facebook large-icon"></i></a>
<a href="https://www.instagram.com/kaungmyathw/" class="instagram"><i class="bi bi-instagram large-icon"></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>I am a recent graduate from Oregon State University with Master of Science in Computer Science. My research area is theoretical computer science, with an emphasis on codes, graphs and isomorphism problems. In my spare time, I enjoy running, swimming and playing pickle ball. I am originally from Yangon, Myanmar (previously called Burma).
</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="assets/img/profile.png" class="img-fluid" alt="" loading="lazy">
</div>
<div class="col-lg-8 content">
<h2>Theoretical Researcher & Application Developer</h2>
<p class="py-3">
I have experience developing both web applications and mobile applications, and have a strong passion for learning new things.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>9 September 1996</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Website:</strong> <span>www.kaungmyathtaywin.com</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>(669) 331-5310</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Santa Clara, CA</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>27</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>M.S. (Computer Science)</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
</ul>
</div>
</div>
<p class="py-3">
I am currently looking for open positions in general Software Engineering around Bay Area.
I prefer in-person and hybrid working models, but I am also open for remote positions.
With my theoretical research background and practical experience developing applications, I am confident that I can be a significant asset to companies, capable of delivering valuable contributions and innovative solutions.
</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>Technical Skills</h2>
<p>Below are my technical competencies and langauge stack.</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 class="text-capitalize">Python</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>C/C++</span> <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span class="text-capitalize">JavaScript</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 class="text-capitalize">Kotlin</span> <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" 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>HTML/CSS</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 class="text-capitalize">Swift</span> <i class="val">65%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span class="text-capitalize">Git</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>
<div class="progress">
<span class="skill"><span class="text-capitalize">MySQL/MongoDB</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>Curriculum Vitae</h2>
</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">Summary</h3>
<div class="resume-item pb-0">
<h4 class="text-capitalize">Kaung Myat Htay Win</h4>
<p>I am a Master of Science candidate in Computer Science at Oregon State University with 4.0 GPA. My expertise spans advanced programming languages, web development, and database management. Having held roles from research assistant to web developer, I have demonstrated leadership in both academic and professional settings, making significant contributions to enhancing user engagement and system efficiencies.</p>
</div><!-- Edn Resume Item -->
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4 class="text-capitalize">Master <span class="text-lowercase">o</span>f Science (Computer Science)</h4>
<h5>September 2022 - June 2024</h5>
<p><em>Oregon State University, Corvallis, OR</em></p>
<p>Advisor: <a href="https://home.cs.colorado.edu/~hbennett/">Huck Bennett</a></p>
</div><!-- Edn Resume Item -->
<div class="resume-item no-padding">
<h4 class="text-capitalize">Bachelor <span class="text-lowercase">o</span>f Engineering (Mechatronics)</h4>
<h5>September 2012 - December 2018</h5>
<p><em>Yangon Technological University, Yangon, Myanmar</em></p>
</div><!-- Edn Resume Item -->
<h3 class="resume-title">Coursework</h3>
<div class="resume-item no-padding">
<ul>
<li>CS 261 - Data Structures</li>
<li>CS 321 - Introduction to Theory of Computation</li>
<li>CS 325 - Analysis of Algorithms</li>
<li>CS 515 - Algorithms and Data Structures</li>
<li>CS 527 - Error-Correcting Codes</li>
<li>CS 540 - Database Management Systems</li>
<li>CS 544 - Operating Systems II</li>
<li>CS 572 - Computer Architecture</li>
<li>CS 575 - Introduction to Parallel Programming</li>
<li>CS 599 - Mobile Software Development</li>
<li>CS 599 - Cloud Application Development</li>
</ul>
</div>
<h3 class="resume-title">Publications</h3>
<div class="resume-item">
<ul>
<li>Huck Bennett and Kaung Myat Htay Win. <em>Relating Code Equivalence to Other Isomorphism Problems</em>. Preprint,
2024</li>
</ul>
</div><!-- Edn Resume Item -->
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Research Assistant</h4>
<h5>June 2023 - June 2024</h5>
<p><em>Oregon State University, Corvallis, OR </em></p>
<ul>
<li>Co-authored a <a href="https://eprint.iacr.org/2024/782">research paper</a> on Code Equivalence Problem (CE) and collaborated in finding theoretical relationships between CE and other Isomorphism Problems</li>
<li>Improved Petrank and Roth’s reduction from Graph Isomorphism to Code Equivalence to achieve better parameters,
and extended it to work for generalized Galois Fields </li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Teaching Assistant</h4>
<h5>January 2024 - June 2024</h5>
<p><em>Oregon State University, Corvallis, OR</em></p>
<ul>
<li>Provided weekly tutoring and guidance to students during office hours for Analysis of Algorithms (CS 325), Error
Correcting Codes (CS 527), and Parallel Programming (CS 575)</li>
<li>Collaborated with faculty to design exam questions and grading rubrics, and assessed student submissions</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Web Developer</h4>
<h5>February 2019 - October 2019</h5>
<p><em>Rangoon Zay, Yangon, Myanmar</em></p>
<ul>
<li>Led a team to develop a dynamic inventory management web application using ReactJS and NodeJS, enhancing
user engagement by 30% through improved front-end performance</li>
<li>Implemented robust server-side operations using MongoDB and NodeJS, ensuring efficient transactions and delivery
status tracking, relevant to developing scalable services and APIs</li>
<li>Adopted agile software development and GitHub for version control, and wrote reusable code and libraries for better
scalability, which resulted in a 25% decrease in post-launch maintenance efforts</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Junior Web Developer</h4>
<h5>October 2018 - January 2019</h5>
<p><em>Oregon State University, Corvallis, OR</em></p>
<ul>
<li>Developed a responsive front-end for a web application using HTML, CSS, and Bootstrap, ensuring optimal user
experience by delivering design solutions compatible across both desktop and mobile platforms</li>
<li>Redesigned data storage with PostgreSQL, and implemented REST APIs utilizing Python and Django, achieving a
40% increase in data retrieval speeds by optimizing query performance and refining database schemas compared to
legacy systems</li>
<li>Tested and maintained web applications rigorously using MochaJS testing framework and deployed with AWS that
contributes a 99% uptime record and high availability</li>
</ul>
</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>Projects</h2>
</div><!-- End Section Title -->
<div class="container">
<div class="isotope-layout" data-default-filter="*" data-layout="masonry" data-sort="original-order">
<ul class="portfolio-filters isotope-filters" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-mobile">Mobile</li>
<li data-filter=".filter-web">Web</li>
<li data-filter=".filter-cloud">Cloud</li>
</ul><!-- End Portfolio Filters -->
<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-cloud">
<div class="portfolio-content h-100">
<div class="card border-secondary">
<div class="card-content">
<a href="https://github.com/kaungmyathtaywin/Tarpaulin">
<img src="https://fakeimg.pl/600x450?text=Tarpaulin" class="img-fluid" alt="">
</a>
</div>
<div class="portfolio-info">
<h4>Course Management App <i class="bi bi-github"></i> <i class="bi bi-cloud-arrow-down"></i> </h4>
</div>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-web">
<div class="portfolio-content h-100">
<div class="card border-secondary">
<div class="card-content">
<a href="https://github.com/kaungmyathtaywin/Portfolio">
<img src="https://fakeimg.pl/600x450/FFCC99/333333?text=Portfolio" class="img-fluid" alt="">
</a>
</div>
<div class="portfolio-info">
<h4>Portfolio Website <i class="bi bi-github"></i> <i class="bi bi-laptop"> </i></h4>
</div>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-mobile">
<div class="portfolio-content h-100">
<div class="card border-secondary">
<div class="card-content">
<a href="https://github.com/kaungmyathtaywin/WeatherForecast">
<img src="https://fakeimg.pl/600x450/ff7f50/FFFFFF?text=Weather+Now" class="img-fluid" alt="">
</a>
</div>
<div class="portfolio-info">
<h4>Weather Application <i class="bi bi-github"><i class="bi bi-phone"></i></i></h4>
</div>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-mobile">
<div class="portfolio-content h-100">
<div class="card border-secondary">
<div class="card-content">
<a href="https://github.com/kaungmyathtaywin/BeaverClass">
<img src="https://fakeimg.pl/600x450/495d92/ffffff?text=Beaver+Class" class="img-fluid" alt="">
</a>
</div>
<div class="portfolio-info">
<h4>Class Registration App <i class="bi bi-github"><i class="bi bi-phone"></i></i></h4>
</div>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-cloud">
<div class="portfolio-content h-100">
<div class="card border-secondary">
<div class="card-content">
<a href="https://github.com/kaungmyathtaywin/EmailServer">
<img src="https://fakeimg.pl/600x450/228B22/ffffff?text=Email+Server" class="img-fluid" alt="">
</a>
</div>
<div class="portfolio-info">
<h4>Cloud Emailing App <i class="bi bi-github"> <i class="bi bi-cloud-arrow-down"></i></i></h4>
</div>
</div>
</div>
</div><!-- End Portfolio Item -->
</div><!-- End Portfolio Container -->
</div>
</div>
</section><!-- /Portfolio Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>Here is my contact information. I am open to discussions and potential collaborations as well.</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-wrap">
<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>Santa Clara, CA 95050</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 Me</h3>
<p>(669) 331-5310</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 Me</h3>
<p>[email protected]</p>
</div>
</div><!-- End Info Item -->
</div>
</div>
<div class="col-lg-8">
<form action="https://email-server-ten.vercel.app/email" method="post" class="email-form" 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>
<div class="col-md-12 text-center">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
<button type="submit">Send Message</button>
</div>
</div>
</form>
</div><!-- End Contact Form -->
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer position-relative">
<div class="container">
<h3 class="sitename">My Socials</h3>
<div class="social-links d-flex justify-content-center">
<a href="https://github.com/kaungmyathtaywin" class="github"><i class="bi bi-github"></i></a>
<a href="https://www.linkedin.com/in/kaung-myat-htay-win-258ab9251/" class="linkedin"><i class="bi bi-linkedin"></i></a>
<a href="https://www.facebook.com/kaung.myat.12979/" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/kaungmyathw/" class="instagram"><i class="bi bi-instagram"></i></a>
</div>
<div class="container">
<div class="copyright">
<span>Copyright</span> <strong class="px-1 sitename">Kaung Myat Htay Win</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>
</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="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>