-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
490 lines (463 loc) · 30.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Arturo Figuero Resume</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Arturo Figueroa</span>
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/profile-afm.png" alt="..." /></span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#experience">Experience</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#education">Education</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#projects">Projects</a></li>
<!--<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#awards">Certifications</a></li>-->
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="afm-resume.pdf" target="_blank">Resume</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- About-->
<section class="resume-section" id="about">
<div class="resume-section-content">
<h1 class="mb-0">
Arturo
<span class="text-primary">Figueroa</span>
</h1>
<div class="subheading mb-5">
<!-- Kleeburger Weg 102 · Trier 54296, Germany · (+49) 15-20-32-29-948 · <a href="contact.html">Contact Me!</a>-->
Kleeburger Weg 102 · Trier 54296, Germany · <a href="sms:+4917680146150">(+49) 17-68-01-46-150</a> ·
<a href="mailto:arturo.fm.bim@gmail.com">arturo.fm.bim@gmail.com</a>
</div>
<p class="lead mb-5">M.Sc. Data Science Student, with previous experience as Software Developer ready for the next stage in my professional career. Always looking for new challenges and continuous learning.</p>
<div class="social-icons">
<a class="social-icon" href="https://www.linkedin.com/in/arturofigueroam/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://github.com/arturofigueroabim" target="_blank"><i class="fab fa-github"></i></a>
<a class="social-icon" href="https://wa.me/+523315634807" target="_blank"><i class="fab fa-whatsapp" target="_blank"></i></a>
<a class="social-icon" href="https://www.hackerrank.com/arturo_fm_bim" target="_blank"><i class="fab fa-hackerrank"></i></a>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Experience-->
<section class="resume-section" id="experience">
<div class="resume-section-content">
<h2 class="mb-5">Experience</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Data Scientist Internship</h3>
<div class="subheading mb-3">The Adecco Group</div>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Create a Benchmark project from scratch to evaluate different in house models' performance in recommendation tasks.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Create, Update and Work with Azure Machine Learning pipelines use them to data collection, data preparation, model training, model evaluation, and model deployment.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Gain experience in the application of transformers models in NLP tasks such as text extraction, text normalization, and ontology.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Gain experience working with PyTorch framework for developing Deep Learning models
</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">May 2022 - October 2022</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Junior APIs .NET Cloud Developer</h3>
<div class="subheading mb-3">Softtek</div>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Developed and designed RESTful services and APIs with .NET.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Familiarized with some cloud computing services specifically AWS.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Involved in the development life cycle, definition, and feasibility analysis.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Wrote object-oriented and maintainable code.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Delivered quality results on time with minimal supervision
</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">January 2020 - November 2021</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Software Development Engineer in Test (SDET)</h3>
<div class="subheading mb-3">Softtek</div>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Tested the functionality, reliability, performance, security of APIs.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Set up, maintained, and performed test automation frameworks on Web applications platforms.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Investigated customer problems referred to me by the technical support team, testing bugs, and creating and managing bug reports.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Worked with deployments teams, resolved level issues for systems, coordinated on product design, and offered inputs on the testability of functional elements and product
designs.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Researched test tools, methodologies, and trends and upgraded existing practices and processes.
</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">May 2018 - January 2020</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Quality Assurance</h3>
<div class="subheading mb-3">Tata Consultancy Services</div>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Implemented from scratch automation tests with Selenium WebDriver improving the time of testing in our project.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Ensured the new features and implementation are error-free and are working in conformance to the specified functional requirements.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Designed test cases that cover all the requirements mentioned in the documentation.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Executed manual test covered all the cases for each new feature in the project, checked the outputs and inputs to see the different behavior of the flow, cross checking
in the database the data recorded, and see if is expected behavior.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Executed Integration Testing, Black Box Testing, and Performance Testing.
</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">November 2017 - May 2018</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between">
<div class="flex-grow-1">
<h3 class="mb-0">Java developer Intern</h3>
<div class="subheading mb-3">Tata Consultancy Services</div>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Implemented configurations in the code regarding new rules or different conditions to get Deposits accounts.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Removed an old web service and added a new one, using SOAP and REST, using JAVA as well to modify the code, designing new databases, working with JAVA EE.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Familiar with Builds, Deploys, integration testing boxes, using RTC IBM to support our workstream, doing small changes in pages with HTML5 and CSS3, we used JDBC for
the connection to the database.
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span> Followed the Scrum ceremonies like Stand up, Demo, Retrospective, planning, etc.
</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">January 2017 - November 2017</span></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Education-->
<section class="resume-section" id="education">
<div class="resume-section-content">
<h2 class="mb-5">Education</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">M.Sc. Data Science</h3>
<div class="subheading mb-3">Universität Trier</div>
<div>Trier, Germany</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">October 2020 - Present</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Biomedical Informatics</h3>
<div class="subheading mb-3">University of São Paulo (USP)</div>
<div>Ribeirão Preto, Brasil</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">August 2015 - January 2016</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Biomedical Engineer</h3>
<div class="subheading mb-3">University of Guadalajara (UDG)</div>
<div>Guadalajara, Mexico</div>
</div>
<div class="flex-shrink-0"><span class="text-primary">February 2012 - August 2016</span></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Skills-->
<section class="resume-section" id="skills">
<div class="resume-section-content">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<div class="subheading mb-3">Data Science</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item"><i class="fab fa-java"></i></li>
<li class="list-inline-item"><i class="fab fa-python"></i></li>
<li class="list-inline-item"><i class="fa fa-database"></i></li>
<li class="list-inline-item"><i class="fab fa-aws"></i></li>
<li class="list-inline-item"><i class="fa fa-code-branch"></i>
</ul>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Languages:</span> Java, Python, R
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Data Bases:</span> MySQL, PostgreSQL
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Libraries:</span> PyTorch, Scikit-Learn, Pandas, Numpy, Spacy, Tensorflow, Plotly
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Data Science Tools:</span> PyCharm, Git, Azure ML, Hugging Face, Pipenv, Pyenv, Databricks
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Big Data:</span> Hadoop ecosystem, Map-Reduce, Giraph, Pig, Hive, Spark
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Machine Learning:</span> Decision Trees, Random Forest, Naive Bayes, K-NN, SVM, K-means
</li>
</ul><br>
<div class="subheading mb-3">Web Development</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item"><i class="fab fa-js-square"></i></li>
<li class="list-inline-item"><i class="fab fa-html5"></i></li>
<li class="list-inline-item"><i class="fab fa-css3-alt"></i></li>
<li class="list-inline-item"><i class="fab fa-node-js"></i></li>
<li class="list-inline-item"><i class="fab fa-react"></i></li>
<li class="list-inline-item"><i class="fab fa-npm"></i></li>
</ul>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Languages:</span> Java, C#, JS
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Data Bases:</span> MySQL, PostgreSQL, MongoDB
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Development Tools:</span> AWS, Jenkins , Git, Unix/Linux, Jira
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Testing Tools:</span> Selenium, Postman Api, JUnit, SOAP UI, JMeter
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">IDE:</span> Visual Studio, Visual Studio Code, Eclipse
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Agile Development , Scrum & Waterfall</span>
</li>
</ul><br>
<div class="subheading mb-3">Hardware skills</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item"><i class="fa fa-microchip"></i></li>
</ul>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Embedded Systems:</span> Arduino, PIC
</li>
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Digital and Analog Electronics</span>
</li>
</ul><br>
<div class="subheading mb-3">Languages</div>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fa fa-code"></i></span>
<span class="text-primary">Spanish</span> (Native),
<span class="text-primary">English</span> (C1),
<span class="text-primary">German</span> (A2-B1),
<span class="text-primary">Portuguese</span> (A2-B1),
</li>
</ul>
</div>
</section>
<hr class="m-0" />
<!-- projects-->
<section class="resume-section" id="projects">
<div class="resume-section-content">
<h2 class="mb-5">Projects</h2>
<div class="resume-section-content-projects">
<div class="card-project">
<div class="card-project-head ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/nlp-ml-segementation" target="_blank"><i class="fa fa-folder"></i></a>
<div class="card-project-link ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/nlp-ml-segementation" target="_blank"><i class="fab fa-github"></i></a>
<a class="dev-icons-card" href="https://arturofigueroabim.github.io/nlp-ml-segementation/" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>
<div class="card-project-body">
<a class="dev-title-card" href="https://arturofigueroabim.github.io/nlp-ml-segementation/" target="_blank">
<h5>Argument Identification and Classification in Essays NLP</h5>
</a>
<p>Project develop as part of the subject Research Case Study at the University of Trier with the main purpose of the research is to develop different ways to segment unstructured text and classify them as ADUs claims and premises
or Non-ADU
</p>
</div>
<div class="card-project-footer">
<p>Python Sklearn Flask NLP Spacy Heroku</p>
</div>
</div>
<div class="card-project">
<div class="card-project-head ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/ML-Heroku" target="_blank"><i class="fa fa-folder"></i></a>
<div class="card-project-link ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/ML-Heroku" target="_blank"><i class="fab fa-github"></i></a>
<a class="dev-icons-card" href="https://arturofigueroabim.github.io/ML-Heroku/" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>
<div class="card-project-body">
<a class="dev-title-card" href="https://arturofigueroabim.github.io/ML-Heroku/" target="_blank">
<h5>End-to-End Machine Learning Project</h5>
</a>
<p>End-to-End Machine Learning Project and Deploy it to Heroku with Flask. This repository is intended to walk you through all the major steps involved in completing an and-to-end Machine Learning project.
</p>
</div>
<div class="card-project-footer">
<p>Python Sklearn Flask Pandas Numpy</p>
</div>
</div>
<div class="card-project">
<div class="card-project-head ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/big-data-analytics" target="_blank"><i class="fa fa-folder"></i></a>
<div class="card-project-link ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/big-data-analytics" target="_blank"><i class="fab fa-github"></i></a>
<!-- <a class="dev-icons-card" href="https://github.com/arturofigueroabim/big-data-analytics" target="_blank"><i class="fa fa-link"></i></a> -->
</div>
</div>
<div class="card-project-body">
<a class="dev-title-card" href="https://github.com/arturofigueroabim/big-data-analytics" target="_blank">
<h5>Big Data Analytics</h5>
</a>
<p>Collection of Exercises implemented in the lecture of Big Data Analytics at the Uniersity of Trier.</p>
</div>
<div class="card-project-footer">
<p>Java Python Hadoop</p>
</div>
</div>
<div class="card-project">
<div class="card-project-head ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/ml-with-python" target="_blank"><i class="fa fa-folder"></i></a>
<div class="card-project-link ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/ml-with-python" target="_blank"><i class="fab fa-github"></i></a>
<!-- <a class="dev-icons-card" href="https://arturofigueroabim.github.io/amino-game/" target="_blank"><i class="fa fa-link"></i></a> -->
</div>
</div>
<div class="card-project-body">
<a class="dev-title-card" href="https://github.com/arturofigueroabim/ml-with-python" target="_blank">
<h5>Machine Learning Python</h5>
</a>
<p>Notebooks made following the course “Machine learning: Data Science with Python in Udemy” where we saw the concepts, first algorithms in the Machine learning World.
</p>
</div>
<div class="card-project-footer">
<p>Python ML</p>
</div>
</div>
<div class="card-project">
<div class="card-project-head ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/amino-game" target="_blank"><i class="fa fa-folder"></i></a>
<div class="card-project-link ">
<a class="dev-icons-card" href="https://github.com/arturofigueroabim/amino-game" target="_blank"><i class="fab fa-github"></i></a>
<a class="dev-icons-card" href="https://arturofigueroabim.github.io/amino-game/" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>
<div class="card-project-body">
<a class="dev-title-card" href="https://arturofigueroabim.github.io/amino-game/" target="_blank">
<h5>Amino Game</h5>
</a>
<p>Different version of the classic Snake game, this time you need to join the four nitrogenous bases to create amino acids</p>
</div>
<div class="card-project-footer">
<p>HTML CSS JavaScript</p>
</div>
</div>
<div class="card-project">
<div class="card-project-head ">
<a class="dev-icons-card" href="https://youtube.com/playlist?list=PLuJSw0HTv_KyaLV01Ji85njWRQBLvcHV4" target="_blank"><i class="fa fa-folder"></i></a>
<div class="card-project-link ">
<a class="dev-icons-card" href="https://youtube.com/playlist?list=PLuJSw0HTv_KyaLV01Ji85njWRQBLvcHV4" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>
<div class="card-project-body">
<a class="dev-title-card" href="https://youtube.com/playlist?list=PLuJSw0HTv_KyaLV01Ji85njWRQBLvcHV4" target="_blank">
<h5>Digital and Analog Electronics</h5>
</a>
<p>Video playlist of different projects using embedded systems, digital and analog components.</p>
</div>
<div class="card-project-footer">
<p>Arduino Digital Analog Electronics</p>
</div>
</div>
</div>
</section>
<!-- Awards
<hr class="m-0" />
<section class="resume-section" id="awards">
<div class="resume-section-content">
<h2 class="mb-5">Awards & Certifications</h2>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
Bootcamp FullStack JS, Centraal Academy
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
Microcontroller Systems Technician, ETO
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
Digital Systems Technician, ETO
</li>
</ul>
</div>
</section>
</div>-->
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>