diff --git a/v2/content/about.md b/v2/content/about.md index 5d00cf4..3fb33a7 100644 --- a/v2/content/about.md +++ b/v2/content/about.md @@ -4,23 +4,21 @@ title = "About" {{ resize_image(image="../static/images/Photo of Wesley Moore.jpg", width=1600, quality=60, alt="Photo of me against a Boab tree in Broome, WA") }} -I'm a software developer from Melbourne, Australia. I like open-source software -and warm weather (Melbourne is not in the warm part of Australia -unfortunately). I enjoy tinkering with computers, ranging from small -microcontrollers up to large servers and the operating systems that run upon -them. +I'm a software developer originally from Melbourne, Australia. I now live on +the Sunshine Coast in Queensland. I like open-source software and warm weather. +I enjoy tinkering with computers, ranging from small microcontrollers up to +large servers and the operating systems that run upon them. -I run [Arch Linux] on [my desktop computer][my desktop] and [Void -Linux (musl)][Void Linux] on [my laptop], with the [Awesome] window manager. -The [server hosting this website][my server] runs [Alpine Linux]. -You can read more about my OS adventures on [bitcannon.net]. +[Arch Linux] is my desktop operating system of choice, with the [Awesome] window +manager. The [server hosting this website][my server] runs [Alpine Linux]. You +can read more about my OS adventures on [bitcannon.net]. [{{ float_image(image="../static/images/keyboards.jpg", float="right", width=128, alt="Photo of my keyboards") }}](../images/keyboards.jpg) I prefer typing on mechanical keyboards. I have a small collection in a range of sizes. All are fully programmable. My current favourite is a Filco Majestouch Ninja 2, which has had the factory controller replaced with a programmable one. -[Rust] is my programming language of choice. I am fairly active in the Rust +[Rust] is my favourite programming language. I am fairly active in the Rust community and curate [Read Rust], a website that collects interesting posts from the Rust community. diff --git a/v2/sass/screen.scss b/v2/sass/screen.scss index 5ae0d2a..121c124 100644 --- a/v2/sass/screen.scss +++ b/v2/sass/screen.scss @@ -224,7 +224,7 @@ footer .copyright { .tagline { line-height: 2; font-weight: 300; - font-size: 2em; + font-size: 1.85em; margin: $heading-margin; font-family: $heading-family; display: flex; @@ -279,6 +279,10 @@ ul.projects { vertical-align: middle; margin-right: 0.5em; } + .emoji-img { + font-size: 32px; + margin-right: 0.5rem; + } p { margin-left: calc(32px + 0.5em); font-size: smaller; diff --git a/v2/static/images/allsorts.svg b/v2/static/images/allsorts.svg new file mode 100644 index 0000000..eaf8acc --- /dev/null +++ b/v2/static/images/allsorts.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/v2/templates/index.html b/v2/templates/index.html index bd0a850..142cda5 100644 --- a/v2/templates/index.html +++ b/v2/templates/index.html @@ -8,7 +8,7 @@
👨‍💻 Software Developer
-
🌏 Melbourne, Australia
+
🌏 Sunshine Coast, Australia
{{ section.content | safe }} @@ -37,12 +37,6 @@

Curated posts from the Rust community.

-
  • - - Desktop Institute - -

    Documenting the search for the perfect desktop environment.

    -
  • @@ -59,6 +53,18 @@

    A personal knowledge base.

  • +
  • + + Allsorts + +

    Font parser, shaping engine, and subsetter implemented in Rust.

    +
  • +
  • + + 🍃Leaf + +

    Lightweight, self-hosted task tracking.

    +