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"
|
body_class = "home"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
I'm a software developer from Melbourne, Australia. I like warm weather
|
Hi I'm Wes 👋. I like warm weather and tinkering with computers; ranging from
|
||||||
{{ quiet(text="🏝️") }} and tinkering with computers; ranging from small
|
small microcontrollers, up to large servers and the operating systems that run
|
||||||
microcontrollers, up to large servers and the operating systems that run upon
|
upon them. I'm a [Rustacean] {{ quiet(text="🦀") }} with a fondness for
|
||||||
them. I'm a [Rustacean] {{ quiet(text="🦀") }} with a fondness for mechanical
|
mechanical keyboards. I work at [YesLogic] on the [Prince] HTML to PDF
|
||||||
keyboards and I work at [YesLogic] on the [Prince] HTML to PDF converter.
|
converter. [Read more on the about page →](@/about.md)
|
||||||
[Read more on the about page →](@/about.md)
|
|
||||||
|
|
||||||
[Prince]: https://www.princexml.com/
|
[Prince]: https://www.princexml.com/
|
||||||
[Rustacean]: https://www.rust-lang.org/learn/get-started#ferris
|
[Rustacean]: https://www.rust-lang.org/learn/get-started#ferris
|
||||||
|
|
|
@ -64,6 +64,8 @@ main.home {
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
position: relative;
|
||||||
|
left: -2px;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
Loading…
Reference in a new issue