diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-05-01 15:31:49 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-05-01 15:31:49 +0800 |
| commit | 25e7c496295acc865a83d25d7eec74f678a905d8 (patch) | |
| tree | 57da9bc63215e5ccfe1c060adafa7958bd474c38 /www/about/index.html | |
| parent | cdfdd3a2d6bdd2ac37e2bd237b6e760864e41db1 (diff) | |
about me and gitignore update
Diffstat (limited to 'www/about/index.html')
| -rw-r--r-- | www/about/index.html | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/www/about/index.html b/www/about/index.html index 9f6e93e..7400d50 100644 --- a/www/about/index.html +++ b/www/about/index.html @@ -33,29 +33,21 @@ <section style="border-top: none;">
<div class="center-grid">
<div class="div-sizing">
- <div class="flex-container">
+ <div class="flex-container flex-container-dynamicwrap" style="gap: 30px">
<img src="/assets/images/hero/logo.png" alt=""
style="box-sizing: border-box; height: 240px; width: 240px; object-fit: cover;" class="img">
- <div style="padding: 30px; color: gray;">
- <span><i class="fa-solid fa-suitcase"></i> Student</span>
- <br>
- <span><i class="fa-solid fa-star"></i> Creating things</span>
- <br>
- <span>🇮🇩 Indonesia</span>
- <br>
+ <div>
+ <h1>About Me</h1>
+ <p>
+ Hey there! I'm <span class="colored-text">Altaf</span>. I am a scholar studying abroad in <span class="colored-text">Singapore</span> from
+ <span class="colored-text">Indonesia</span> who likes to code as a <span class="colored-text">hobby</span>.
+ </p>
+ <p>
+ I'm mostly a <span class="colored-text">game developer</span> and <span class="colored-text">web developer</span>, but I
+ also like to make other things like desktop apps, and robots.<br>I'm still constantly learning and trying new things!
+ </p>
</div>
</div>
- <br>
- <p>
- <h1>About Me</h1>
- <p>
- Hey there! I'm <span class="colored-text">Altaf</span>. I am a scholar studying abroad in <span class="colored-text">Singapore</span> from
- <span class="colored-text">Indonesia</span> who likes to code as a <span class="colored-text">hobby</span>.
- </p>
- <p>
- I'm mostly a <span class="colored-text">game developer</span> and <span class="colored-text">web developer</span>, but I
- also like to make other things like desktop apps, and robots.<br>I'm still constantly learning and trying new things!
- </p>
<p class="desktop" style="position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: gray;">↓ psst, scroll down! ↓</p>
</div>
</div>
|
