From 658bf29a41b51f236f3a32eeb3ce38a30a65cd45 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Wed, 19 Jun 2024 17:23:04 +0700 Subject: [PATCH] Optimize for smaller screens --- index-avatar.html | 74 +++++++++++++++++++++++++++-------------------- index.html | 67 ++++++++++++++++++++++-------------------- style.css | 10 ++++--- 3 files changed, 85 insertions(+), 66 deletions(-) diff --git a/index-avatar.html b/index-avatar.html index 357f3f3..2188c67 100644 --- a/index-avatar.html +++ b/index-avatar.html @@ -17,7 +17,7 @@

Pongpeera Wongprasitthiporn

- See my real face + See my real face
@@ -26,7 +26,7 @@ Linux - Libvirt & QEMU/KVM + Libvirtd Podman @@ -37,54 +37,27 @@ Docker - - Flatpak - -
- OpenStreetMap BOINC - - Penpot - - GitLab CI, Pages + GitLab Forgejo
-
- - On-premise hosting - - - Amazon EC2, SES - - - - Cloudflare - - - systemd - -
-
Woodpecker/Drone CI - - Hugo - Python @@ -98,8 +71,34 @@ + + + +
Documentation @@ -107,6 +106,12 @@ Localization
+ +
@@ -225,6 +230,13 @@
+ +
+

Intern at i-bitz company limited

+
+ +
+

Other works

diff --git a/index.html b/index.html index 760c2b8..d7f5315 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ Linux
- Libvirt & QEMU/KVM + Libvirtd Podman @@ -37,25 +37,17 @@ Docker - - Flatpak - -
- -
- + Woodpecker/Drone CI - - Hugo - Python @@ -98,8 +71,34 @@ + + + +
Documentation @@ -107,6 +106,12 @@ Localization
+ +
diff --git a/style.css b/style.css index 57b8d3c..9e2afa2 100644 --- a/style.css +++ b/style.css @@ -54,6 +54,7 @@ html * .logo { color: #000; + text-align: center; } .grid-container { @@ -95,13 +96,13 @@ html * align-items: center; text-decoration: none; display: flex; - font-size: 16px; + font-size: 14px; font-weight: bold; margin: 4px 2px; padding-left: 0.3cm; padding-right: 0.3cm; cursor: pointer; - height: 35px; + min-height: 35px; transition-duration: 0.2s; } @@ -212,6 +213,7 @@ html * .logo { color: #fff; + text-align: center; } body { @@ -257,13 +259,13 @@ html * align-items: center; text-decoration: none; display: flex; - font-size: 16px; + font-size: 14px; font-weight: bold; margin: 4px 2px; padding-left: 0.3cm; padding-right: 0.3cm; cursor: pointer; - height: 35px; + min-height: 35px; transition-duration: 0.2s; }