Skip to content

Commit 93acfab

Browse files
committed
feat: adds dance section
1 parent c442794 commit 93acfab

5 files changed

Lines changed: 251 additions & 98 deletions

File tree

images/mine/dance1.jpg

362 KB
Loading

images/mine/dance2.jpg

390 KB
Loading

index.html

Lines changed: 56 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ <h1 class="u-mb-none u-mt-none">
7676
</li>
7777
<li>Got into the world of programming and never looked back.</li>
7878
<li>
79-
Started my career at SAP in 2019 and worked there until April 2025, where I learned a lot of things.
80-
</li>
81-
<li>
82-
Currently working as a Software Engineer at Adobe.
79+
Started my career at SAP in 2019 and worked there until April 2025,
80+
where I learned a lot of things.
8381
</li>
82+
<li>Currently working as a Software Engineer at Adobe.</li>
8483
<li>Met some amazing people & some not so amazing people.</li>
8584
<li>
8685
Found a way to make a living out of something I'm passionate about.
@@ -246,6 +245,13 @@ <h1 class="u-mb-none u-mt-none">
246245
</p>
247246

248247
<!-- logo section -->
248+
<input type="checkbox" id="logo-checkbox" name="logo-checkbox" />
249+
<label
250+
for="logo-checkbox"
251+
class="c-test"
252+
style="text-decoration: underline; text-decoration-style: dotted"
253+
>Hide</label
254+
>
249255
<div class="c-auto-grid">
250256
<object
251257
type="image/svg+xml"
@@ -540,8 +546,8 @@ <h5 class="u-mt-none u-text-light">
540546
they're going out of style. Each one's got its cute little README or a
541547
half-baked mini-site for docs, but here's the kicker: I kept
542548
copy-pasting the same tired CSS and JavaScript like some kind of digital
543-
packrat. Consistency? Sure, but at what cost—my sanity? I could've
544-
gone full nerd and fired up React or Vue, but let's be real, that's like
549+
packrat. Consistency? Sure, but at what cost-my sanity? I could've gone
550+
full nerd and fired up React or Vue, but let's be real, that's like
545551
using a sledgehammer to crack a walnut. So, I said screw it and built
546552
Minimalify, a no-nonsense tool that sticks to the browser's raw
547553
JavaScript power and doesn't make me jump through framework hoops just
@@ -551,13 +557,13 @@ <h5 class="u-mt-none u-text-light">
551557
<p>
552558
Enter <i>Minimalify</i>, my snarky little CLI sidekick with exactly two
553559
tricks up its sleeve: <i>dev</i> and <i>build</i>. Run
554-
<i>npm run dev</i>, and boom—you've got a local server with instant
560+
<i>npm run dev</i>, and boom you've got a local server with instant
555561
rebuilds and hot-reload that's creepily obsessed with your .html, .css,
556562
and .js files. It slaps on your shared styles, inlines templates, and
557563
updates everything without that annoying full-page refresh. Ready to
558564
flex your project to the world? <i>npm run build</i> spits out a lean,
559565
minified output folder you can yeet straight to GitHub Pages. No bloated
560-
dependencies, no config nightmares—just a stupid-fast, stripped-down
566+
dependencies, no config nightmares just a stupid-fast, stripped-down
561567
tool that makes documenting all my apps look slick and consistent
562568
without breaking a sweat.
563569
</p>
@@ -570,7 +576,10 @@ <h5 class="u-mt-none u-text-light">
570576
title="More than just a developer, I'm a human too."
571577
link="hobbies"
572578
>
573-
<h3 class="u-mt-none u-text-light">Let's talk about my hobbies.</h3>
579+
<include-sub-header
580+
title="Let's talk about my hobbies."
581+
link="talking-about-hobbies"
582+
></include-sub-header>
574583

575584
<p>
576585
I discovered my love for exploring new things during COVID. I started
@@ -599,6 +608,44 @@ <h3 class="u-mt-none u-text-light">Let's talk about my hobbies.</h3>
599608
and his interviews. So I started reading his biography. I'll update once
600609
I finish it.
601610
</p>
611+
612+
<include-sub-header
613+
title="I love dancing & making people dance."
614+
link="dancing"
615+
></include-sub-header>
616+
617+
<p>
618+
Dance, for me, isn't about mastering one specific form, it's about
619+
feeling the music and letting it move people.
620+
</p>
621+
622+
<p>
623+
While I'm drawn to hip-hop, I don't box myself in. If the beat hits
624+
right, I'm in. I dance instinctively, adapting to the rhythm, the mood,
625+
and the energy in the room.
626+
</p>
627+
628+
<p>
629+
What I enjoy even more than dancing is making others dance. Whether it's
630+
a wedding celebration, a pub night, clubbing with friends, or an
631+
impromptu moment on the floor, I love breaking the ice, lifting the
632+
vibe, and getting people to let loose.
633+
</p>
634+
635+
<p>
636+
For me, dance is less about perfection and more about connection, joy,
637+
and shared energy.
638+
</p>
639+
640+
<div class="c-auto-grid c-grid-fit">
641+
<section class="hero hero-dance1">
642+
<div class="hero-content"></div>
643+
</section>
644+
645+
<section class="hero hero-dance2">
646+
<div class="hero-content"></div>
647+
</section>
648+
</div>
602649
</include-section>
603650
<!-- end of hobbies section -->
604651

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)