From cd840237902655881ea7ab845747be3648cb2753 Mon Sep 17 00:00:00 2001 From: Alex <12881812+xezno@users.noreply.github.com> Date: Thu, 20 Jun 2024 02:12:40 +0100 Subject: [PATCH] Wave emoji, justify text --- index.html | 16 ++++++---------- public/img/wave.svg | 9 +++++++++ styles.css | 17 ++++++++++++++--- 3 files changed, 29 insertions(+), 13 deletions(-) create mode 100644 public/img/wave.svg diff --git a/index.html b/index.html index 89edb40..176fcc5 100644 --- a/index.html +++ b/index.html @@ -28,20 +28,16 @@
-

Hi. I'm Alex.

+

+ Hi. I'm Alex. + Wave +

- I'm a programmer from the UK working at Facepunch. -

-

- I like reverse engineering, graphics programming, and game - development. - I'm also pretty enthusiastic about hardware hacking and electronics, and I'm always looking for new projects to work on. - + I'm a programmer from the UK working at Facepunch. I like reverse engineering, graphics programming, and game development. I'm also pretty enthusiastic about hardware hacking and electronics, and I'm always looking for new projects to work on.

- Feel free to check out some of my projects on GitHub. - You can get in touch with me via email or Twitter. + Feel free to check out some of my projects on GitHub. You can get in touch with me via email or Twitter.

diff --git a/public/img/wave.svg b/public/img/wave.svg new file mode 100644 index 0000000..912da7b --- /dev/null +++ b/public/img/wave.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/styles.css b/styles.css index 34f336c..355c313 100644 --- a/styles.css +++ b/styles.css @@ -10,7 +10,7 @@ body { padding: min(5%, 20px) min(10%, 100px); text-rendering: optimizeLegibility; - letter-spacing: -0.025em; + letter-spacing: -0.0125em; } body::before { @@ -32,7 +32,7 @@ body::before { main { width: 100%; - max-width: 720px; + max-width: 500px; margin: auto; } @@ -50,6 +50,13 @@ h1 { font-weight: normal; } +h1 img { + width: 1em; + height: 1em; + margin-bottom: 1rem; + display: inline-block; +} + a { color: #BC2D29; font-weight: bold; @@ -93,6 +100,10 @@ nav span.fill { margin-top: -100px; } +.intro-container p { + text-align: justify; +} + .intro-container h1 { margin-bottom: 0; } @@ -103,7 +114,7 @@ nav span.fill { } .intro-container h1 { - font-size: 4rem !important; + font-size: 3rem !important; } .intro-container {