-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
395 lines (338 loc) · 54.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
<!DOCTYPE html>
<html lang=""en>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content = "width=device-width, initial-scale=1.0">
<title>Reksa Alamsyah - Personal Web/Portfolios</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/responsive.css">
<style>
.flip-horizontal {
transform: scaleX(-1);
}
</style>
</head>
<body>
<!-- Header -->
<header>
<div class="main-container">
<div class="nav">
<div class="logo">
<!-- membuat switch dark theme -->
<label class="switch">
<input type="checkbox" id="theme-toggle">
<span class="slider"></span>
</label>
<a href="/">RA</a>
</div>
<nav>
<ul>
<li><a href="#specialties">Specialties</a></li>
<li><a href="#portfolios">Portfolios</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
<ri>
<a href=https://drive.google.com/file/d/1pqBKKxlPNTuUFQUYgJs5cBxIsaLfNkCH/view?usp=sharing target="_blank">
<button class="btn"><p>Certifications</p></button>
</a>
</ri>
</ul>
</nav>
<div class="burger">
<div class="line-1"></div>
<div class="line-2"></div>
<div class="line-3"></div>
</div>
</div>
<section id="hero">
<div class="hero-left">
<h3 class="pre-title">Hello and Welcome!</h3>
<h1 class="hero-name">I'm Reksa <span>Alamsyah</span></h1>
<p> a graduate in Mathematics (non-education track) with a strong interest in data analysis and
programming, particularly in using Python. My background has provided me with strong analytical
skills and the ability to solve complex problems effectively. I have a good understanding of
statistics, algorithms, and data modeling, as well as experience applying these concepts in various
projects.
</p>
</div>
<div class="hero-right">
<img src="./images/FOTO edited.png" alt="Photo Profil" class="flip-horizontal">
</div>
</section>
</div>
</header>
<!-- End of Header -->
<!-- Section Specialties -->
<section id="specialties">
<div class="specialties main-container">
<h3 class="pre-title">Area of Focus</h3>
<h1 class="section-title specialties-title"><span>Specialized</span> in</h1>
<div class="grid-3">
<!-- Specialties 1 -->
<div class="specialties">
<div class="specialties-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24" height="24"
viewBox="0 0 24 24"
>
<path
d="M21.169 19.754c.522-.79.831-1.735.831-2.754 0-2.761-2.238-5-5-5s-5 2.239-5 5 2.238 5 5 5c1.019 0 1.964-.309 2.755-.832l2.831 2.832 1.414-1.414-2.831-2.832zm-4.169.246c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zm-4.89 2h-7.11l2.599-3h2.696c.345 1.152.976 2.18 1.815 3zm-2.11-5h-10v-17h22v12.11c-.574-.586-1.251-1.068-2-1.425v-8.685h-18v13h8.295c-.19.634-.295 1.305-.295 2zm-4-4h-2v-6h2v6zm3 0h-2v-9h2v9zm3 0h-2v-4h2v4z"
/>
</svg>
</div>
<h4>Data Analysis</h4>
<p>Transforming raw data into actionable insights using data wrangling,
cleaning, analysis and data visualization using tools like Python and SQL.</p>
</div>
<!-- Specialties 2 -->
<div class="specialties">
<div class="specialties-icon">
<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 122.88 121.28" style="enable-background:new 0 0 122.88 121.28" xml:space="preserve"><g><path d="M98.42,98.8c-0.25-0.61-0.39-1.28-0.39-1.98s0.14-1.37,0.39-1.98c0.26-0.61,0.63-1.17,1.09-1.63l0.03-0.04 c0.26-0.26,0.56-0.51,0.88-0.7c0.17-0.11,0.35-0.21,0.55-0.3v-8.22h-8.51c-0.26,1.8-1.12,3.42-2.36,4.67 c-1.55,1.55-3.7,2.51-6.07,2.51H78.9v22.42h15.05c0.08-0.13,0.16-0.26,0.25-0.39c0.18-0.26,0.38-0.5,0.6-0.72 c0.47-0.47,1.04-0.86,1.68-1.12c0.61-0.25,1.28-0.39,1.98-0.39c0.69,0,1.37,0.14,1.98,0.39c0.64,0.26,1.2,0.65,1.68,1.12 c0.47,0.47,0.86,1.04,1.12,1.68c0.25,0.61,0.39,1.28,0.39,1.98c0,0.69-0.14,1.35-0.39,1.98c-0.26,0.64-0.65,1.21-1.12,1.68 s-1.04,0.86-1.68,1.12c-0.61,0.25-1.28,0.39-1.98,0.39c-0.68,0-1.33-0.13-1.94-0.38l-0.04-0.01c-0.64-0.26-1.2-0.65-1.68-1.12 c-0.29-0.29-0.55-0.63-0.77-0.98c-0.12-0.2-0.23-0.42-0.32-0.63H76.6c-0.64,0-1.21-0.26-1.63-0.68c-0.43-0.43-0.69-1-0.69-1.64l0,0 V91.13H63.08v20.34c0.17,0.09,0.34,0.18,0.51,0.29c0.31,0.19,0.6,0.43,0.85,0.68c0.48,0.48,0.86,1.04,1.12,1.68 c0.25,0.61,0.39,1.28,0.39,1.98c0,0.68-0.13,1.33-0.38,1.94l-0.01,0.04c-0.26,0.64-0.65,1.2-1.12,1.68 c-0.47,0.47-1.04,0.86-1.68,1.12c-0.61,0.25-1.28,0.39-1.98,0.39c-0.69,0-1.36-0.14-1.98-0.39c-0.64-0.26-1.21-0.65-1.68-1.12 c-0.47-0.47-0.86-1.04-1.12-1.68c-0.25-0.61-0.39-1.28-0.39-1.98c0-0.68,0.13-1.33,0.38-1.94l0.01-0.04 c0.26-0.64,0.65-1.2,1.12-1.68c0.25-0.25,0.52-0.47,0.82-0.66l0.04-0.03c0.16-0.09,0.33-0.18,0.5-0.27l0,0V91.13H43.54v10.54 c0,0.64-0.26,1.21-0.68,1.63s-0.99,0.68-1.63,0.68H30.63c-0.08,0.16-0.17,0.31-0.27,0.47c-0.18,0.27-0.39,0.53-0.63,0.77 l-0.04,0.04c-0.47,0.47-1.04,0.86-1.68,1.12c-0.61,0.25-1.28,0.39-1.98,0.39c-0.68,0-1.33-0.13-1.94-0.38l-0.04-0.01 c-0.64-0.26-1.2-0.65-1.68-1.12c-0.47-0.47-0.86-1.04-1.12-1.68c-0.25-0.61-0.39-1.28-0.39-1.98c0-0.69,0.14-1.36,0.39-1.98 c0.26-0.64,0.65-1.21,1.12-1.68c0.49-0.46,1.07-0.85,1.71-1.11l0,0c0.61-0.25,1.28-0.39,1.98-0.39c0.7,0,1.37,0.14,1.98,0.39 c0.61,0.26,1.17,0.63,1.63,1.1l0.04,0.03c0.26,0.26,0.51,0.56,0.7,0.88c0.1,0.17,0.21,0.35,0.3,0.55h8.22v-8.45 c-1.63-0.36-3.09-1.18-4.22-2.31c-1.51-1.51-2.44-3.57-2.44-5.83v-5.49H7.73v15.05c0.13,0.08,0.26,0.16,0.39,0.25 c0.26,0.18,0.49,0.38,0.72,0.6c0.47,0.47,0.86,1.04,1.12,1.68c0.25,0.61,0.39,1.28,0.39,1.98c0,0.69-0.14,1.37-0.39,1.98 c-0.26,0.64-0.65,1.2-1.12,1.68c-0.47,0.47-1.04,0.86-1.68,1.12c-0.61,0.25-1.28,0.39-1.98,0.39c-0.69,0-1.35-0.14-1.98-0.39 c-0.64-0.26-1.21-0.65-1.68-1.12c-0.47-0.47-0.86-1.04-1.12-1.68C0.14,98.22,0,97.55,0,96.85c0-0.68,0.13-1.33,0.38-1.94l0.01-0.04 c0.26-0.64,0.65-1.2,1.12-1.68c0.29-0.29,0.63-0.55,0.98-0.77c0.19-0.12,0.42-0.23,0.63-0.32V75c0-0.64,0.26-1.21,0.68-1.63 c0.43-0.43,1-0.69,1.64-0.69l0,0h26.83v-11.2H9.81c-0.09,0.17-0.18,0.34-0.29,0.51c-0.19,0.31-0.43,0.6-0.68,0.85 c-0.48,0.48-1.04,0.86-1.68,1.12c-0.61,0.25-1.28,0.39-1.98,0.39c-0.68,0-1.33-0.13-1.94-0.38l-0.04-0.01 c-0.64-0.26-1.2-0.65-1.68-1.12c-0.47-0.47-0.86-1.04-1.12-1.68c-0.25-0.61-0.39-1.28-0.39-1.98c0-0.69,0.14-1.36,0.39-1.98 c0.26-0.64,0.65-1.21,1.12-1.68s1.04-0.86,1.68-1.12C3.82,54.14,4.48,54,5.19,54c0.68,0,1.33,0.13,1.94,0.38l0.04,0.01 c0.64,0.26,1.2,0.65,1.68,1.12c0.25,0.25,0.47,0.52,0.67,0.82l0.03,0.04c0.09,0.16,0.18,0.33,0.27,0.5l0,0h22.45V42.96 c0-0.34,0.02-0.68,0.06-1.02H19.61c-0.64,0-1.21-0.26-1.63-0.68c-0.42-0.42-0.68-0.99-0.68-1.63V29.03 c-0.16-0.08-0.31-0.17-0.47-0.27c-0.27-0.18-0.53-0.39-0.77-0.63l-0.04-0.04c-0.47-0.47-0.86-1.04-1.12-1.68 c-0.25-0.61-0.39-1.28-0.39-1.98c0-0.68,0.13-1.33,0.38-1.94l0.01-0.04c0.26-0.64,0.65-1.2,1.12-1.68 c0.47-0.47,1.04-0.86,1.68-1.12c0.61-0.25,1.28-0.39,1.98-0.39c0.69,0,1.36,0.14,1.98,0.39c0.64,0.26,1.21,0.65,1.68,1.12 c0.46,0.49,0.85,1.07,1.11,1.71l0,0c0.25,0.61,0.39,1.28,0.39,1.98c0,0.7-0.14,1.37-0.39,1.98c-0.26,0.61-0.63,1.17-1.09,1.63 l-0.03,0.04c-0.26,0.26-0.56,0.51-0.89,0.7c-0.17,0.1-0.35,0.21-0.55,0.3v8.22h12.55v0.06c0.08-0.09,0.17-0.18,0.25-0.26 c1.55-1.55,3.7-2.51,6.07-2.51h4.81V7.73H30.54c-0.08,0.13-0.16,0.26-0.25,0.39c-0.18,0.26-0.38,0.49-0.6,0.72 c-0.47,0.47-1.04,0.86-1.68,1.12c-0.61,0.25-1.28,0.39-1.98,0.39c-0.69,0-1.37-0.14-1.98-0.39c-0.64-0.26-1.2-0.65-1.68-1.12 c-0.47-0.47-0.86-1.04-1.12-1.68C21,6.54,20.86,5.88,20.86,5.17c0-0.69,0.14-1.35,0.39-1.98c0.26-0.64,0.65-1.21,1.12-1.68 c0.47-0.47,1.04-0.86,1.68-1.12C24.66,0.14,25.33,0,26.03,0c0.68,0,1.33,0.13,1.94,0.38l0.04,0.01c0.64,0.26,1.2,0.65,1.68,1.12 c0.29,0.29,0.55,0.63,0.77,0.98c0.12,0.19,0.23,0.42,0.33,0.63h17.09c0.64,0,1.21,0.26,1.63,0.68c0.43,0.43,0.69,1,0.69,1.64l0,0 v29.18h11.2V9.81c-0.17-0.09-0.34-0.18-0.51-0.29c-0.31-0.19-0.6-0.43-0.85-0.68c-0.48-0.48-0.86-1.04-1.12-1.68 c-0.25-0.61-0.39-1.28-0.39-1.98c0-0.68,0.13-1.33,0.38-1.94l0.01-0.04c0.26-0.64,0.65-1.2,1.12-1.68 c0.47-0.47,1.04-0.86,1.68-1.12c0.61-0.25,1.28-0.39,1.98-0.39c0.69,0,1.36,0.14,1.98,0.39c0.64,0.26,1.21,0.65,1.68,1.12 c0.47,0.47,0.86,1.04,1.12,1.68c0.25,0.61,0.39,1.28,0.39,1.98c0,0.68-0.13,1.33-0.38,1.94l-0.01,0.04 c-0.26,0.64-0.65,1.2-1.12,1.68c-0.25,0.25-0.52,0.47-0.82,0.67l-0.04,0.03c-0.16,0.09-0.33,0.18-0.5,0.27l0,0v24.8h14.93v-15 c0-0.64,0.26-1.21,0.68-1.63c0.42-0.42,0.99-0.68,1.63-0.68h10.61c0.08-0.16,0.17-0.31,0.27-0.47c0.18-0.27,0.39-0.53,0.63-0.77 l0.04-0.04c0.47-0.47,1.04-0.86,1.68-1.12c0.61-0.25,1.28-0.39,1.98-0.39c0.68,0,1.33,0.13,1.94,0.38l0.04,0.01 c0.64,0.26,1.2,0.65,1.68,1.12c0.47,0.47,0.86,1.04,1.12,1.68c0.25,0.61,0.39,1.28,0.39,1.98c0,0.69-0.14,1.36-0.39,1.98 c-0.26,0.64-0.65,1.21-1.12,1.68c-0.5,0.46-1.07,0.85-1.71,1.11l0,0c-0.61,0.25-1.28,0.39-1.98,0.39s-1.37-0.14-1.98-0.39 c-0.61-0.26-1.17-0.63-1.63-1.09l-0.04-0.03c-0.26-0.26-0.51-0.56-0.7-0.88c-0.11-0.17-0.21-0.35-0.3-0.55h-8.22v12.84 c1.77,0.31,3.35,1.17,4.56,2.38c1.51,1.51,2.44,3.57,2.44,5.83v1.03h22.6V28.93c-0.13-0.08-0.26-0.16-0.39-0.25 c-0.26-0.18-0.49-0.38-0.71-0.6c-0.47-0.47-0.86-1.04-1.12-1.68c-0.25-0.61-0.39-1.28-0.39-1.98c0-0.69,0.14-1.37,0.39-1.98 c0.26-0.64,0.65-1.2,1.12-1.68c0.47-0.47,1.04-0.86,1.68-1.12c0.61-0.25,1.28-0.39,1.98-0.39c0.69,0,1.36,0.14,1.98,0.39 c0.64,0.26,1.21,0.65,1.68,1.12c0.47,0.47,0.86,1.04,1.12,1.68c0.25,0.61,0.39,1.28,0.39,1.98c0,0.68-0.13,1.33-0.38,1.94 l-0.01,0.04c-0.26,0.64-0.65,1.2-1.12,1.68c-0.29,0.29-0.63,0.55-0.98,0.77c-0.2,0.12-0.42,0.23-0.63,0.33v17.09 c0,0.64-0.26,1.21-0.68,1.63c-0.43,0.43-1,0.69-1.64,0.69l0,0H92.55v11.2h20.52c0.09-0.17,0.18-0.34,0.29-0.51 c0.2-0.31,0.43-0.6,0.68-0.85c0.48-0.48,1.04-0.86,1.68-1.12c0.61-0.25,1.28-0.39,1.98-0.39c0.68,0,1.33,0.13,1.94,0.38l0.04,0.01 c0.64,0.26,1.2,0.65,1.68,1.12c0.47,0.47,0.86,1.04,1.12,1.68c0.25,0.61,0.39,1.28,0.39,1.98c0,0.69-0.14,1.36-0.39,1.98 c-0.26,0.64-0.65,1.21-1.12,1.68s-1.04,0.86-1.68,1.12c-0.61,0.25-1.28,0.39-1.98,0.39c-0.68,0-1.33-0.13-1.94-0.38l-0.04-0.01 c-0.64-0.26-1.2-0.65-1.68-1.12c-0.25-0.25-0.47-0.52-0.67-0.82l-0.03-0.04c-0.09-0.16-0.18-0.33-0.27-0.5l0,0H92.55v14.93h10.72 c0.64,0,1.21,0.26,1.63,0.68c0.42,0.42,0.68,0.99,0.68,1.63v10.61c0.16,0.08,0.31,0.17,0.47,0.28c0.27,0.18,0.53,0.39,0.77,0.63 l0.04,0.04c0.47,0.47,0.86,1.04,1.12,1.68c0.25,0.61,0.39,1.28,0.39,1.98c0,0.68-0.13,1.33-0.38,1.94l-0.01,0.04 c-0.26,0.64-0.65,1.2-1.12,1.68c-0.47,0.47-1.04,0.86-1.68,1.12c-0.61,0.25-1.28,0.39-1.98,0.39c-0.69,0-1.36-0.14-1.98-0.39 c-0.64-0.26-1.21-0.65-1.68-1.12C99.08,100.02,98.68,99.44,98.42,98.8L98.42,98.8L98.42,98.8z M53.49,52.14h17.84 c1.39,0,2.52,1.13,2.52,2.52v16.43c0,1.39-1.13,2.52-2.52,2.52H53.49c-1.39,0-2.52-1.13-2.52-2.52V54.66 C50.97,53.27,52.1,52.14,53.49,52.14L53.49,52.14z M84.04,39.08H40.77c-0.99,0-1.9,0.41-2.56,1.08c-0.71,0.71-1.15,1.7-1.15,2.8 v39.83c0,1.1,0.44,2.09,1.15,2.8c0.67,0.67,1.57,1.08,2.56,1.08h43.27c0.99,0,1.9-0.41,2.56-1.08c0.71-0.71,1.15-1.7,1.15-2.8 V42.96c0-1.1-0.44-2.09-1.15-2.8C85.94,39.49,85.03,39.08,84.04,39.08L84.04,39.08z"/></g></svg>
</div>
<h4>Machine Learning Modelling</h4>
<p>Applying machine learning techniques to build predictive models and solve complex problems
using algorithms like regression, classification, and clustering.</p>
</div>
<!-- Specialties 3 -->
<div class="specialties">
<div class="specialties-icon">
<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 114.75 122.88" style="enable-background:new 0 0 114.75 122.88" xml:space="preserve"><g><path d="M64.94,8.92c2.03,3.52,3.42,12.25,4.15,23.81h12.97V20.46c-0.28-0.13-0.55-0.28-0.81-0.45c-0.49-0.31-0.94-0.67-1.33-1.06 l-0.05-0.05c-0.69-0.69-1.24-1.52-1.62-2.44c-0.38-0.91-0.59-1.91-0.59-2.96c0-1.04,0.21-2.03,0.59-2.95 c0.39-0.95,0.97-1.8,1.67-2.51c0.71-0.71,1.56-1.28,2.51-1.67c0.91-0.38,1.91-0.59,2.95-0.59c1.04,0,2.03,0.21,2.95,0.59 c0.95,0.39,1.8,0.97,2.51,1.67c0.71,0.71,1.28,1.56,1.67,2.5l0.02,0.06c0.36,0.9,0.56,1.88,0.56,2.89c0,1.04-0.21,2.03-0.59,2.95 c-0.39,0.95-0.97,1.8-1.67,2.51l-0.06,0.06c-0.35,0.34-0.74,0.66-1.15,0.93c-0.22,0.15-0.45,0.28-0.69,0.41v15.84 c0,0.95-0.39,1.81-1.01,2.43c-0.62,0.62-1.48,1.01-2.43,1.01H69.43c0.12,3.29,0.2,6.75,0.23,10.32h30.44 c0.13-0.26,0.27-0.51,0.42-0.75l0.04-0.05c0.29-0.45,0.63-0.86,0.99-1.22c0.71-0.71,1.56-1.28,2.51-1.67l0.06-0.02 c0.9-0.36,1.88-0.57,2.89-0.57c1.04,0,2.03,0.21,2.95,0.59c0.95,0.39,1.8,0.97,2.51,1.67c0.71,0.71,1.28,1.56,1.67,2.51 c0.38,0.92,0.59,1.91,0.59,2.95c0,1.04-0.21,2.03-0.59,2.95c-0.39,0.95-0.97,1.8-1.67,2.51c-0.71,0.71-1.56,1.28-2.51,1.67 l-0.06,0.02c-0.9,0.36-1.88,0.56-2.89,0.56c-1.04,0-2.04-0.21-2.95-0.59c-0.94-0.39-1.79-0.96-2.51-1.67 c-0.38-0.38-0.72-0.8-1.02-1.27c-0.16-0.24-0.3-0.49-0.43-0.75H69.67c-0.03,3.9-0.11,7.89-0.24,11.95h37.21 c0.95,0,1.81,0.39,2.43,1.01c0.62,0.62,1.01,1.48,1.01,2.43v25.53c0.33,0.14,0.64,0.3,0.94,0.48c0.54,0.32,1.03,0.71,1.47,1.15 c0.71,0.71,1.28,1.56,1.67,2.51l0.02,0.06c0.36,0.9,0.57,1.88,0.57,2.89c0,1.04-0.21,2.03-0.59,2.95c-0.39,0.95-0.97,1.8-1.67,2.51 c-0.71,0.71-1.56,1.28-2.51,1.67c-0.91,0.38-1.91,0.59-2.95,0.59c-1.04,0-2.03-0.21-2.95-0.59c-0.95-0.39-1.8-0.97-2.51-1.67 c-0.71-0.71-1.28-1.56-1.67-2.51c-0.38-0.91-0.59-1.91-0.59-2.95c0-1.04,0.21-2.04,0.59-2.95c0.39-0.95,0.97-1.8,1.67-2.51 c0.32-0.32,0.68-0.62,1.06-0.89c0.18-0.13,0.37-0.25,0.57-0.36V75.66H69.16c-0.15,3.24-0.33,6.49-0.55,9.73h11.04 c0.95,0,1.81,0.39,2.43,1.01c0.62,0.62,1.01,1.48,1.01,2.43v13.66c0.25,0.13,0.48,0.27,0.72,0.42c0.46,0.3,0.87,0.64,1.24,1.01 l0.06,0.06c0.68,0.7,1.24,1.53,1.62,2.45c0.38,0.91,0.59,1.91,0.59,2.95c0,1.04-0.21,2.04-0.59,2.95l-0.03,0.06 c-0.39,0.93-0.96,1.76-1.65,2.45l-0.05,0.05c-0.7,0.69-1.53,1.25-2.44,1.63c-0.91,0.38-1.92,0.59-2.96,0.59 c-1.04,0-2.03-0.21-2.95-0.59c-0.95-0.39-1.8-0.97-2.51-1.67l-0.06-0.06c-0.68-0.7-1.24-1.53-1.62-2.45 c-0.38-0.92-0.59-1.91-0.59-2.95s0.21-2.03,0.59-2.95c0.39-0.95,0.96-1.8,1.67-2.51l0,0c0.39-0.39,0.83-0.74,1.29-1.04 c0.25-0.16,0.51-0.31,0.78-0.44V92.28H68.1c-0.11,1.37-0.23,2.74-0.35,4.1c-0.16,1.76-0.67,5.01-0.34,6.62 c0.88,4.27-2.97,17.15-14.29,19.52c-5.58,1.16-11.35-0.55-15.7-3.95c-3.48-2.71-6.09-6.52-7.03-10.83 c-1.82-0.07-3.67-0.44-5.47-1.04c-3.98-1.34-7.81-3.95-10.8-7.41c-3.01-3.47-5.19-7.83-5.88-12.68c-0.35-2.53-0.3-5.17,0.26-7.89 c-1.95-1.77-3.63-3.76-4.96-5.93C1.22,69.08-0.05,64.9,0,60.6c0.05-4.33,1.43-8.72,4.42-12.8c1.74-2.37,4.03-4.63,6.93-6.7 c-0.03-0.79-0.03-1.58-0.01-2.36c0.23-6.32,2.56-11.88,5.96-16.03c3.52-4.3,8.23-7.11,13.07-7.8h0.02 c0.17-0.71,0.37-1.41,0.63-2.09c1.56-4.23,4.77-7.83,8.7-10.12c3.96-2.3,8.71-3.32,13.34-2.36C57.51,1.28,61.75,3.94,64.94,8.92 L64.94,8.92L64.94,8.92z M30.77,99.21c1.64-5.16,5.97-10.31,14.14-14.48c2.04-1.03,4.52-0.23,5.57,1.8 c1.03,2.04,0.23,4.52-1.8,5.57c-7.57,3.87-10.42,8.31-10.42,12.18c0,3.02,1.72,5.84,4.22,7.8c2.54,1.97,5.82,3,8.92,2.36 c3.86-0.8,7.58-4.37,9.51-12.15V20.49c-1.93-7.72-5.65-11.27-9.5-12.07c-2.54-0.53-5.24,0.07-7.54,1.42 c-2.33,1.35-4.2,3.43-5.09,5.83c-1.18,3.2-0.48,7.13,3.52,10.83c1.66,1.55,1.77,4.14,0.22,5.8c-1.55,1.66-4.14,1.77-5.8,0.22 c-3.11-2.88-5.03-5.94-5.99-8.99c-2.45,0.59-4.87,2.21-6.83,4.59c-2.29,2.79-3.86,6.57-4.02,10.91c-0.04,1.15,0.02,2.37,0.19,3.62 h-0.01c0.22,1.62-0.5,3.3-1.98,4.21c-3,1.84-5.21,3.87-6.76,5.98c-1.88,2.56-2.74,5.25-2.77,7.84c-0.03,2.63,0.78,5.25,2.23,7.6 c1.23,1.99,2.91,3.81,4.96,5.33c1.54,1.06,2.26,3.04,1.63,4.89c-0.81,2.4-0.99,4.73-0.68,6.9c0.44,3.12,1.89,5.97,3.87,8.26 c1.99,2.3,4.51,4.02,7.09,4.9C28.69,98.96,29.74,99.16,30.77,99.21L30.77,99.21L30.77,99.21z M31.71,41.1 c1.62-1.59,4.22-1.57,5.82,0.05c1.59,1.62,1.57,4.22-0.05,5.82c-3.53,3.48-5.37,7.96-5.57,12.54c-0.19,4.72,1.34,9.58,4.56,13.57 c1.43,1.77,1.14,4.36-0.63,5.79c-1.77,1.43-4.36,1.14-5.79-0.63c-4.51-5.59-6.65-12.39-6.38-19.06 C23.96,52.56,26.62,46.1,31.71,41.1L31.71,41.1L31.71,41.1z"/></g></svg>
</div>
<h4>Deep Learing Modelling</h4>
<p>Using deep learning techniques to develop advanced
models for tasks like image recognition, price prediction,
and anomaly detection.
</p>
</div>
</div>
</div>
</section>
<!-- End of Specialties -->
<!-- Section Portfolios -->
<section id="portfolios">
<div class="portfolios main-container">
<h3 class="pre-title">Highlighted Works</h3>
<h1 class="section-title portfolios-title">Showcased <span>Portfolios</span></h1>
<div class="grid-3">
<!-- Portfolio 1 -->
<div class="portfolio">
<div class="portfolio-cover">
<img src="./images/porto1.png" alt="Port 1">
</div>
<div class="portfolio-info">
<div class="portfolio-title">
<h4> <a href="https://proyekdataanalysisreksa.streamlit.app/" target="_blank">Data Analysis Project</a> </h4>
<a href="https://proyekdataanalysisreksa.streamlit.app/" class="portfolio-link" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" width="24" height="24" viewBox="0 0 418 512.535"><path fill-rule="nonzero" d="M40.896 237.026c.444-78.78.889-144.007 1.336-222.478.018-5.233 3.732-9.586 8.658-10.603l-.004-.015c53.592-11.186 123.886.624 158.684 46.863C246.233 5.818 313.831-4.137 368.173 3.804c5.425.795 9.33 5.457 9.325 10.785.02 0 .011 205.116.011 223.403 0 6.029-4.887 10.916-10.915 10.916-.871 0-1.718-.105-2.527-.294-20.718-3.267-48.53-1.344-70.273 4.484l-.181 20.595c3.1-.091 6.2-.125 9.3-.106 27.864.177 65.683 4.722 93.256 11.83 0-82.659-.011-151.791-.011-234.435h10.927c6.027 0 10.915 4.887 10.915 10.916v237.8c0 6.028-4.888 10.916-10.915 10.916-1.231 0-2.414-.205-3.519-.58-24.055-6.888-54.318-11.953-80.722-13.867 1.621 2.518 2.854 5.38 3.784 8.476h13.992c.563 0 1.111.065 1.636.189 12.586 2.019 18.453 10.811 21.008 22.01a7.141 7.141 0 011.896-.255h9.848c.564 0 1.113.066 1.64.191 27.033 4.324 26.638 39.142 26.379 61.855-.008.761-.017 1.479-.017 5.486l.565 25.171c.016.263.019.529.007.799-1.209 24.503-12.31 43.636-23.751 63.356l-.969 1.692c-5.047 8.826-10.9 15.567-17.568 20.177-6.788 4.692-14.297 7.104-22.538 7.192l-.652.029h-84.431v-.024c-8.493.169-15.088-3.546-19.937-10.816-3.904-5.848-6.499-14.044-7.898-24.372l-53.319-80.679c-3.149-4.217-7.429-10.777-10.64-18.062-2.409-5.466-4.234-11.397-4.616-17.22-.451-6.887.506-12.435 2.468-16.773 2.438-5.386 6.31-8.898 11-10.805 4.375-1.78 9.317-2.044 14.299-1.054 5.972 1.188 12.128 4.212 17.377 8.551 4.393 3.63 11.565 9.52 18.424 15.127l6.061 4.952.284-53.02c-3.991 1.48-7.983 3.1-11.977 4.864a10.936 10.936 0 01-6.199 1.81 10.933 10.933 0 01-6.196-1.81c-29.266-12.933-58.454-18.06-87.631-17.874-29.92.189-70.303 5.989-100.736 14.704-1.105.375-2.288.58-3.522.58C4.888 310.614 0 305.726 0 299.698v-237.8c0-6.029 4.888-10.916 10.915-10.916h10.916v234.435c27.576-7.108 65.392-11.653 93.256-11.83 25.738-.162 51.474 3.419 77.24 12.158-16.027-12.993-33.898-22.509-52.946-28.723-24.01-7.835-60.141-10.438-86.723-8.156-6.005.492-11.273-3.974-11.765-9.979a10.608 10.608 0 01.003-1.861zm324.052 103.841c.295 7.593-.147 15.445-.548 22.562-.239 4.226-.46 8.143-.46 11.734a7.143 7.143 0 01-14.283 0c0-3.396.248-7.781.515-12.516 1-17.705 2.336-41.379-10.03-43.721h-11.158c.556 8.456.053 17.402-.399 25.417-.239 4.225-.46 8.142-.46 11.732a7.143 7.143 0 01-14.284 0c0-3.395.248-7.78.516-12.515.999-17.704 2.335-41.381-10.032-43.723h-9.369a7.195 7.195 0 01-1.57-.175l-.325 36.85a7.115 7.115 0 01-14.227-.111l.754-85.89-.022-.565c0-12.428-5.069-20.264-11.544-23.538-2.377-1.202-4.931-1.808-7.454-1.812a16.324 16.324 0 00-7.414 1.796c-6.412 3.259-11.413 11.127-11.413 23.849h-.027l-.76 142.342a7.115 7.115 0 01-14.228-.056l.07-13.121a7.122 7.122 0 01-1.193-.773 1777.083 1777.083 0 01-13.81-11.178 5011.309 5011.309 0 01-18.481-15.182c-3.448-2.851-7.351-4.809-11.016-5.539-2.356-.468-4.517-.416-6.209.272-1.379.561-2.556 1.675-3.355 3.442-1.043 2.306-1.532 5.593-1.241 10.022.257 3.927 1.625 8.238 3.444 12.366 2.692 6.107 6.344 11.688 9.038 15.293.159.214.305.434.437.659l54.239 82.073a7.084 7.084 0 011.135 3.097c1.085 8.936 2.982 15.62 5.781 19.813 2.03 3.043 4.659 4.593 7.941 4.509l.167-.002v-.026h84.431l.591.025c5.292-.08 10.128-1.649 14.509-4.679 4.843-3.348 9.266-8.543 13.271-15.547l1.027-1.747c10.541-18.17 20.77-35.804 21.844-56.749l-.543-24.29a7.204 7.204 0 01-.077-1.046l.073-5.697c.203-17.772.514-44.991-14.267-47.651h-9.372l-.212-.004zm-74.486-109.385c20.719-5.113 46.06-7.293 65.22-5.771V24.253c-48.14-4.545-107.824 5.005-135.596 49.25v191.441a343.885 343.885 0 017.347-4.774l.053-9.929h-.028c0-18.89 8.423-31.079 19.224-36.571a30.51 30.51 0 0113.886-3.302 30.82 30.82 0 0113.871 3.319c6.73 3.403 12.554 9.359 16.023 17.795zm57.363 183.293a5.833 5.833 0 0111.665 0v26.677a5.833 5.833 0 01-11.665 0v-26.677zm-34.477-11.786a5.833 5.833 0 0111.665 0v38.461a5.834 5.834 0 01-11.665 0v-38.461zM198.259 262.846V73.178C172.635 28.033 111.358 16.964 63.924 23.74l-1.225 202.662c25.265-.9 60.166 2.315 83.419 9.901 18.519 6.04 36.056 14.847 52.141 26.543z"/></svg>
</a>
</div>
<div class="portfolio-tags">
<div>Analysis</div>
<div>Data</div>
</div>
<p>
This e-commerce analysis project involved data wrangling, cleaning, and exploratory
analysis to uncover sales trends and customer behavior.
Key insights were visualized and deployed interactively using Streamlit.
</p>
</div>
</div>
<!-- Portfolio 2 -->
<div class="portfolio">
<div class="portfolio-cover">
<img src="./images/porto2.png" alt="Port 2">
</div>
<div class="portfolio-info">
<div class="portfolio-title">
<h4> <a href="./ml-clust.html">Machine Learning Project</a> </h4>
<a href="./ml-clust.html" class="portfolio-link">
<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" width="24" height="24" viewBox="0 0 418 512.535"><path fill-rule="nonzero" d="M40.896 237.026c.444-78.78.889-144.007 1.336-222.478.018-5.233 3.732-9.586 8.658-10.603l-.004-.015c53.592-11.186 123.886.624 158.684 46.863C246.233 5.818 313.831-4.137 368.173 3.804c5.425.795 9.33 5.457 9.325 10.785.02 0 .011 205.116.011 223.403 0 6.029-4.887 10.916-10.915 10.916-.871 0-1.718-.105-2.527-.294-20.718-3.267-48.53-1.344-70.273 4.484l-.181 20.595c3.1-.091 6.2-.125 9.3-.106 27.864.177 65.683 4.722 93.256 11.83 0-82.659-.011-151.791-.011-234.435h10.927c6.027 0 10.915 4.887 10.915 10.916v237.8c0 6.028-4.888 10.916-10.915 10.916-1.231 0-2.414-.205-3.519-.58-24.055-6.888-54.318-11.953-80.722-13.867 1.621 2.518 2.854 5.38 3.784 8.476h13.992c.563 0 1.111.065 1.636.189 12.586 2.019 18.453 10.811 21.008 22.01a7.141 7.141 0 011.896-.255h9.848c.564 0 1.113.066 1.64.191 27.033 4.324 26.638 39.142 26.379 61.855-.008.761-.017 1.479-.017 5.486l.565 25.171c.016.263.019.529.007.799-1.209 24.503-12.31 43.636-23.751 63.356l-.969 1.692c-5.047 8.826-10.9 15.567-17.568 20.177-6.788 4.692-14.297 7.104-22.538 7.192l-.652.029h-84.431v-.024c-8.493.169-15.088-3.546-19.937-10.816-3.904-5.848-6.499-14.044-7.898-24.372l-53.319-80.679c-3.149-4.217-7.429-10.777-10.64-18.062-2.409-5.466-4.234-11.397-4.616-17.22-.451-6.887.506-12.435 2.468-16.773 2.438-5.386 6.31-8.898 11-10.805 4.375-1.78 9.317-2.044 14.299-1.054 5.972 1.188 12.128 4.212 17.377 8.551 4.393 3.63 11.565 9.52 18.424 15.127l6.061 4.952.284-53.02c-3.991 1.48-7.983 3.1-11.977 4.864a10.936 10.936 0 01-6.199 1.81 10.933 10.933 0 01-6.196-1.81c-29.266-12.933-58.454-18.06-87.631-17.874-29.92.189-70.303 5.989-100.736 14.704-1.105.375-2.288.58-3.522.58C4.888 310.614 0 305.726 0 299.698v-237.8c0-6.029 4.888-10.916 10.915-10.916h10.916v234.435c27.576-7.108 65.392-11.653 93.256-11.83 25.738-.162 51.474 3.419 77.24 12.158-16.027-12.993-33.898-22.509-52.946-28.723-24.01-7.835-60.141-10.438-86.723-8.156-6.005.492-11.273-3.974-11.765-9.979a10.608 10.608 0 01.003-1.861zm324.052 103.841c.295 7.593-.147 15.445-.548 22.562-.239 4.226-.46 8.143-.46 11.734a7.143 7.143 0 01-14.283 0c0-3.396.248-7.781.515-12.516 1-17.705 2.336-41.379-10.03-43.721h-11.158c.556 8.456.053 17.402-.399 25.417-.239 4.225-.46 8.142-.46 11.732a7.143 7.143 0 01-14.284 0c0-3.395.248-7.78.516-12.515.999-17.704 2.335-41.381-10.032-43.723h-9.369a7.195 7.195 0 01-1.57-.175l-.325 36.85a7.115 7.115 0 01-14.227-.111l.754-85.89-.022-.565c0-12.428-5.069-20.264-11.544-23.538-2.377-1.202-4.931-1.808-7.454-1.812a16.324 16.324 0 00-7.414 1.796c-6.412 3.259-11.413 11.127-11.413 23.849h-.027l-.76 142.342a7.115 7.115 0 01-14.228-.056l.07-13.121a7.122 7.122 0 01-1.193-.773 1777.083 1777.083 0 01-13.81-11.178 5011.309 5011.309 0 01-18.481-15.182c-3.448-2.851-7.351-4.809-11.016-5.539-2.356-.468-4.517-.416-6.209.272-1.379.561-2.556 1.675-3.355 3.442-1.043 2.306-1.532 5.593-1.241 10.022.257 3.927 1.625 8.238 3.444 12.366 2.692 6.107 6.344 11.688 9.038 15.293.159.214.305.434.437.659l54.239 82.073a7.084 7.084 0 011.135 3.097c1.085 8.936 2.982 15.62 5.781 19.813 2.03 3.043 4.659 4.593 7.941 4.509l.167-.002v-.026h84.431l.591.025c5.292-.08 10.128-1.649 14.509-4.679 4.843-3.348 9.266-8.543 13.271-15.547l1.027-1.747c10.541-18.17 20.77-35.804 21.844-56.749l-.543-24.29a7.204 7.204 0 01-.077-1.046l.073-5.697c.203-17.772.514-44.991-14.267-47.651h-9.372l-.212-.004zm-74.486-109.385c20.719-5.113 46.06-7.293 65.22-5.771V24.253c-48.14-4.545-107.824 5.005-135.596 49.25v191.441a343.885 343.885 0 017.347-4.774l.053-9.929h-.028c0-18.89 8.423-31.079 19.224-36.571a30.51 30.51 0 0113.886-3.302 30.82 30.82 0 0113.871 3.319c6.73 3.403 12.554 9.359 16.023 17.795zm57.363 183.293a5.833 5.833 0 0111.665 0v26.677a5.833 5.833 0 01-11.665 0v-26.677zm-34.477-11.786a5.833 5.833 0 0111.665 0v38.461a5.834 5.834 0 01-11.665 0v-38.461zM198.259 262.846V73.178C172.635 28.033 111.358 16.964 63.924 23.74l-1.225 202.662c25.265-.9 60.166 2.315 83.419 9.901 18.519 6.04 36.056 14.847 52.141 26.543z"/></svg>
</a>
</div>
<div class="portfolio-tags">
<div>Clustering</div>
<div>Classification</div>
</div>
<p>
In this machine learning portfolio project, I
analyzed customer behavior data using K-Means clustering to segment customers
into distinct groups. I then applied the
Random Forest classification algorithm to predict customer categories
and identify patterns for targeted marketing strategies.
</p>
</div>
</div>
<!-- Portfolio 3 -->
<div class="portfolio">
<div class="portfolio-cover">
<img src="./images/porto3.png" alt="Port 3">
</div>
<div class="portfolio-info">
<div class="portfolio-title">
<h4> <a href="https://google.com" target="_blank">Deep Learning Project</a></h4>
<a href="/" class="portfolio-link" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" width="24" height="24" viewBox="0 0 418 512.535"><path fill-rule="nonzero" d="M40.896 237.026c.444-78.78.889-144.007 1.336-222.478.018-5.233 3.732-9.586 8.658-10.603l-.004-.015c53.592-11.186 123.886.624 158.684 46.863C246.233 5.818 313.831-4.137 368.173 3.804c5.425.795 9.33 5.457 9.325 10.785.02 0 .011 205.116.011 223.403 0 6.029-4.887 10.916-10.915 10.916-.871 0-1.718-.105-2.527-.294-20.718-3.267-48.53-1.344-70.273 4.484l-.181 20.595c3.1-.091 6.2-.125 9.3-.106 27.864.177 65.683 4.722 93.256 11.83 0-82.659-.011-151.791-.011-234.435h10.927c6.027 0 10.915 4.887 10.915 10.916v237.8c0 6.028-4.888 10.916-10.915 10.916-1.231 0-2.414-.205-3.519-.58-24.055-6.888-54.318-11.953-80.722-13.867 1.621 2.518 2.854 5.38 3.784 8.476h13.992c.563 0 1.111.065 1.636.189 12.586 2.019 18.453 10.811 21.008 22.01a7.141 7.141 0 011.896-.255h9.848c.564 0 1.113.066 1.64.191 27.033 4.324 26.638 39.142 26.379 61.855-.008.761-.017 1.479-.017 5.486l.565 25.171c.016.263.019.529.007.799-1.209 24.503-12.31 43.636-23.751 63.356l-.969 1.692c-5.047 8.826-10.9 15.567-17.568 20.177-6.788 4.692-14.297 7.104-22.538 7.192l-.652.029h-84.431v-.024c-8.493.169-15.088-3.546-19.937-10.816-3.904-5.848-6.499-14.044-7.898-24.372l-53.319-80.679c-3.149-4.217-7.429-10.777-10.64-18.062-2.409-5.466-4.234-11.397-4.616-17.22-.451-6.887.506-12.435 2.468-16.773 2.438-5.386 6.31-8.898 11-10.805 4.375-1.78 9.317-2.044 14.299-1.054 5.972 1.188 12.128 4.212 17.377 8.551 4.393 3.63 11.565 9.52 18.424 15.127l6.061 4.952.284-53.02c-3.991 1.48-7.983 3.1-11.977 4.864a10.936 10.936 0 01-6.199 1.81 10.933 10.933 0 01-6.196-1.81c-29.266-12.933-58.454-18.06-87.631-17.874-29.92.189-70.303 5.989-100.736 14.704-1.105.375-2.288.58-3.522.58C4.888 310.614 0 305.726 0 299.698v-237.8c0-6.029 4.888-10.916 10.915-10.916h10.916v234.435c27.576-7.108 65.392-11.653 93.256-11.83 25.738-.162 51.474 3.419 77.24 12.158-16.027-12.993-33.898-22.509-52.946-28.723-24.01-7.835-60.141-10.438-86.723-8.156-6.005.492-11.273-3.974-11.765-9.979a10.608 10.608 0 01.003-1.861zm324.052 103.841c.295 7.593-.147 15.445-.548 22.562-.239 4.226-.46 8.143-.46 11.734a7.143 7.143 0 01-14.283 0c0-3.396.248-7.781.515-12.516 1-17.705 2.336-41.379-10.03-43.721h-11.158c.556 8.456.053 17.402-.399 25.417-.239 4.225-.46 8.142-.46 11.732a7.143 7.143 0 01-14.284 0c0-3.395.248-7.78.516-12.515.999-17.704 2.335-41.381-10.032-43.723h-9.369a7.195 7.195 0 01-1.57-.175l-.325 36.85a7.115 7.115 0 01-14.227-.111l.754-85.89-.022-.565c0-12.428-5.069-20.264-11.544-23.538-2.377-1.202-4.931-1.808-7.454-1.812a16.324 16.324 0 00-7.414 1.796c-6.412 3.259-11.413 11.127-11.413 23.849h-.027l-.76 142.342a7.115 7.115 0 01-14.228-.056l.07-13.121a7.122 7.122 0 01-1.193-.773 1777.083 1777.083 0 01-13.81-11.178 5011.309 5011.309 0 01-18.481-15.182c-3.448-2.851-7.351-4.809-11.016-5.539-2.356-.468-4.517-.416-6.209.272-1.379.561-2.556 1.675-3.355 3.442-1.043 2.306-1.532 5.593-1.241 10.022.257 3.927 1.625 8.238 3.444 12.366 2.692 6.107 6.344 11.688 9.038 15.293.159.214.305.434.437.659l54.239 82.073a7.084 7.084 0 011.135 3.097c1.085 8.936 2.982 15.62 5.781 19.813 2.03 3.043 4.659 4.593 7.941 4.509l.167-.002v-.026h84.431l.591.025c5.292-.08 10.128-1.649 14.509-4.679 4.843-3.348 9.266-8.543 13.271-15.547l1.027-1.747c10.541-18.17 20.77-35.804 21.844-56.749l-.543-24.29a7.204 7.204 0 01-.077-1.046l.073-5.697c.203-17.772.514-44.991-14.267-47.651h-9.372l-.212-.004zm-74.486-109.385c20.719-5.113 46.06-7.293 65.22-5.771V24.253c-48.14-4.545-107.824 5.005-135.596 49.25v191.441a343.885 343.885 0 017.347-4.774l.053-9.929h-.028c0-18.89 8.423-31.079 19.224-36.571a30.51 30.51 0 0113.886-3.302 30.82 30.82 0 0113.871 3.319c6.73 3.403 12.554 9.359 16.023 17.795zm57.363 183.293a5.833 5.833 0 0111.665 0v26.677a5.833 5.833 0 01-11.665 0v-26.677zm-34.477-11.786a5.833 5.833 0 0111.665 0v38.461a5.834 5.834 0 01-11.665 0v-38.461zM198.259 262.846V73.178C172.635 28.033 111.358 16.964 63.924 23.74l-1.225 202.662c25.265-.9 60.166 2.315 83.419 9.901 18.519 6.04 36.056 14.847 52.141 26.543z"/></svg>
</a>
</div>
<div class="portfolio-tags">
<div>AI</div>
<div>NeuralNet</div>
</div>
<p>
This project is currently under development.
</p>
</div>
</div>
<!-- Portfolio GITHUB -->
<div class="portfolio">
<div class="portfolio-cover">
<img src="./images/porto4.png" alt="Port 4">
</div>
<div class="portfolio-info">
<div class="portfolio-title">
<h4> <a href="https://github.com/Reminerva" target="_blank">GitHub Repository</a> </h4>
<a href="https://github.com/Reminerva" class="portfolio-link" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" width="24" height="24" viewBox="0 0 418 512.535"><path fill-rule="nonzero" d="M40.896 237.026c.444-78.78.889-144.007 1.336-222.478.018-5.233 3.732-9.586 8.658-10.603l-.004-.015c53.592-11.186 123.886.624 158.684 46.863C246.233 5.818 313.831-4.137 368.173 3.804c5.425.795 9.33 5.457 9.325 10.785.02 0 .011 205.116.011 223.403 0 6.029-4.887 10.916-10.915 10.916-.871 0-1.718-.105-2.527-.294-20.718-3.267-48.53-1.344-70.273 4.484l-.181 20.595c3.1-.091 6.2-.125 9.3-.106 27.864.177 65.683 4.722 93.256 11.83 0-82.659-.011-151.791-.011-234.435h10.927c6.027 0 10.915 4.887 10.915 10.916v237.8c0 6.028-4.888 10.916-10.915 10.916-1.231 0-2.414-.205-3.519-.58-24.055-6.888-54.318-11.953-80.722-13.867 1.621 2.518 2.854 5.38 3.784 8.476h13.992c.563 0 1.111.065 1.636.189 12.586 2.019 18.453 10.811 21.008 22.01a7.141 7.141 0 011.896-.255h9.848c.564 0 1.113.066 1.64.191 27.033 4.324 26.638 39.142 26.379 61.855-.008.761-.017 1.479-.017 5.486l.565 25.171c.016.263.019.529.007.799-1.209 24.503-12.31 43.636-23.751 63.356l-.969 1.692c-5.047 8.826-10.9 15.567-17.568 20.177-6.788 4.692-14.297 7.104-22.538 7.192l-.652.029h-84.431v-.024c-8.493.169-15.088-3.546-19.937-10.816-3.904-5.848-6.499-14.044-7.898-24.372l-53.319-80.679c-3.149-4.217-7.429-10.777-10.64-18.062-2.409-5.466-4.234-11.397-4.616-17.22-.451-6.887.506-12.435 2.468-16.773 2.438-5.386 6.31-8.898 11-10.805 4.375-1.78 9.317-2.044 14.299-1.054 5.972 1.188 12.128 4.212 17.377 8.551 4.393 3.63 11.565 9.52 18.424 15.127l6.061 4.952.284-53.02c-3.991 1.48-7.983 3.1-11.977 4.864a10.936 10.936 0 01-6.199 1.81 10.933 10.933 0 01-6.196-1.81c-29.266-12.933-58.454-18.06-87.631-17.874-29.92.189-70.303 5.989-100.736 14.704-1.105.375-2.288.58-3.522.58C4.888 310.614 0 305.726 0 299.698v-237.8c0-6.029 4.888-10.916 10.915-10.916h10.916v234.435c27.576-7.108 65.392-11.653 93.256-11.83 25.738-.162 51.474 3.419 77.24 12.158-16.027-12.993-33.898-22.509-52.946-28.723-24.01-7.835-60.141-10.438-86.723-8.156-6.005.492-11.273-3.974-11.765-9.979a10.608 10.608 0 01.003-1.861zm324.052 103.841c.295 7.593-.147 15.445-.548 22.562-.239 4.226-.46 8.143-.46 11.734a7.143 7.143 0 01-14.283 0c0-3.396.248-7.781.515-12.516 1-17.705 2.336-41.379-10.03-43.721h-11.158c.556 8.456.053 17.402-.399 25.417-.239 4.225-.46 8.142-.46 11.732a7.143 7.143 0 01-14.284 0c0-3.395.248-7.78.516-12.515.999-17.704 2.335-41.381-10.032-43.723h-9.369a7.195 7.195 0 01-1.57-.175l-.325 36.85a7.115 7.115 0 01-14.227-.111l.754-85.89-.022-.565c0-12.428-5.069-20.264-11.544-23.538-2.377-1.202-4.931-1.808-7.454-1.812a16.324 16.324 0 00-7.414 1.796c-6.412 3.259-11.413 11.127-11.413 23.849h-.027l-.76 142.342a7.115 7.115 0 01-14.228-.056l.07-13.121a7.122 7.122 0 01-1.193-.773 1777.083 1777.083 0 01-13.81-11.178 5011.309 5011.309 0 01-18.481-15.182c-3.448-2.851-7.351-4.809-11.016-5.539-2.356-.468-4.517-.416-6.209.272-1.379.561-2.556 1.675-3.355 3.442-1.043 2.306-1.532 5.593-1.241 10.022.257 3.927 1.625 8.238 3.444 12.366 2.692 6.107 6.344 11.688 9.038 15.293.159.214.305.434.437.659l54.239 82.073a7.084 7.084 0 011.135 3.097c1.085 8.936 2.982 15.62 5.781 19.813 2.03 3.043 4.659 4.593 7.941 4.509l.167-.002v-.026h84.431l.591.025c5.292-.08 10.128-1.649 14.509-4.679 4.843-3.348 9.266-8.543 13.271-15.547l1.027-1.747c10.541-18.17 20.77-35.804 21.844-56.749l-.543-24.29a7.204 7.204 0 01-.077-1.046l.073-5.697c.203-17.772.514-44.991-14.267-47.651h-9.372l-.212-.004zm-74.486-109.385c20.719-5.113 46.06-7.293 65.22-5.771V24.253c-48.14-4.545-107.824 5.005-135.596 49.25v191.441a343.885 343.885 0 017.347-4.774l.053-9.929h-.028c0-18.89 8.423-31.079 19.224-36.571a30.51 30.51 0 0113.886-3.302 30.82 30.82 0 0113.871 3.319c6.73 3.403 12.554 9.359 16.023 17.795zm57.363 183.293a5.833 5.833 0 0111.665 0v26.677a5.833 5.833 0 01-11.665 0v-26.677zm-34.477-11.786a5.833 5.833 0 0111.665 0v38.461a5.834 5.834 0 01-11.665 0v-38.461zM198.259 262.846V73.178C172.635 28.033 111.358 16.964 63.924 23.74l-1.225 202.662c25.265-.9 60.166 2.315 83.419 9.901 18.519 6.04 36.056 14.847 52.141 26.543z"/></svg>
</a>
</div>
<div class="portfolio-tags">
<div>Git</div>
<div>Portfolio</div>
</div>
<div class="portfolio-paragraph">
<p>
Check out my other work such as Database and Login Schema, Thesis, NLP, and Cutting Stock Problem using Genetic Algorithm on my GitHub Repository!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Portfolios -->
<!-- Section Skills -->
<section id="skills">
<div class="skills main-container">
<h3 class="pre-title">Learning Path</h3>
<h1 class="section-title skills-title"><span>Skills</span> & Education</h1>
<div class="skills-grid">
<div class="skills-left">
<p>
For years, I have been honing my expertise in data analysis and continuously developing my technical and analytical skills. Below is a summary of the abilities I bring to the table, from programming and data management to effective communication and problem-solving. These skills enable me to approach challenges with precision and deliver impactful solutions.
</p>
<div class="skills-list">
<ul>
<li>Python Programming</li>
<li>SQL</li>
<li>CSS & HTML</li>
<li>Microsoft Excel</li>
<li>Microsoft PowerPoint</li>
</ul>
<ul>
<li>Mathematics</li>
<li>Critical Thinking</li>
<li>Problem Solving</li>
<li>Fast Learning</li>
<li>English (Ptesol Score: 517 Point)</li>
</ul>
</div>
</div>
<div class="skills-right">
<!-- EDUCATION 1 -->
<div class="education">
<div class="line">
<div></div>
</div>
<div class="education-info">
<h4 class="education-title">SMAN 1 Cipatat</h4>
<p>Senior High School - Natural Science</p>
<h4 class="education-years">2017-2020</h4>
</div>
</div>
<!-- EDUCATION 2 -->
<div class="education">
<div class="line">
<div></div>
</div>
<div class="education-info">
<h4 class="education-title">Universitas Pendidikan Indonesia</h4>
<p>Bachelor's Degree - Mathematics</p>
<h4 class="education-years">2020-2024</h4>
</div>
</div>
<!-- EDUCATION 3 -->
<div class="education">
<div class="line">
<div></div>
</div>
<div class="education-info">
<h4 class="education-title"> IBM SkillsBuild for AI & Cybersecurity Program</h4>
<p>MSIB Batch 6</p>
<h4 class="education-years">2024</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Section Skills -->
<!-- Section Contact -->
<section id="contact">
<div class="contact main-container">
<h3 class="pre-title">Get in Touch!</h3>
<h1 class="section-title contact-title">My <span>Contact</span></h1>
<div class="contact-grid">
<div class="contact-left">
<div class="qr-wa">
<img src="./images/QR WA.png" alt="Kontak WA">
</div>
</div>
<div class="contact-right">
<div class="contact-item">
<div class="contact-item-icon">
<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" heught="24" viewBox="0 0 122.88 92.12" style="enable-background:new 0 0 122.88 92.12" xml:space="preserve"><style type="text/css"><![CDATA[.st0{fill:#EA4335;}.st1{fill:#C5221F;}.st2{fill:#FBBC04;}.st3{fill:#34A853;}.st4{fill:#4285F4;}]]></style><g><path class="st4" d="M8.36,92.12h19.54V44.67L0,23.76v60.08C0,88.42,3.78,92.12,8.36,92.12L8.36,92.12z"/><path class="st3" d="M94.97,92.12h19.54c4.67,0,8.36-3.78,8.36-8.36v-60L94.97,44.67V92.12L94.97,92.12z"/><path class="st2" d="M94.97,8.4v36.27l27.91-20.91V12.58c0-10.37-11.82-16.25-20.11-10.05L94.97,8.4L94.97,8.4z"/><polygon class="st0" points="27.9,44.67 27.9,8.4 61.44,33.57 94.97,8.4 94.97,44.67 61.44,69.76 27.9,44.67"/><path class="st1" d="M0,12.58v11.18l27.91,20.91V8.4l-7.8-5.87C11.82-3.66,0,2.29,0,12.58L0,12.58z"/></g></svg>
</div>
<div class="contact-item-detail">
<h4>Gmail</h4>
<a href=mailto:[email protected] target="_blank">[email protected]</a>
</div>
</div>
<div class="contact-item">
<div class="contact-item-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 241.19"><defs><style>.cls-1{fill:#25d366;fill-rule:evenodd;}</style></defs><title>whatsapp-color</title><path class="cls-1" d="M205,35.05A118.61,118.61,0,0,0,120.46,0C54.6,0,1,53.61,1,119.51a119.5,119.5,0,0,0,16,59.74L0,241.19l63.36-16.63a119.43,119.43,0,0,0,57.08,14.57h0A119.54,119.54,0,0,0,205,35.07v0ZM120.5,219A99.18,99.18,0,0,1,69.91,205.1l-3.64-2.17-37.6,9.85,10-36.65-2.35-3.76A99.37,99.37,0,0,1,190.79,49.27,99.43,99.43,0,0,1,120.49,219ZM175,144.54c-3-1.51-17.67-8.71-20.39-9.71s-4.72-1.51-6.75,1.51-7.72,9.71-9.46,11.72-3.49,2.27-6.45.76-12.63-4.66-24-14.84A91.1,91.1,0,0,1,91.25,113.3c-1.75-3-.19-4.61,1.33-6.07s3-3.48,4.47-5.23a19.65,19.65,0,0,0,3-5,5.51,5.51,0,0,0-.24-5.23C99,90.27,93,75.57,90.6,69.58s-4.89-5-6.73-5.14-3.73-.09-5.7-.09a11,11,0,0,0-8,3.73C67.48,71.05,59.75,78.3,59.75,93s10.69,28.88,12.19,30.9S93,156.07,123,169c7.12,3.06,12.68,4.9,17,6.32a41.18,41.18,0,0,0,18.8,1.17c5.74-.84,17.66-7.21,20.17-14.18s2.5-13,1.75-14.19-2.69-2.06-5.7-3.59l0,0Z"/></svg>
</div>
<div class="contact-item-detail">
<h4>WhatsApp</h4>
<a href=https://wa.me/qr/WT2ILSRYYRB7M1 target="_blank">+62 857-2393-5894</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Section Contact -->
<!-- Section Footer -->
<footer>
<div class="footer-icons">
<a href="https://www.instagram.com/reksa_alamsyah/profilecard/?igsh=MTRzZG4yN2NlOWZwZg==", target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 132.004 132"><defs><linearGradient id="b"><stop offset="0" stop-color="#3771c8"/><stop stop-color="#3771c8" offset=".128"/><stop offset="1" stop-color="#60f" stop-opacity="0"/></linearGradient><linearGradient id="a"><stop offset="0" stop-color="#fd5"/><stop offset=".1" stop-color="#fd5"/><stop offset=".5" stop-color="#ff543e"/><stop offset="1" stop-color="#c837ab"/></linearGradient><radialGradient id="c" cx="158.429" cy="578.088" r="65" xlink:href="#a" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 -1.98198 1.8439 0 -1031.402 454.004)" fx="158.429" fy="578.088"/><radialGradient id="d" cx="147.694" cy="473.455" r="65" xlink:href="#b" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.17394 .86872 -3.5818 .71718 1648.348 -458.493)" fx="147.694" fy="473.455"/></defs><path fill="url(#c)" d="M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28 7.79-2.01 14.24-7.29 17.75-14.53 1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z" transform="translate(1.004 1)"/><path fill="url(#d)" d="M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28 7.79-2.01 14.24-7.29 17.75-14.53 1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z" transform="translate(1.004 1)"/><path fill="#fff" d="M66.004 18c-13.036 0-14.672.057-19.792.29-5.11.234-8.598 1.043-11.65 2.23-3.157 1.226-5.835 2.866-8.503 5.535-2.67 2.668-4.31 5.346-5.54 8.502-1.19 3.053-2 6.542-2.23 11.65C18.06 51.327 18 52.964 18 66s.058 14.667.29 19.787c.235 5.11 1.044 8.598 2.23 11.65 1.227 3.157 2.867 5.835 5.536 8.503 2.667 2.67 5.345 4.314 8.5 5.54 3.054 1.187 6.543 1.996 11.652 2.23 5.12.233 6.755.29 19.79.29 13.037 0 14.668-.057 19.788-.29 5.11-.234 8.602-1.043 11.656-2.23 3.156-1.226 5.83-2.87 8.497-5.54 2.67-2.668 4.31-5.346 5.54-8.502 1.18-3.053 1.99-6.542 2.23-11.65.23-5.12.29-6.752.29-19.788 0-13.036-.06-14.672-.29-19.792-.24-5.11-1.05-8.598-2.23-11.65-1.23-3.157-2.87-5.835-5.54-8.503-2.67-2.67-5.34-4.31-8.5-5.535-3.06-1.187-6.55-1.996-11.66-2.23-5.12-.233-6.75-.29-19.79-.29zm-4.306 8.65c1.278-.002 2.704 0 4.306 0 12.816 0 14.335.046 19.396.276 4.68.214 7.22.996 8.912 1.653 2.24.87 3.837 1.91 5.516 3.59 1.68 1.68 2.72 3.28 3.592 5.52.657 1.69 1.44 4.23 1.653 8.91.23 5.06.28 6.58.28 19.39s-.05 14.33-.28 19.39c-.214 4.68-.996 7.22-1.653 8.91-.87 2.24-1.912 3.835-3.592 5.514-1.68 1.68-3.275 2.72-5.516 3.59-1.69.66-4.232 1.44-8.912 1.654-5.06.23-6.58.28-19.396.28-12.817 0-14.336-.05-19.396-.28-4.68-.216-7.22-.998-8.913-1.655-2.24-.87-3.84-1.91-5.52-3.59-1.68-1.68-2.72-3.276-3.592-5.517-.657-1.69-1.44-4.23-1.653-8.91-.23-5.06-.276-6.58-.276-19.398s.046-14.33.276-19.39c.214-4.68.996-7.22 1.653-8.912.87-2.24 1.912-3.84 3.592-5.52 1.68-1.68 3.28-2.72 5.52-3.592 1.692-.66 4.233-1.44 8.913-1.655 4.428-.2 6.144-.26 15.09-.27zm29.928 7.97c-3.18 0-5.76 2.577-5.76 5.758 0 3.18 2.58 5.76 5.76 5.76 3.18 0 5.76-2.58 5.76-5.76 0-3.18-2.58-5.76-5.76-5.76zm-25.622 6.73c-13.613 0-24.65 11.037-24.65 24.65 0 13.613 11.037 24.645 24.65 24.645C79.617 90.645 90.65 79.613 90.65 66S79.616 41.35 66.003 41.35zm0 8.65c8.836 0 16 7.163 16 16 0 8.836-7.164 16-16 16-8.837 0-16-7.164-16-16 0-8.837 7.163-16 16-16z"/></svg>
</a>
<a href="https://www.linkedin.com/in/reksa-alamsyah", target="_blank">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 122.88 122.31"><defs><style>.cls-1{fill:#0a66c2;}.cls-1,.cls-2{fill-rule:evenodd;}.cls-2{fill:#fff;}</style></defs><title>linkedin-app</title><path class="cls-1" d="M27.75,0H95.13a27.83,27.83,0,0,1,27.75,27.75V94.57a27.83,27.83,0,0,1-27.75,27.74H27.75A27.83,27.83,0,0,1,0,94.57V27.75A27.83,27.83,0,0,1,27.75,0Z"/><path class="cls-2" d="M49.19,47.41H64.72v8h.22c2.17-3.88,7.45-8,15.34-8,16.39,0,19.42,10.2,19.42,23.47V98.94H83.51V74c0-5.71-.12-13.06-8.42-13.06s-9.72,6.21-9.72,12.65v25.4H49.19V47.41ZM40,31.79a8.42,8.42,0,1,1-8.42-8.42A8.43,8.43,0,0,1,40,31.79ZM23.18,47.41H40V98.94H23.18V47.41Z"/></svg>
</a>
<a href="https://github.com/Reminerva", target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 640 640"><path d="M319.988 7.973C143.293 7.973 0 151.242 0 327.96c0 141.392 91.678 261.298 218.826 303.63 16.004 2.964 21.886-6.957 21.886-15.414 0-7.63-.319-32.835-.449-59.552-89.032 19.359-107.8-37.772-107.8-37.772-14.552-36.993-35.529-46.831-35.529-46.831-29.032-19.879 2.209-19.442 2.209-19.442 32.126 2.245 49.04 32.954 49.04 32.954 28.56 48.922 74.883 34.76 93.131 26.598 2.882-20.681 11.15-34.807 20.315-42.803-71.08-8.067-145.797-35.516-145.797-158.14 0-34.926 12.52-63.485 32.965-85.88-3.33-8.078-14.291-40.606 3.083-84.674 0 0 26.87-8.61 88.029 32.8 25.512-7.075 52.878-10.642 80.056-10.76 27.2.118 54.614 3.673 80.162 10.76 61.076-41.386 87.922-32.8 87.922-32.8 17.398 44.08 6.485 76.631 3.154 84.675 20.516 22.394 32.93 50.953 32.93 85.879 0 122.907-74.883 149.93-146.117 157.856 11.481 9.921 21.733 29.398 21.733 59.233 0 42.792-.366 77.28-.366 87.804 0 8.516 5.764 18.473 21.992 15.354 127.076-42.354 218.637-162.274 218.637-303.582 0-176.695-143.269-319.988-320-319.988l-.023.107z"/></svg>
</a>
<a href="https://www.tiktok.com/@reksa.alamsyah?_t=8rnAovKlMu2&_r=1", target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 1000 1000"><path d="M906.25 0H93.75C42.19 0 0 42.19 0 93.75v812.49c0 51.57 42.19 93.75 93.75 93.75l812.5.01c51.56 0 93.75-42.19 93.75-93.75V93.75C1000 42.19 957.81 0 906.25 0zM684.02 319.72c-32.42-21.13-55.81-54.96-63.11-94.38-1.57-8.51-2.45-17.28-2.45-26.25H515l-.17 414.65c-1.74 46.43-39.96 83.7-86.8 83.7-14.57 0-28.27-3.63-40.35-9.99-27.68-14.57-46.63-43.58-46.63-76.97 0-47.96 39.02-86.98 86.97-86.98 8.95 0 17.54 1.48 25.66 4.01V421.89c-8.41-1.15-16.95-1.86-25.66-1.86-105.01 0-190.43 85.43-190.43 190.45 0 64.42 32.18 121.44 81.3 155.92 30.93 21.72 68.57 34.51 109.14 34.51 105.01 0 190.43-85.43 190.43-190.43V400.21c40.58 29.12 90.3 46.28 143.95 46.28V343.03c-28.89 0-55.8-8.59-78.39-23.31z"/></svg>
</a>
<p>© 2024 - Made by Reksa Alamsyah</p>
</div>
</footer>
<!-- End of Section Footer -->
<script src="./scripts/main.js"></script>
</body>
</html>