From 54bfd269386bf0fdae853e5a9dfd4e71e3393017 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 22 Oct 2022 22:40:28 +0700 Subject: Add more details to projects and work CSS are updated to avoid page breaking. Future updates that break the page might consider separate projects or work section to the second page --- index.html | 62 +++++++++++++++++++++++++++++++++++++++++++++----------------- style.css | 21 +++++++++++++++++---- 2 files changed, 62 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 956c7e8..1fceeca 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,11 @@
Position
Back-end developer
E-Mail
Location
Hà Nội, Việt Nam
(prefer remote work)
+
Forges
+
https://git.sr.ht/~huyngo
+
https://github.com/Huy-Ngo
+
Personal website
+
https://xrvs.net/

Certifications

-

Knowledge

-
+

Technologies

+
Programming Languages
Python
Bash
@@ -45,14 +50,11 @@
Systems
NixOS
Alpine Linux
-
Debian GNU/Linux
-
openBSD
Databases
MariaDB
SQLite
RethinkDB
Redis
-
Elasticsearch
diff --git a/style.css b/style.css index fac3bc4..0d5c6f8 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,10 @@ a { color: gold; } } } + +a:hover { + text-decoration-style: wavy; +} main { margin: 0 auto; } @@ -24,7 +28,6 @@ main { } .container #right { - margin-left: 1em; grid-column: 2; } @media screen and (max-width: 900px) { @@ -60,21 +63,31 @@ dd { margin-left: 1.5rem; } -#skills dd { +li p { + margin: 0.2rem; +} + +.skills dd { display: inline-block; border-bottom: 1px dashed gray; } @media screen { - main { max-width: 90em } + main { max-width: 70em } + .container #left { + max-width: 21em; + } } @media print { nav, footer { display: none } + dl, p, li { + font-size: 0.9em; + } a:not(.no-print)::after { content: " (" attr(href) ")"; } + .verbatim-print { font-family: monospace; } a::after { font-family: monospace; - font-size: 0.9rem; color: initial; } a { -- cgit 1.4.1