diff options
Diffstat (limited to 'www/about/index.html')
| -rw-r--r-- | www/about/index.html | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/www/about/index.html b/www/about/index.html index af6e1a8..bc49f24 100644 --- a/www/about/index.html +++ b/www/about/index.html @@ -42,9 +42,11 @@ <section style="border-top: none;">
<div class="center-grid">
<div class="div-sizing">
- <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 class="flex-container flex-container-dynamicwrap flex-y-center" style="gap: 30px">
+ <div class="shadow-filter">
+ <img src="/assets/images/hero/selfie0.jpg" alt=""
+ style="box-sizing: border-box; width: 300px; object-fit: cover;" class="img">
+ </div>
<div>
<span class="heading">About Me</span>
<p>
@@ -194,7 +196,7 @@ <div>
<span class="half-opacity-text"><i class="fa-solid fa-people-group"></i> Leadership</span>
<h2>CCA Vice President for Infocomm (Media Creation) Club</h2>
- <p>Became one of the presidents for Ngee Ann Secondary School's Infocomm (Media Creation) Club CCA. (Achievements)</p>
+ <p>Became one of the presidents for Ngee Ann Secondary School's Infocomm (Media Creation) Club CCA.</p>
<p><a class="link" href="/events/infocomm/">Read more →</a></p>
</div>
</div>
@@ -352,6 +354,16 @@ <div class="timeline-milestone">
<h1 class="colored-text">Future?</h1>
</div>
+ <div class="timeline-item shadow-filter">
+ <div>
+ <p>Expand knowledge.</p>
+ </div>
+ </div>
+ <div class="timeline-item shadow-filter timeline-highlight">
+ <div>
+ <p>Hopes, tech for good, human-centric, contribute back to my community and beyond.</p>
+ </div>
+ </div>
</div>
</div>
</div>
|
