mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Tweak homepage copy and h2 positioning
This commit is contained in:
parent
4ba1b2a048
commit
3902ccc818
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -64,6 +64,8 @@ main.home {
|
|||
h2 {
|
||||
font-size: 2em;
|
||||
font-weight: 800;
|
||||
position: relative;
|
||||
left: -2px;
|
||||
}
|
||||
h3 {
|
||||
font-weight: 300;
|
||||
|
|
Loading…
Reference in a new issue