1
0
Fork 0
forked from wezm/wezm.net

Update projects and about info

This commit is contained in:
Wesley Moore 2021-01-04 07:37:22 +10:00
parent 4f04936330
commit 94171be290
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE
4 changed files with 38 additions and 18 deletions

View file

@ -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.

View file

@ -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;

View file

@ -0,0 +1,12 @@
<svg width="86" height="75" viewBox="0 0 86 75" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M43 75L0 60.2941L43 50L86 60.2941L43 75Z" fill="#FFB76C"/>
<path d="M43 65L0 50.2941L43 40L86 50.2941L43 65Z" fill="#FFB76C"/>
<path d="M43 55L0 40.2941L43 30L86 40.2941L43 55Z" fill="#443629"/>
<path d="M43 35L0 20.2941L43 10L86 20.2941L43 35Z" fill="#F8EF64"/>
<path d="M43 40L86 50.3521V60.2113L43 75L0 60.2113V50.3521L43 40Z" fill="#FFB76C"/>
<path d="M43 30L86 40.3521V50.2113L43 65L0 50.2113V40.3521L43 30Z" fill="#443629"/>
<path d="M43 20L86 30.3521V40.2113L43 55L0 40.2113V30.3521L43 20Z" fill="#F8EF64"/>
<path d="M43 10L86 20.3521V30.2113L43 45L0 30.2113V20.3521L43 10Z" fill="#443629"/>
<path d="M43 25L0 10.2941L43 0L86 10.2941L43 25Z" fill="#FF9CC2"/>
<path d="M0 20V10L43 25L86 10V20L43 35L0 20Z" fill="#F786B1"/>
</svg>

After

Width:  |  Height:  |  Size: 841 B

View file

@ -8,7 +8,7 @@
<div class="intro">
<div class="tagline">
<div class="emoji-pair">👨‍💻 Software Developer</div>
<div class="emoji-pair">🌏 Melbourne, Australia</div>
<div class="emoji-pair">🌏 Sunshine Coast, Australia</div>
</div>
{{ section.content | safe }}
@ -37,12 +37,6 @@
</a>
<p>Curated posts from the Rust community.</p>
</li>
<li>
<a href="https://desktop.institute/">
<svg fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" x="0px" y="0px"><g data-name="Browser"><path d="M2,2V62H62V2ZM60,4v6H4V4ZM4,60V12H60V60Z"></path><rect x="6" y="6" width="2" height="2"></rect><rect x="10" y="6" width="2" height="2"></rect><rect x="14" y="6" width="2" height="2"></rect><rect x="56" y="6" width="2" height="2"></rect><path d="M8,56H32V16H8Zm2-38H30V54H10Z"></path><path d="M36,34H56V16H36Zm2-16H54V32H38Z"></path><path d="M36,56H56V38H36Zm2-16H54V54H38Z"></path></g></svg>Desktop Institute
</a>
<p>Documenting the search for the perfect desktop environment.</p>
</li>
<li>
<a href="https://bitcannon.net/">
<svg id="bookmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="#85144b">
@ -59,6 +53,18 @@
</a>
<p>A personal knowledge base.</p>
</li>
<li>
<a href="https://github.com/yeslogic/allsorts">
<img src="images/allsorts.svg">Allsorts
</a>
<p>Font parser, shaping engine, and subsetter implemented in Rust.</p>
</li>
<li>
<a href="https://github.com/yeslogic/allsorts" class="no-border">
<span class="emoji-img">🍃</span></a><a href="https://github.com/yeslogic/allsorts">Leaf
</a>
<p>Lightweight, self-hosted task tracking.</p>
</li>
</ul>
</section>
</div>