From 84169cc00825ff294498f380e0ec28b0bd088c27 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 2 Jul 2022 17:38:29 +0300 Subject: feat: revamp --- index.html | 78 ++++++++++++++++++++++++++++++-------------------------------- style.css | 11 ++++----- 2 files changed, 42 insertions(+), 47 deletions(-) diff --git a/index.html b/index.html index ea6729b..1ce7b7d 100644 --- a/index.html +++ b/index.html @@ -1,43 +1,41 @@ - - - - azahi - - - - - - - - - - -

azahi

-

- Azat Bahawi (Азат Багавиев) -

-

- DevOps engineer. Formerly a C/C++ SWE. -

-

- GitHub - | - GitLab -

-

-

-
Email:
-
azat [at] bahawi [dot] net (PGP) -
2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B -
IRC:
-
azahi @ Libera
-
azahi @ OFTC
-
azahi @ Rizon
-
Matrix:
-
@azahi:azahi.cc
-
-

- + + + azahi + + + + + + + + + +

azahi

+

+ Azat Bahawi (Азат Багавиев) +

+

+ DevOps-engineer. Formerly a C/C++ SWE. +

+

+ GitHub + | + GitLab +

+

+

+
Email:
+
azat [at] bahawi [dot] net (PGP) +
2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B +
IRC:
+
azahi @ Libera
+
azahi @ OFTC
+
azahi @ Rizon
+
Matrix:
+
@azahi:azahi.cc
+
+

+ diff --git a/style.css b/style.css index 1e90bf5..9d08044 100644 --- a/style.css +++ b/style.css @@ -28,18 +28,15 @@ body { color: var(--foreground); font-family: monospace; font-size: 1.3em; - margin-top: 10em; + display: table; margin-left: auto; margin-right: auto; - display: table; + margin-top: 10em; + padding: 3em; } a { - color: var(--blue) -} - -a:visited { - color: var(--magenta) + color: var(--red) } dt { -- cgit 1.4.1