Add my avatar
This commit is contained in:
parent
7b11450014
commit
3972473277
5 changed files with 11 additions and 1 deletions
BIN
avatar-96.png
Normal file
BIN
avatar-96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -3,6 +3,9 @@
|
||||||
#+OPTIONS: toc:nil num:nil
|
#+OPTIONS: toc:nil num:nil
|
||||||
#+STARTUP: showall
|
#+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 can’t promise your contribution will be merged, but I can promise it will be considered and greatly appreciated regardless.
|
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 can’t promise your contribution will be merged, but I can promise it will be considered and greatly appreciated regardless.
|
||||||
|
|
||||||
* Gardening
|
* Gardening
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
:base-directory "."
|
:base-directory "."
|
||||||
:recursive t
|
:recursive t
|
||||||
:exclude "^public/"
|
:exclude "^public/"
|
||||||
:base-extension "svg"
|
:base-extension "svg\\|png"
|
||||||
:publishing-function org-publish-attachment
|
:publishing-function org-publish-attachment
|
||||||
:publishing-directory "public/")
|
:publishing-directory "public/")
|
||||||
("all" :components ("index" "posts" "assets"))))
|
("all" :components ("index" "posts" "assets"))))
|
||||||
|
|
|
@ -79,3 +79,5 @@ pre {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p { margin: 0; }
|
||||||
|
|
|
@ -9,6 +9,11 @@
|
||||||
&:extend(.subtitle);
|
&:extend(.subtitle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#avatar {
|
||||||
|
float: left;
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
#org-div-home-and-up {
|
#org-div-home-and-up {
|
||||||
&:extend(.header-block);
|
&:extend(.header-block);
|
||||||
&:extend(.content-wrapper);
|
&:extend(.content-wrapper);
|
||||||
|
|
Loading…
Reference in a new issue