From ae8de1ad556f8d6c4c97817538e17722f850ebbc Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 26 Feb 2025 12:54:08 -0500 Subject: fix IPA placeholder --- src/scss/home.scss | 8 ++++++++ src/web/lang/home.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/scss/home.scss b/src/scss/home.scss index 0501941..fa3159f 100644 --- a/src/scss/home.scss +++ b/src/scss/home.scss @@ -11,6 +11,14 @@ padding-right: $outer-gap; } +#about { + span { + margin: 0 !important; + font-family: monospace; + font-size: 110%; + } +} + @media (max-width: 800px) { #main .col { display: block; diff --git a/src/web/lang/home.php b/src/web/lang/home.php index 2a21773..d809394 100644 --- a/src/web/lang/home.php +++ b/src/web/lang/home.php @@ -5,8 +5,8 @@ $lang['title'] = $lang['first_name']; # sections $lang['about'] = 'About'; $lang['section_about'] = ' -Hi, and welcome to my webbed site! I go by Freya (IPA). I make cool -programming projects, work as a software developer, and lurk on the +Hi, and welcome to my webbed site! I go by Freya /ˈfɹeɪə/. +I make cool programming projects, work as a software developer, and lurk on the interwebz. You can find me tinerking with systems programming, networking, and declarative linux distros. '; -- cgit v1.2.3-freya