-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
442 lines (368 loc) · 27.5 KB
/
Copy pathindex.html
File metadata and controls
442 lines (368 loc) · 27.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Dawnfallz Portfolio" />
<meta property="og:description" content="A full-stack developer passionate about web development, backend systems, and modern technologies." />
<meta property="og:image" content="https://dawnfallz.github.io/assets/img/favicon-192x192.png" />
<meta property="og:url" content="https://dawnfallz.github.io" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://dawnfallz.github.io/assets/img/favicon-192x192.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="DawnFallz" />
<link rel="apple-touch-icon" href="/assets/img/favicon-192x192.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Geist+Pixel&family=Montenegrin+Gothic+One&family=Roboto+Slab&family=Lora&display=swap" rel="stylesheet" />
<title>Dawnfallz Portfolio</title>
<link rel="manifest" href="/manifest.json" />
<link rel="stylesheet" href="styles.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<button onclick="openSidebar()" id="open-sidebar-btn" aria-label="Open Sidebar Button">
<img src="assets/svg/menu.svg" width="30px" height="30px" />
</button>
<img src="assets/img/favicon.png" alt="Profile Pic" class="profile-pic" width="50px" height="50px" />
<h3 class="logo"><span id="dawn">DAWN</span><span id="fallz">FALLZ</span></h3>
<span id="toggle-theme-row">
<button id="theme-system" aria-label="System Theme">
<img src="assets/svg/system.svg" />
</button>
<button id="theme-light" aria-label="Light Theme">
<img src="assets/svg/light.svg" />
</button>
<button id="theme-dark" aria-label="Dark Theme">
<img src="assets/svg/dark.svg" />
</button>
</span>
</div>
<!-- Sidebar -->
<div class="sidebar">
<h3 class="logo"><span id="dawn">DAWN</span><span id="fallz">FALLZ</span></h3>
<button onclick="closeSidebar()" id="close-sidebar-btn"> ✕ </button>
<hr />
<a href="#about-me-anchor">About Me</a>
<a href="#main-skills-anchor">Main Skills</a>
<a href="#all-skills-anchor">All Skills</a>
<a href="#learning-journey-anchor">My Learning Journey</a>
<a href="#stats-anchor">My Stats</a>
<a href="#certificates-anchor">Certificates</a>
<a href="#projects-anchor">Projects</a>
<a href="#fun-facts-anchor">Fun Facts</a>
<a href="#join-my-discord-anchor">Join Discord</a>
<a href="#socials-anchor">Socials</a>
<a href="#contact-me-anchor">Contact Me</a>
<span style="position: absolute; bottom: 20px;">
<label class="switch">
<input type="checkbox" id="toggle-glow-effect-btn" checked/>
<span class="slider"></span>
</label>
<span>Glow Effect</span>
</span>
</div>
<!-- ### HEADER ### -->
<header style="margin-bottom: 20vh;">
<h1>Turning
<span id="outerScrollWordList">
<span id="scrollWordList"></span>
</span>
<div>into <span class="code-bg">Code</span></div>
</h1>
<div id="hero">
<h2>Hi, I'm DawnFallz</h2>
<hr />
<img src="assets/img/favicon.png" alt="Profile Pic" class="profile-pic" width="300px" height="300px" style="display: block; margin: 10px auto 30px"/>
<div>
<ul style="margin-bottom: 10vh;">
<li>A full-stack web developer</li>
<li>Learned approximately <span class="counter" data-target="15">15</span>+ technologies</li>
<li>Built at least <span class="counter" data-target="10">10</span>+ projects</li>
</ul>
<a href="https://github.com/DawnFallz" target="_blank">
<button class="hero-btn">
<p style="margin: 5px;">My Github Profile</p>
</button>
</a>
<a href="#contact-me">
<button class="hero-btn">
<p>Contact Me</p>
</button>
</a>
</div>
</div>
</header>
<!-- ### MAIN ### -->
<main>
<!-- About Me-->
<div id="about-me-anchor" class="anchor"></div>
<section id="about-me" data-aos="flip-up">
<h2>About Me</h2>
<hr />
<p><b>Who am I?</b> I'm <i>DawnFallz</i>. I'm a male. I'm now <span id="age"></span> years old. I'm a self-taught full-stack developer passionate about web development, backend systems, and modern technologies.</p><br />
<p><strong>Why did I start coding?</strong> I was just a regular person browsing the web when one question kept coming to mind: <em>"How are these websites made? How do they work? What really are they?" </em>And that curiosity made me unknowingly stepped into the world of tech and learned languages like Python, JavaScript and eventually, full-stack development. It was fun and exciting. Since then, I've enjoyed building things and learning how software works behind the scenes.</p><br />
<p><strong>What do I enjoy building?</strong> I enjoy creating full-stack web applications where I can work on both the frontend and backend. I like designing user interfaces, building APIs, working with databases and turning ideas into real, functional websites (even though I love designing user interfaces more).</p><br />
<div style="margin: 10px;">
<h4>Quotes: </h4>
<p id="quote"></p>
<button onclick="randomQuote()">Another one!</button>
</div>
</section>
<!-- Main Skills-->
<div id="main-skills-anchor" class="anchor"></div>
<section id="main-skills" data-aos="flip-down">
<h2>Main Skills</h2>
<hr />
<div data-aos="fade-right">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#E34F26"><title>HTML5</title><path d="M1.5 0h21l-1.91 21.563L11.977 24l-8.564-2.438L1.5 0zm7.031 9.75l-.232-2.718 10.059.003.23-2.622L5.412 4.41l.698 8.01h9.126l-.326 3.426-2.91.804-2.955-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157H8.531z"/></svg>
<p>HTML</p>
</div>
<div data-aos="fade-left">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#663399"><title>CSS</title><path d="M0 0v20.16A3.84 3.84 0 0 0 3.84 24h16.32A3.84 3.84 0 0 0 24 20.16V3.84A3.84 3.84 0 0 0 20.16 0Zm14.256 13.08c1.56 0 2.28 1.08 2.304 2.64h-1.608c.024-.288-.048-.6-.144-.84-.096-.192-.288-.264-.552-.264-.456 0-.696.264-.696.84-.024.576.288.888.768 1.08.72.288 1.608.744 1.92 1.296q.432.648.432 1.656c0 1.608-.912 2.592-2.496 2.592-1.656 0-2.4-1.032-2.424-2.688h1.68c0 .792.264 1.176.792 1.176.264 0 .456-.072.552-.24.192-.312.24-1.176-.048-1.512-.312-.408-.912-.6-1.32-.816q-.828-.396-1.224-.936c-.24-.36-.36-.888-.36-1.536 0-1.44.936-2.472 2.424-2.448m5.4 0c1.584 0 2.304 1.08 2.328 2.64h-1.608c0-.288-.048-.6-.168-.84-.096-.192-.264-.264-.528-.264-.48 0-.72.264-.72.84s.288.888.792 1.08c.696.288 1.608.744 1.92 1.296.264.432.408.984.408 1.656.024 1.608-.888 2.592-2.472 2.592-1.68 0-2.424-1.056-2.448-2.688h1.68c0 .744.264 1.176.792 1.176.264 0 .456-.072.552-.24.216-.312.264-1.176-.048-1.512-.288-.408-.888-.6-1.32-.816-.552-.264-.96-.576-1.2-.936s-.36-.888-.36-1.536c-.024-1.44.912-2.472 2.4-2.448m-11.031.018c.711-.006 1.419.198 1.839.63.432.432.672 1.128.648 1.992H9.336c.024-.456-.096-.792-.432-.96-.312-.144-.768-.048-.888.24-.12.264-.192.576-.168.864v3.504c0 .744.264 1.128.768 1.128a.65.65 0 0 0 .552-.264c.168-.24.192-.552.168-.84h1.776c.096 1.632-.984 2.712-2.568 2.688-1.536 0-2.496-.864-2.472-2.472v-4.032c0-.816.24-1.44.696-1.848.432-.408 1.146-.624 1.857-.63"/></svg>
<p>CSS</p>
</div>
<div data-aos="fade-right">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#F7DF1E"><title>JavaScript</title><path d="M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z"/></svg>
<p>JavaScript</p>
</div>
<div data-aos="fade-left">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#3178C6"><title>TypeScript</title><path d="M1.125 0C.502 0 0 .502 0 1.125v21.75C0 23.498.502 24 1.125 24h21.75c.623 0 1.125-.502 1.125-1.125V1.125C24 .502 23.498 0 22.875 0zm17.363 9.75c.612 0 1.154.037 1.627.111a6.38 6.38 0 0 1 1.306.34v2.458a3.95 3.95 0 0 0-.643-.361 5.093 5.093 0 0 0-.717-.26 5.453 5.453 0 0 0-1.426-.2c-.3 0-.573.028-.819.086a2.1 2.1 0 0 0-.623.242c-.17.104-.3.229-.393.374a.888.888 0 0 0-.14.49c0 .196.053.373.156.529.104.156.252.304.443.444s.423.276.696.41c.273.135.582.274.926.416.47.197.892.407 1.266.628.374.222.695.473.963.753.268.279.472.598.614.957.142.359.214.776.214 1.253 0 .657-.125 1.21-.373 1.656a3.033 3.033 0 0 1-1.012 1.085 4.38 4.38 0 0 1-1.487.596c-.566.12-1.163.18-1.79.18a9.916 9.916 0 0 1-1.84-.164 5.544 5.544 0 0 1-1.512-.493v-2.63a5.033 5.033 0 0 0 3.237 1.2c.333 0 .624-.03.872-.09.249-.06.456-.144.623-.25.166-.108.29-.234.373-.38a1.023 1.023 0 0 0-.074-1.089 2.12 2.12 0 0 0-.537-.5 5.597 5.597 0 0 0-.807-.444 27.72 27.72 0 0 0-1.007-.436c-.918-.383-1.602-.852-2.053-1.405-.45-.553-.676-1.222-.676-2.005 0-.614.123-1.141.369-1.582.246-.441.58-.804 1.004-1.089a4.494 4.494 0 0 1 1.47-.629 7.536 7.536 0 0 1 1.77-.201zm-15.113.188h9.563v2.166H9.506v9.646H6.789v-9.646H3.375z"/></svg>
<p>TypeScript</p>
</div>
<div data-aos="fade-right">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#61DAFB"><title>React</title><path d="M14.23 12.004a2.236 2.236 0 0 1-2.235 2.236 2.236 2.236 0 0 1-2.236-2.236 2.236 2.236 0 0 1 2.235-2.236 2.236 2.236 0 0 1 2.236 2.236zm2.648-10.69c-1.346 0-3.107.96-4.888 2.622-1.78-1.653-3.542-2.602-4.887-2.602-.41 0-.783.093-1.106.278-1.375.793-1.683 3.264-.973 6.365C1.98 8.917 0 10.42 0 12.004c0 1.59 1.99 3.097 5.043 4.03-.704 3.113-.39 5.588.988 6.38.32.187.69.275 1.102.275 1.345 0 3.107-.96 4.888-2.624 1.78 1.654 3.542 2.603 4.887 2.603.41 0 .783-.09 1.106-.275 1.374-.792 1.683-3.263.973-6.365C22.02 15.096 24 13.59 24 12.004c0-1.59-1.99-3.097-5.043-4.032.704-3.11.39-5.587-.988-6.38-.318-.184-.688-.277-1.092-.278zm-.005 1.09v.006c.225 0 .406.044.558.127.666.382.955 1.835.73 3.704-.054.46-.142.945-.25 1.44-.96-.236-2.006-.417-3.107-.534-.66-.905-1.345-1.727-2.035-2.447 1.592-1.48 3.087-2.292 4.105-2.295zm-9.77.02c1.012 0 2.514.808 4.11 2.28-.686.72-1.37 1.537-2.02 2.442-1.107.117-2.154.298-3.113.538-.112-.49-.195-.964-.254-1.42-.23-1.868.054-3.32.714-3.707.19-.09.4-.127.563-.132zm4.882 3.05c.455.468.91.992 1.36 1.564-.44-.02-.89-.034-1.345-.034-.46 0-.915.01-1.36.034.44-.572.895-1.096 1.345-1.565zM12 8.1c.74 0 1.477.034 2.202.093.406.582.802 1.203 1.183 1.86.372.64.71 1.29 1.018 1.946-.308.655-.646 1.31-1.013 1.95-.38.66-.773 1.288-1.18 1.87-.728.063-1.466.098-2.21.098-.74 0-1.477-.035-2.202-.093-.406-.582-.802-1.204-1.183-1.86-.372-.64-.71-1.29-1.018-1.946.303-.657.646-1.313 1.013-1.954.38-.66.773-1.286 1.18-1.868.728-.064 1.466-.098 2.21-.098zm-3.635.254c-.24.377-.48.763-.704 1.16-.225.39-.435.782-.635 1.174-.265-.656-.49-1.31-.676-1.947.64-.15 1.315-.283 2.015-.386zm7.26 0c.695.103 1.365.23 2.006.387-.18.632-.405 1.282-.66 1.933-.2-.39-.41-.783-.64-1.174-.225-.392-.465-.774-.705-1.146zm3.063.675c.484.15.944.317 1.375.498 1.732.74 2.852 1.708 2.852 2.476-.005.768-1.125 1.74-2.857 2.475-.42.18-.88.342-1.355.493-.28-.958-.646-1.956-1.1-2.98.45-1.017.81-2.01 1.085-2.964zm-13.395.004c.278.96.645 1.957 1.1 2.98-.45 1.017-.812 2.01-1.086 2.964-.484-.15-.944-.318-1.37-.5-1.732-.737-2.852-1.706-2.852-2.474 0-.768 1.12-1.742 2.852-2.476.42-.18.88-.342 1.356-.494zm11.678 4.28c.265.657.49 1.312.676 1.948-.64.157-1.316.29-2.016.39.24-.375.48-.762.705-1.158.225-.39.435-.788.636-1.18zm-9.945.02c.2.392.41.783.64 1.175.23.39.465.772.705 1.143-.695-.102-1.365-.23-2.006-.386.18-.63.406-1.282.66-1.933zM17.92 16.32c.112.493.2.968.254 1.423.23 1.868-.054 3.32-.714 3.708-.147.09-.338.128-.563.128-1.012 0-2.514-.807-4.11-2.28.686-.72 1.37-1.536 2.02-2.44 1.107-.118 2.154-.3 3.113-.54zm-11.83.01c.96.234 2.006.415 3.107.532.66.905 1.345 1.727 2.035 2.446-1.595 1.483-3.092 2.295-4.11 2.295-.22-.005-.406-.05-.553-.132-.666-.38-.955-1.834-.73-3.703.054-.46.142-.944.25-1.438zm4.56.64c.44.02.89.034 1.345.034.46 0 .915-.01 1.36-.034-.44.572-.895 1.095-1.345 1.565-.455-.47-.91-.993-1.36-1.565z"/></svg>
<p>React</p>
</div>
<div data-aos="fade-left">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#000000"><title>Next.js</title><path d="M18.665 21.978C16.758 23.255 14.465 24 12 24 5.377 24 0 18.623 0 12S5.377 0 12 0s12 5.377 12 12c0 3.583-1.574 6.801-4.067 9.001L9.219 7.2H7.2v9.596h1.615V9.251l9.85 12.727Zm-3.332-8.533 1.6 2.061V7.2h-1.6v6.245Z"/></svg>
<p>Next.js</p>
</div>
<div data-aos="fade-right">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#06B6D4"><title>Tailwind CSS</title><path d="M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z"/></svg>
<p>TailwindCSS</p>
</div>
<div data-aos="fade-left">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#3776AB"><title>Python</title><path d="M14.25.18l.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.77l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.17l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05-.05-1.23.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.18l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05zm-6.3 1.98l-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09zm13.09 3.95l.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01zm-6.47 14.25l-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08z"/></svg>
<p>Python</p>
</div>
</section>
<!-- Skills -->
<div id="all-skills-anchor" class="anchor"></div>
<section id="all-skills" data-aos="flip-right">
<h2>All Skills</h2>
<hr />
<h3 style="margin: 0;" data-aos="zoom-in">🌐 Languages</h3>
<ul class="list" data-aos="slide-right">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>TypeScript</li>
<li>Python</li>
<li>Golang</li>
<li>Java</li>
</ul>
<h3 data-aos="zoom-in">🧩 Frameworks & Libraries</h3>
<ul class="list" data-aos="slide-left">
<li>JavaScript:
<ul>
<li>React.js</li>
<li>Next.js</li>
<li>Express.js</li>
<li>Discord.js</li>
</ul>
</li><br />
<li>CSS:
<ul>
<li>TailwindCSS</li>
<li>Bootstrap</li>
<li>DaisyUI</li>
</ul>
</li><br />
<li>Python:
<ul>
<li>Flask.py</li>
</ul>
</li>
</ul>
<h3 data-aos="zoom-in">🗄️Databases</h3>
<ul class="list" data-aos="slide-right">
<li>PostgreSQL</li>
<li>SQLite</li>
</ul>
<h3 data-aos="zoom-in">🔧 ORM & Tools</h3>
<ul class="list" data-aos="slide-left">
<li>Prisma</li>
<li>Drizzle</li>
</ul>
</section>
<!-- Learning Journey -->
<div id="learning-journey-anchor" class="anchor"></div>
<section id="learning-journey" data-aos="slide-right">
<h2>My Learning Journey</h2>
<hr />
<div data-aos="zoom-in">
<h4>Python Developer</h4>
<ul data-aos="fade-left">
<li>Developed core logic using Python, focusing on algorithms and data structures.</li>
<li>Built interactive command-line applications including a "Guess the Number" game and a feature-rich Calculator.</li>
<li>Automated repetitive tasks and processed data using Python scripts.</li>
</ul>
<h4>Frontend Developer</h4>
<ul data-aos="fade-left">
<li>Crafted responsiv user interfaces using HTML and CSS.</li>
<li>Implemented interactive features and dynamic content updates using JavaScript.</li>
<li>Applied modern design principles to ensure cross-browser compatibility and mobile-first layouts.</li>
</ul>
<h4>Flask Developer</h4>
<ul data-aos="fade-left">
<li>Designed and developed REST web services using the Flask framework.</li>
<li>Managed server-side routing and handled user requests to deliver dynamic web content.</li>
<li>Implemented data handling techniques to process and store information effectively.</li>
</ul>
<h4>Full Stack Developer</h4>
<ul data-aos="fade-left">
<li>Integrated backend logic with frontend interfaces to create seamless end-to-end applications.</li>
<li>Managed data flow between client-side interactions and server-side operations.</li>
<li>Architected full-stack workflows, ensuring smooth communication between the database and the UI.</li>
</ul>
<h4>Next.js Developer</h4>
<ul data-aos="fade-left">
<li>Built performant web applications leveraging server-side rendering (SSR) and static site generation.</li>
<li>Utilized React-based components to create reusable and modular frontend architectures.</li>
<li>Optimized application performance and SEO to ensure fast load times and better user engagement.</li>
</ul>
</div>
</section>
<!-- Stats -->
<div id="stats-anchor" class="anchor"></div>
<section id="stats" data-aos="zoom-in-down">
<h2>My Stats</h2>
<hr />
<div>
<h4>
<span class="counter" data-target="1">1</span>
+
</h4>
Years of Coding Experience
</div>
<div>
<h4><span class="counter" data-target="10">10</span>+ </h4>
Projects Built
</div>
<div>
<h4><span class="counter" data-target="15">15</span>+ </h4>
Technologies Learnt
</div>
<div>
<h4><span class="counter" data-target="1000">1000</span>+ </h4>
Hours of Coding
</div>
</section>
<!-- Certificates -->
<div id="certificates-anchor" class="anchor"></div>
<section id="certificates" data-aos="zoom-out-right">
<h2>Certificates</h2>
<hr />
<a href="https://www.sololearn.com/certificates/CC-J1LFRRZP" target="_blank" data-aos="fade-right">SoloLearn - Introduction to HTML</a>
<a href="https://www.sololearn.com/certificates/CC-ORZWELWE" target="_blank" data-aos="fade-right">SoloLearn - Introduction to CSS</a>
<a href="https://www.sololearn.com/certificates/CC-8BNQYYAY" target="_blank" data-aos="fade-right">SoloLearn - Introduction to JavaScript</a>
<a href="https://www.sololearn.com/certificates/CC-XDVXR1E8" target="_blank" data-aos="fade-right">SoloLearn - JavaScript Intermediate</a>
<a href="https://www.sololearn.com/certificates/CC-2SID3OCX" target="_blank" data-aos="fade-right">SoloLearn - Introduction to Python</a>
<a href="https://www.sololearn.com/certificates/CC-EIBXZVYN" target="_blank" data-aos="fade-right">SoloLearn - Python Intermediate</a>
<a href="https://www.sololearn.com/certificates/CC-TNZ6AS7B" target="_blank" data-aos="fade-right">SoloLearn -Python Developer</a>
<a href="https://www.sololearn.com/certificates/CC-LE6LEKG2" target="_blank" data-aos="fade-right">SoloLearn - Introduction to Java</a>
<a href="https://www.sololearn.com/certificates/CC-OEQ5XCHO" target="_blank" data-aos="fade-right">SoloLearn - Tech for Everyone</a>
<a href="https://www.sololearn.com/certificates/CC-GNBZIO7Z" target="_blank" data-aos="fade-right">SoloLearn - Prompt Engineering</a>
<a href="https://www.sololearn.com/certificates/CC-MBF6EZ2W" target="_blank" data-aos="fade-right">SoloLearn - Prompt Planning with AI</a>
<a href="https://www.sololearn.com/certificates/CC-YKZXUI42" target="_blank" data-aos="fade-right">SoloLearn - SEO with AI</a>
<a href="/" data-aos="fade-right">freeCodeCamp - Legacy Responsive Web Design V8</a>
</section>
<!-- Projects -->
<div id="projects-anchor" class="anchor"></div>
<section id="projects" data-aos="flip-left">
<h2>Projects</h2>
<hr />
<div class="deck">
</div>
<button onclick="previousCard()" style="left: 50px;" >◀</button>
<button onclick="nextCard()" style="right: 50px;">▶</button>
</section>
<!-- Fun Facts -->
<div id="fun-facts-anchor" class="anchor"></div>
<section id="fun-facts" data-aos="fade-up">
<h2>Fun Facts</h2>
<hr />
<div style="background: #F7DF1E; box-shadow: 10px 10px #E3C60A !important; color: #121212;">
<p>My favoirite language is... <b>JavaScript!</b></p>
</div>
<div style="background: black;">
<p>My favoirite framework is... <b>Next.js</b></p>
</div>
<div style="background: #964B00; box-shadow: 10px 10px #654321 !important;">
<p>☕ Coffee or 🍵 tea?</p>
<p><b style="color: #654321;;">Coffee</b>, of course!</p>
</div>
<div style="background: white; box-shadow: 10px 10px whitesmoke !important; color: black;">
<p>My browser usually has too many <b>tabs</b> open.</p>
</div>
<div>
<p>I prefer <b style="color: #707070;">dark mode</b> in literally everything!</p>
</div>
</section>
<!-- Join My Discord-->
<div id="join-my-discord-anchor" class="anchor"></div>
<section id="join-my-discord" data-aos="fade-down">
<h2>Join My Discord</h2>
<hr />
<div id="discord-link">
<span>
<img src="assets/svg/discord.svg" alt="Discord Icon" width="30" height="30"/>
<h2>Discord</h2>
</span>
<p>Like discussing programming, web development, drawing, animating, or just hanging out? Join my Discord community!</p>
<a href="https://discord.gg/MXRDDyaBZP"><button>Join Discord!</button></a>
</div>
</section>
<!-- Socials -->
<div id="socials-anchor" class="anchor"></div>
<section id="socials" data-aos="zoom-in-up">
<h2>Socials</h2>
<hr />
<div>
<img src="assets/svg/github.svg" alt="Github Icon" class="github-icon" width="25" height="25" />
<a href="https://github.com/DawnFallz" target="_blank">GitHub</a>
</div>
<div>
<img src="assets/svg/discord.svg" alt="Discord Icon" width="25" height="25" />
<a href="https://discord.gg/MXRDDyaBZP" target="_blank">Discord</a>
</div>
</section>
<!-- Contact Me -->
<div id="contact-me-anchor" class="anchor"></div>
<section id="contact-me" data-aos="zoom-out-down">
<h2>Contact Me</h2>
<hr />
<a href="mailto:dawnfallz.dev@gmail.com?body=Hi,%20my%20name%20is%20___.%20I%20want%20to..."><button>Email me</button></a>
<p>Or copy my email: <span class="copy-text">dawnfallz.dev@gmail.com</span></p>
<small>Note: I’m not available for freelance work or hire.</small>
</section>
<h3 class="logo" style="font-size: 60px; margin: 0; text-align: center;" data-aos="zoom-out-up"><span id="dawn">DAWN</span><span id="fallz">FALLZ</span></h3>
</main>
<!-- ### FOOTER ###-->
<footer>
<a href="https://github.com/DawnFallz" target="_blank">
<img src="assets/svg/github.svg" alt="Github Icon" class="github-icon" width="30" height="30" />
</a>
<a href="https://discord.gg/MXRDDyaBZP">
<img src="assets/svg/discord.svg" alt="Discord Icon" width="30" height="30" />
</a>
<p>© DawnFallz</p>
</footer>
<script src="script.js"></script>
</body>
</html>