From 6d7e090c7371094c80a6ecf01a44ef732422e1dc Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Thu, 14 Sep 2023 02:13:44 +0700 Subject: [PATCH] Update profile --- latenightdef/profile.html | 102 ++++++++++++++++++++++++++------------ latenightdef/style.css | 10 +++- style.css | 6 +++ 3 files changed, 86 insertions(+), 32 deletions(-) diff --git a/latenightdef/profile.html b/latenightdef/profile.html index f5b7aae..10fbf89 100644 --- a/latenightdef/profile.html +++ b/latenightdef/profile.html @@ -44,50 +44,57 @@
- + + Weblate + + + HTML + + + CSS + + + OpenStreetMap + + + BOINC + +
+ +
+ Penpot - + Kdenlive - + LibreOffice - + Krita - + Inkscape
- + GitLab CI/CD - - OpenStreetMap + + Web hosting - - BOINC + + DDNS + + + Cloudflare
- -
- - Weblate - - - HTML - - - CSS - -
- -
@@ -101,7 +108,7 @@

Also known as

-

latenightdef, Late Night Defender, VRSasha, SashaPGT, pongpeera054

+

latenightdef, Late Night Defender, VRSasha, SashaPGT, pongpeera054

@@ -131,19 +138,52 @@

Bangkok, Thailand

+
+ +
+

Favorite colors

+
+
+
+
+
+
+
+

Works & contributions as a student at KMITL (2021-now)

- -
-

...

+
+
+
+

QUICGEAR - A gaming trading and auction platform

+

PRINCIPLE OF SOFTWARE DEVELOPMENT PROCESS, 2023

+
-
-

...

+ +
+
+ +
+
+

Language Learning Flashcards

+

THEORY OF COMPUTATION, 2023

+
+ +
+
+ +
+
+

KMITLfood - Food delivery platform

+

WEB APPPLICATION DEVELOPMENT, 2023

+
+
+
@@ -169,7 +209,7 @@

Improving accessibility data on OpenStreetMap

-

Bangkok Open Source Hackathon, 2023

+

Bangkok Open Source Hackathon, 2023

diff --git a/latenightdef/style.css b/latenightdef/style.css index 3e9c05c..00c41ef 100644 --- a/latenightdef/style.css +++ b/latenightdef/style.css @@ -36,7 +36,15 @@ html * grid-template-columns: 3cm 1fr 3cm; grid-template-areas: 'inner-left inner-middle inner-right' -} +} + +.description { + font-size: 10pt; + margin-top: -0.3cm; + margin-bottom: 0.5cm; + opacity: 0.5; +} + @media (prefers-color-scheme: light) { body { diff --git a/style.css b/style.css index 51d4ef9..32d0303 100644 --- a/style.css +++ b/style.css @@ -25,6 +25,10 @@ html * grid-template-areas: 'inner-left inner-middle inner-right' } + +.description { + font-size: medium; +} @media (prefers-color-scheme: light) { body { @@ -159,6 +163,7 @@ html * font-weight: bold; padding: 0.2cm; border-radius:10px; + text-align: center; } } @@ -296,5 +301,6 @@ html * font-weight: bold; padding: 0.2cm; border-radius:10px; + text-align: center; } }