-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
504 lines (484 loc) · 27.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CV | Andreas Løvig Borg</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="crossorigin" />
<link rel="preload" as="style"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto:wght@300;400;500;700&display=swap" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto:wght@300;400;500;700&display=swap"
media="print" onload="this.media='all'" />
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto:wght@300;400;500;700&display=swap" />
</noscript>
<link href="css/font-awesome/css/all.min.css?ver=1.2.0" rel="stylesheet">
<link href="css/bootstrap.min.css?ver=1.2.0" rel="stylesheet">
<link href="css/aos.css?ver=1.2.0" rel="stylesheet">
<link href="css/main.css?ver=1.2.0" rel="stylesheet">
<link rel="icon" href="images/cv_icon.png">
<noscript>
<style type="text/css">
[data-aos] {
opacity: 1 !important;
transform: translate(0) scale(1) !important;
}
</style>
</noscript>
</head>
<body id="top">
<header class="d-print-none">
<div class="container text-center text-lg-left">
<div class="py-3 clearfix">
<!--<h1 class="site-title mb-0">Andreas Borg</h1>-->
<div class="site-nav">
<nav role="navigation">
<ul class="nav justify-content-center">
<li class="nav-item"><a class="nav-link" href="https://www.facebook.com/andreaslborg/" target="_blank"
title="Facebook"><i class="fab fa-facebook"></i><span class="menu-title sr-only">Facebook</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://www.instagram.com/andreaslborg/" target="_blank"
title="Instagram"><i class="fab fa-instagram"></i><span
class="menu-title sr-only">Instagram</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://www.linkedin.com/in/andreaslborg/" target="_blank"
title="LinkedIn"><i class="fab fa-linkedin"></i><span class="menu-title sr-only">LinkedIn</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://github.com/andreaslborg" target="_blank"
title="Github"><i class="fab fa-github"></i><span class="menu-title sr-only">Github</span></a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="page-content">
<div class="container">
<div class="cover shadow-lg bg-white">
<div class="cover-bg p-3 p-lg-4 text-white">
<div class="row">
<div class="col-lg-4 col-md-5">
<div class="avatar hover-effect bg-white shadow-sm p-1"><img src="images/andreas.jpg" width="200"
height="200" /></div>
</div>
<div class="col-lg-8 col-md-7 text-center text-md-start">
<h2 class="h1 mt-2" data-aos="fade-left" data-aos-delay="0">Andreas Løvig Borg</h2>
<p data-aos="fade-left" data-aos-delay="100">
Hey there! I'm a software engineer with dreams of making a positive impact on the world and the people around me!
<p data-aos="fade-left" data-aos-delay="150" >I'm a full-stack webdeveloper with focus on great user experience.</p>
</p>
<!--<div class="d-print-none" data-aos="fade-left" data-aos-delay="200">
<a class="btn btn-light text-dark shadow-sm mt-1 me-1" href="right-resume.pdf" target="_blank">Download CV</a>
<a class="btn btn-success shadow-sm mt-1" href="#about">Contact Me</a>
</div>-->
</div>
</div>
</div>
<div class="about-section pt-4 px-3 px-lg-4 mt-1">
<div class="row">
<div class="col-md-6">
<h2 class="h3 mb-3" id="about">About me</h2>
<p style="hyphens: auto; margin: auto">
I'm a tech-savvy and outgoing person with experience in sales and consulting services.
I know my way around consumer electronics and advanced PC hardware, and I've spent several years in the world of eSports and IT.
</p>
</div>
<div class="col-md-5 offset-md-1">
<div class="row mt-2">
<div class="col-sm-4">
<div class="pb-1">Age</div>
</div>
<div class="col-sm-8">
<div class="pb-1 text-secondary" id="age"></div>
</div>
<div class="col-sm-4">
<div class="pb-1">Email</div>
</div>
<div class="col-sm-8">
<div class="pb-1 text-secondary"><a href = "mailto: andreaslborg@gmail.com">andreaslborg@gmail.com</a></div>
</div>
<div class="col-sm-4">
<div class="pb-1">Phone</div>
</div>
<div class="col-sm-8">
<div class="pb-1 text-secondary">+45 6178 6776</div>
</div>
<div class="col-sm-4">
<div class="pb-1">Address</div>
</div>
<div class="col-sm-8">
<div class="pb-1 text-secondary">Herning, Denmark</div>
</div>
<div class="col-sm-4">
<div class="pb-1">Socials</div>
</div>
<div class="col-sm-8">
<ul class="pb-1 nav">
<li class="nav-item"><a class="nav-link" href="https://www.facebook.com/andreaslborg/" target="_blank"
title="Facebook"><i class="fab fa-facebook"></i><span class="menu-title sr-only">Facebook</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://www.instagram.com/andreaslborg/" target="_blank"
title="Instagram"><i class="fab fa-instagram"></i><span
class="menu-title sr-only">Instagram</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://www.linkedin.com/in/andreaslborg/" target="_blank"
title="LinkedIn"><i class="fab fa-linkedin"></i><span class="menu-title sr-only">LinkedIn</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://github.com/andreaslborg" target="_blank"
title="Github"><i class="fab fa-github"></i><span class="menu-title sr-only">Github</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr class="d-print-none" />
<div class="skills-section px-3 px-lg-4">
<h2 class="h3 mb-3">I have experience with</h2>
<div class="row">
<div class="d-flex flex-wrap align-items-center justify-content-center gap-4 mt-4">
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/html.png" alt="" height="72" loading="lazy">
<span class="text-muted">HTML</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/css.png" alt="" height="72" loading="lazy">
<span class="text-muted">CSS</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/js.png" alt="" height="72" loading="lazy">
<span class="text-muted">JavaScript</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/node.png" alt="" height="72" loading="lazy">
<span class="text-muted">NodeJS</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/boot.png" alt="" height="72" loading="lazy">
<span class="text-muted">Bootstrap</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/c.png" alt="" height="72" loading="lazy">
<span class="text-muted">C</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/dotnet.png" alt="" height="72" loading="lazy">
<span class="text-muted">.NET</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/Postgresql.png" alt="" height="72" loading="lazy">
<span class="text-muted">PostgreSQL</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/blazor.png" alt="" height="72" loading="lazy">
<span class="text-muted">Blazor</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/csharp.png" alt="" height="72" loading="lazy">
<span class="text-muted">C#</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/java.png" alt="" height="72" loading="lazy">
<span class="text-muted">Java</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/dart.png" alt="" height="72" loading="lazy">
<span class="text-muted">Dart</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/flutter.png" alt="" height="72" loading="lazy">
<span class="text-muted">Flutter</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/python.png" alt="" height="72" loading="lazy">
<span class="text-muted">Python</span>
</a>
<a class="d-flex flex-column align-items-center text-decoration-none animate-img" >
<img class="d-block mb-2" src="images/icons/tensorflow.png" alt="" height="72" loading="lazy">
<span class="text-muted">TensorFlow</span>
</a>
</div>
</div>
</div>
<hr class="d-print-none" />
<div class="education-section px-3 px-lg-4">
<h2 class="h3 mb-4">Student projects</h2>
<div class="timeline">
<div class="timeline-card timeline-card-red card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Bachelor's Project with REDO Neurosystems<br> <span class="text-muted h6"><a
href="https://moduler.aau.dk/course/2022-2023/DSNSWB610" target="_blank"
style="color: black">6. Semester Project</a></span></div>
<div class="text-muted text-small mb-2">February, 2023 - May, 2023</div>
<div class="hyphens: auto; margin: auto">
Abstract: This article investigates the use of electroencephalography (EEG) signals for movement detection.
For this purpose, MoveDetect, a deep clustering algorithm consisting of a long short-term memory (LSTM) neural network and a k-means clustering algorithm, was developed.
MoveDetect is not able to reliably detect movements. It has an accuracy of 67.5\% and a precision of 0.427\% as it excessively predicts that movements have occurred.
Using different combinations of datasets for training improved performance minimally, while altering the selection of EEG channels, pre-processing, window size, timesteps,
and feature extraction steps had only negative effects on performance.
Despite this, MoveDetect is a stepping stone towards an EEG movement detection classifier.
</div>
<a class="nav-link" href="https://github.com/andreaslborg/p6-movedetect" target="_blank" title="Github"><i
class="fab fa-github"></i><span class="menu-title sr-only">Github</span></a>
</div>
</div>
<div class="timeline-card timeline-card-red card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Complex Front-end Software in Multi Project<br> <span class="text-muted h6"><a
href="https://moduler.aau.dk/course/2022-2023/DSNSWB520?lang=da-DK" target="_blank"
style="color: black">5. Semester Project</a></span></div>
<div class="text-muted text-small mb-2">September, 2022 - December, 2022</div>
<div class="hyphens: auto; margin: auto">
GIRAF is a tablet app for non-verbal autistic kids, offering daily schedules, games, and educational activities.
It was developed by Aalborg University students in 2011 as a semester project in Software Engineering.
The app, called Weekplanner, was created in partnership with Børnehaven Birken, Egebakken, and the Center for Autisme og ADHD in Aalborg.
</div>
<a class="nav-link" href="https://github.com/aau-giraf" target="_blank" title="Github"><i
class="fab fa-github"></i><span class="menu-title sr-only">Github</span></a>
</div>
</div>
<div class="timeline-card timeline-card-red card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Design, Definition and Implementation of Programming Languages<br> <span
class="text-muted h6"><a href="https://moduler.aau.dk/course/2022-2023/DSNSWB410?lang=da-DK"
target="_blank" style="color: black">4. Semester Project</a></span></div>
<div class="text-muted text-small mb-2">February, 2022 - May, 2022</div>
<div class="hyphens: auto; margin: auto">
ACGL is a domain-specific programming language that models French suited card games. The language was designed to replicate the flow and actions of any card game.
A Java-based compiler was created using ANTLR4 parser generator. ACGL has proven successful in simplifying the development of French suited card games.
</div>
</div>
</div>
<div class="timeline-card timeline-card-red card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">A Well-structured Application<br> <span class="text-muted h6"><a
href="https://moduler.aau.dk/course/2021-2022/DSNDATFB310" target="_blank" style="color: black">3.
Semester Project</a></span></div>
<div class="text-muted text-small mb-2">September, 2021 - December, 2021</div>
<div class="hyphens: auto; margin: auto">
Developing a dynamic and flexible digital information board with an admin panel is the goal of this project for <a href="https://taldigital.dk/" target="_blank">talDigital.dk</a>.
They can be used as a stand-alone product or as an add-on to physical solutions for easy online sharing of information.
</div>
<a class="nav-link" href="https://github.com/andreaslborg/P3" target="_blank" title="Github"><i
class="fab fa-github"></i><span class="menu-title sr-only">Github</span></a>
</div>
</div>
<div class="timeline-card timeline-card-red card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">A Larger Program Developed by a Group<br> <span class="text-muted h6"><a
href="https://moduler.aau.dk/course/2021-2022/DNSDATFB220" target="_blank" style="color: black">2.
Semester Project</a></span></div>
<div class="text-muted text-small mb-2">February, 2021 - May, 2021</div>
<div class="hyphens: auto; margin: auto">
The software solution, which uses HTML, CSS, JavaScript, and different APIs, includes an implementation of the SEIRS model and applies
the numerical method known as RK4 for simulations. It also includes helpful features, such as saving and sorting parameters for the model,
as well as the ability to compare graphs in the same plot.
Overall, the software is successful in evaluating various strategies to control an epidemic.
</div>
<div>View the website <a href="https://andreaslborg.github.io/p2web" target="_blank">here</a>.</div>
<a class="nav-link" href="https://github.com/andreaslborg/p2web" target="_blank" title="Github"><i
class="fab fa-github"></i><span class="menu-title sr-only">Github</span></a>
</div>
</div>
<div class="timeline-card timeline-card-red card shadow-sm">
<div class="card-body row">
<div class="h5 mb-1">A Program that Solves a Problem<br> <span class="text-muted h6"><a
href="https://moduler.aau.dk/course/2020-2021/DSNDATFB121" target="_blank" style="color: black">1.
Semester Project</a></span></div>
<div class="text-muted text-small mb-2">October, 2020 - December, 2020</div>
<div class="">
This project aims to develop a software solution to simulate manufacturing processes' OEE and test organizational changes to reduce waste.
It uses a probabilistic model with Monte Carlo simulation and inverse transform sampling. The software successfully simulates the OEE of manufacturing processes.
<a class="nav-link" href="https://github.com/andreaslborg/p1copy" target="_blank" title="Github"><i
class="fab fa-github"></i><span class="menu-title sr-only">Github</span></a>
</div>
</div>
</div>
</div>
</div>
<hr class="d-print-none" />
<div class="page-break"></div>
<div class="education-section px-3 px-lg-4 pb-4">
<h2 class="h3 mb-4">Education</h2>
<div class="timeline">
<div class="timeline-card timeline-card-green card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Bachelor in Software Engineering <span class="text-muted h6">from Aalborg
University</span></div>
<div class="text-muted text-small mb-2">2020 - 2023</div>
<div>
<h6>My Courses Througout the Bachelor Degree</h6>
1. Semester
<li>Theoretical basis of computer science</li>
<li>Imperative programming</li>
<li>Problem-based learning</li><br>
2. Semester
<li>Probability theory and linear algebra</li>
<li>Algorithms and data structures</li>
<li>Internet and web programming</li><br>
3. Semester
<li>Object-oriented programming</li>
<li>System development</li>
<li>Design and evaluation of user interfaces</li><br>
4. Semester
<li>Syntax and semantics</li>
<li>Computer architecture and operating systems</li>
<li>Languages and translators</li><br>
5. Semester
<li>Agile software engineering</li>
<li>Machine intelligence</li>
<li>Database systems</li><br>
6. Semester
<li>Algorithms and computability</li>
<li>Models and tools for Cyber Physical Systems</li>
<li>Security</li>
</div>
</div>
</div>
<div class="timeline-card timeline-card-green card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Courses in Electronic and IT Engineering <span class="text-muted h6">from Aalborg
University</span></div>
<div class="text-muted text-small mb-2">2019 – 2020</div>
<div>
1. Semester
<li>Imperative programming</li>
<li>Problem-based learning</li>
<li>Linear algebra</li><br>
2. Semester
<li>Structured system development</li>
</div>
</div>
</div>
<div class="timeline-card timeline-card-green card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">HTX in Information technology <span class="text-muted h6">from Herningsholm
Erhvervsskole & Gymnasier</span></div>
<div class="text-muted text-small mb-2">2015 – 2018</div>
<div>Higher Technical Examination Programme (HTX).</div>
</div>
</div>
</div>
</div>
<hr class="d-print-none" />
<div class="work-experience-section px-3 px-lg-4">
<h2 class="h3 mb-4">My work experience</h2>
<div class="timeline-card timeline-card-blue card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Full-stack Webdeveloper <span class="text-muted h6">at twoday Co3</span></div>
<div class="text-muted text-small mb-2">September, 2023 - Today</div>
<div></div>
</div>
</div>
<div class="timeline">
<div class="timeline-card timeline-card-blue card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Esports Caster <span class="text-muted h6">at YouSee Esportligaen</span></div>
<div class="text-muted text-small mb-2">October, 2022 - April, 2023</div>
<div></div>
</div>
</div>
<div class="timeline-card timeline-card-blue card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Esports Caster <span class="text-muted h6">at Dust2.dk</span></div>
<div class="text-muted text-small mb-2">March, 2022 - May, 2023</div>
<div></div>
</div>
</div>
<div class="timeline-card timeline-card-blue card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Software Developer <span class="text-muted h6">at SiteTech</span></div>
<div class="text-muted text-small mb-2">September, 2021 - December 2021</div>
<div></div>
</div>
</div>
<div class="timeline-card timeline-card-blue card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Department Manager for Data & Entertainment <span class="text-muted h6">at POWER
A/S</span></div>
<div class="text-muted text-small mb-2">January, 2019 - August, 2019</div>
<div></div>
</div>
</div>
<div class="timeline-card timeline-card-blue card shadow-sm">
<div class="card-body">
<div class="h5 mb-1">Co Department Manager for Data & Entertainment <span class="text-muted h6">at POWER
A/S</span></div>
<div class="text-muted text-small mb-2">August, 2018 - December, 2018</div>
<div></div>
</div>
</div>
</div>
</div>
<hr class="d-print-none" />
<div class="page-break"></div>
</form>
<div class="col d-none d-print-block">
<div class="mt-2">
<div>
<div class="mb-2">
<div class="text-dark"><i class="fab fa-twitter mr-1"></i><span>https://twitter.com/templateflip</span>
</div>
</div>
<div class="mb-2">
<div class="text-dark"><i
class="fab fa-facebook mr-1"></i><span>https://www.facebook.com/templateflip</span>
</div>
</div>
<div class="mb-2">
<div class="text-dark"><i
class="fab fa-instagram mr-1"></i><span>https://www.instagram.com/templateflip</span>
</div>
</div>
<div class="mb-2">
<div class="text-dark"><i class="fab fa-github mr-1"></i><span>https://github.com/templateflip</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="pt-4 pb-4 text-muted text-center d-print-none">
<div class="container">
<div class="my-3">
<div class="h4">Andreas Løvig Borg</div>
<div class="footer-nav">
<nav role="navigation">
<ul class="nav justify-content-center">
<li class="nav-item"><a class="nav-link" href="https://www.facebook.com/andreaslborg/" target="_blank"
title="Facebook"><i class="fab fa-facebook"></i><span class="menu-title sr-only">Facebook</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://www.instagram.com/andreaslborg/" target="_blank"
title="Instagram"><i class="fab fa-instagram"></i><span
class="menu-title sr-only">Instagram</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://www.linkedin.com/in/andreaslborg/" target="_blank"
title="LinkedIn"><i class="fab fa-linkedin"></i><span class="menu-title sr-only">LinkedIn</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="https://github.com/andreaslborg" target="_blank"
title="Github"><i class="fab fa-github"></i><span class="menu-title sr-only">Github</span></a>
</li>
</ul>
</nav>
</div>
</div>
<div class="text-small">
<div class="mb-1">© All rights reserved.</div>
</div>
</div>
</footer>
<script src="scripts/bootstrap.bundle.min.js?ver=1.2.0"></script>
<script src="scripts/aos.js?ver=1.2.0"></script>
<script src="scripts/main.js?ver=1.2.0"></script>
<script src="scripts/main.js"></script>
</body>
</html>