diff --git a/v2/content/_index.md b/v2/content/_index.md index 916c320..df25449 100644 --- a/v2/content/_index.md +++ b/v2/content/_index.md @@ -4,12 +4,11 @@ title = "Wesley Moore" body_class = "home" +++ -I'm a software developer from Melbourne, Australia. I like warm weather -{{ quiet(text="🏝️") }} and tinkering with computers; ranging from small -microcontrollers, up to large servers and the operating systems that run upon -them. I'm a [Rustacean] {{ quiet(text="🦀") }} with a fondness for mechanical -keyboards and I work at [YesLogic] on the [Prince] HTML to PDF converter. -[Read more on the about page →](@/about.md) +Hi I'm Wes 👋. I like warm weather and tinkering with computers; ranging from +small microcontrollers, up to large servers and the operating systems that run +upon them. I'm a [Rustacean] {{ quiet(text="🦀") }} with a fondness for +mechanical keyboards. I work at [YesLogic] on the [Prince] HTML to PDF +converter. [Read more on the about page →](@/about.md) [Prince]: https://www.princexml.com/ [Rustacean]: https://www.rust-lang.org/learn/get-started#ferris diff --git a/v2/sass/screen.scss b/v2/sass/screen.scss index f87a684..a64c258 100644 --- a/v2/sass/screen.scss +++ b/v2/sass/screen.scss @@ -64,6 +64,8 @@ main.home { h2 { font-size: 2em; font-weight: 800; + position: relative; + left: -2px; } h3 { font-weight: 300;