diff --git a/index.html b/index.html index 34b437c..9505f74 100644 --- a/index.html +++ b/index.html @@ -90,12 +90,63 @@

ABOUT ME

-
-
-

Tech enthusiast

+
+
+
+

Tech enthusiast

+
+
+

I'm a tech enthusiast with a passion for software development. I love diving into code and exploring new software, though hardware fascinates me too.

+
-
-

I'm a tech enthusiast with a passion for software development. I love diving into code and exploring new software, though hardware fascinates me too.

+
+
+

Skills

+
+
+
+

Front-end development

+
    +
  • HTML
  • +
  • CSS
  • +
  • JS/TS
  • +
  • Next.js
  • +
  • Flask
  • +
  • Django
  • +
+
+
+

Back-end development

+
    +
  • Python
  • +
  • Node.js
  • +
  • FastAPI
  • +
+
+
+

API

+
    +
  • Postman/Hoppscotch
  • +
  • mitmproxy
  • +
  • HTTP Toolkit
  • +
+
+
+

Collaboration

+
    +
  • Git
  • +
  • Github
  • +
+
+
+

Deployment

+
    +
  • Docker
  • +
  • Docker-compose
  • +
  • Vercel
  • +
+
+
@@ -108,15 +159,15 @@
-
+

Photographer

-
+

I’m also getting into photography and excited to share my progress.

-
+

Red Pandas admirer

@@ -124,7 +175,7 @@

One of my biggest loves is red pandas—I can’t get enough of them! I’ve been collecting red panda stickers and sharing them on the Red Panda Stickers Telegram channel. Plus, I’ve curated a collection of over 3000 red panda photos and videos.

-
+

Music

diff --git a/static/tailwind.css b/static/tailwind.css index 9934475..d996e90 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -913,6 +913,15 @@ video { gap: 2rem; } +.gap-x-2 { + -moz-column-gap: 0.5rem; + column-gap: 0.5rem; +} + +.gap-y-1 { + row-gap: 0.25rem; +} + .overflow-hidden { overflow: hidden; } @@ -1013,10 +1022,24 @@ video { background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } +.bg-yellow-500 { + --tw-bg-opacity: 1; + background-color: rgb(234 179 8 / var(--tw-bg-opacity)); +} + +.bg-yellow-600 { + --tw-bg-opacity: 1; + background-color: rgb(202 138 4 / var(--tw-bg-opacity)); +} + .bg-opacity-50 { --tw-bg-opacity: 0.5; } +.bg-opacity-40 { + --tw-bg-opacity: 0.4; +} + .object-cover { -o-object-fit: cover; object-fit: cover; @@ -1472,6 +1495,11 @@ body { line-height: 1.75rem; } + .sm\:text-lg { + font-size: 1.125rem; + line-height: 1.75rem; + } + .sm\:hover\:-translate-y-2:hover { --tw-translate-y: -0.5rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); @@ -1536,6 +1564,22 @@ body { margin-top: -248px; } + .xl\:-mt-\[232px\] { + margin-top: -232px; + } + + .xl\:-mt-\[234px\] { + margin-top: -234px; + } + + .xl\:-mt-\[252px\] { + margin-top: -252px; + } + + .xl\:-mt-\[312px\] { + margin-top: -312px; + } + .xl\:max-h-\[40vh\] { max-height: 40vh; } @@ -1598,6 +1642,14 @@ body { margin-top: 7rem; } + .lg\:-mt-\[312px\] { + margin-top: -312px; + } + + .lg\:-mt-\[296px\] { + margin-top: -296px; + } + .lg\:max-h-\[45vh\] { max-height: 45vh; }