Add my avatar

This commit is contained in:
Tom Willemse 2022-07-19 09:42:47 -07:00
parent 7b11450014
commit 3972473277
5 changed files with 11 additions and 1 deletions

BIN
avatar-96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -3,6 +3,9 @@
#+OPTIONS: toc:nil num:nil
#+STARTUP: showall
#+ATTR_HTML: :id avatar :alt Angry black prinny (looking like Tux), playing on a PSP
[[file:avatar-96.png]]
Hi, welcome! This is my website. I'm a software developer. I love Free Software and Open Source Software, and all of my projects are available for anyone to use. I also would love for anyone to contribute to any of them. I cant promise your contribution will be merged, but I can promise it will be considered and greatly appreciated regardless.
* Gardening

View file

@ -98,7 +98,7 @@
:base-directory "."
:recursive t
:exclude "^public/"
:base-extension "svg"
:base-extension "svg\\|png"
:publishing-function org-publish-attachment
:publishing-directory "public/")
("all" :components ("index" "posts" "assets"))))

View file

@ -79,3 +79,5 @@ pre {
font-size: 14pt;
line-height: 100%;
}
p { margin: 0; }

View file

@ -9,6 +9,11 @@
&:extend(.subtitle);
}
#avatar {
float: left;
padding: 0.5rem 1rem;
}
#org-div-home-and-up {
&:extend(.header-block);
&:extend(.content-wrapper);