From 8b94c3a880110a7061df84c3b1541e55d43f1a20 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 12 Feb 2025 21:08:20 +0100 Subject: [PATCH] wip --- index.html | 50 +++++++++++++++++++++++++++++++++++++------------ style/light.css | 20 ++++++++++---------- 2 files changed, 48 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 95aa83a..60d695c 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ Me in front of hex dumps.

Marc Beninca

+

Contact

@@ -45,9 +46,19 @@ from scratch & mirrors & without installer
-

Link

+

Projects

+ +

Read Write eXecute

+ +

Live Scan Grub Menu

+ +

Shell to Python
Continuous Deployment

+ +
+ +
+

Links

-

Proprietary

E-mail cvatmarc.beninca.link
@@ -63,7 +74,8 @@ from scratch & mirrors & without installer
-

Open

+
+ @@ -71,18 +83,11 @@ from scratch & mirrors & without installer - - - - - - - -
marc.beninca.link
KeyOxideASP
OpenPGP
-

Personal

+
+ @@ -100,6 +105,27 @@ from scratch & mirrors & without installer +
+

Identity

+ +
+ + + + + + + + + + + + + +
KeyOxideASP
OpenPGP
OpenPGPkeys.openpgp.org
+ + +
diff --git a/style/light.css b/style/light.css index 25f2f77..d7ac2f3 100644 --- a/style/light.css +++ b/style/light.css @@ -4,12 +4,9 @@ src: url("font/fa.woff2"); } -* { - text-align: justify; -} - html { font-family: "DejaVu Sans", sans-serif; + text-align: justify; } section.images { @@ -17,15 +14,18 @@ section.images { justify-content: space-around; } -h1 { font-size: 1.5rem; } -h2 { font-size: 1.4rem; } -h3 { font-size: 1.3rem; } -h4 { font-size: 1.2rem; } -h5 { font-size: 1.1rem; } -h6 { font-size: 1.0rem; } +h1 { font-size: 1.25rem; } +h2 { font-size: 1.20rem; } +h3 { font-size: 1.15rem; } +h4 { font-size: 1.10rem; } +h5 { font-size: 1.05rem; } +h6 { font-size: 1.00rem; } h1, h2, h3, h4, h5, h6 { margin-block: .5em; } +h2 { + text-align: center; +} img.big { block-size: 4em;