diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-19 14:13:16 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-19 14:13:16 +0200 |
commit | d86898cbec2566df9b9e4c9953022c9771059db5 (patch) | |
tree | 3cf693d375fa38e669e43898f4bcc66e7c3785ac | |
parent | Typo (diff) | |
download | joe-www-d86898cbec2566df9b9e4c9953022c9771059db5.tar.gz joe-www-d86898cbec2566df9b9e4c9953022c9771059db5.tar.bz2 joe-www-d86898cbec2566df9b9e4c9953022c9771059db5.tar.xz joe-www-d86898cbec2566df9b9e4c9953022c9771059db5.tar.zst joe-www-d86898cbec2566df9b9e4c9953022c9771059db5.zip |
Small updates
-rw-r--r-- | css/site.css | 2 | ||||
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | using.html | 26 |
3 files changed, 27 insertions, 7 deletions
diff --git a/css/site.css b/css/site.css index 433b5b9..a1e6bb9 100644 --- a/css/site.css +++ b/css/site.css @@ -191,7 +191,7 @@ div.body-contents h4 { font-size: 110%; font-weight: bold; text-align: left; - padding: 0em 0em 0.25rem 0em; + padding: 0em 0em 0.20rem 0em; margin: 0pt; margin-top: 1em; } @@ -62,9 +62,11 @@ A picture of me IRL at work: </p> <img src="img/me.jpg" alt="me.jpg" width="325"> - <h2>Note</h2> <p> - Please note that I'm not the same Joe as Joseph H. Allen, + I play a lot of music too. That's pretty much all there is. + </p> + <p> + <i>Note:</i> Please note that I'm not the same Joe as Joseph H. Allen, the author of the very based <a href="https://joe-editor.sourceforge.io/">Joe's Own Editor</a>. I'm just another random Joe. @@ -70,13 +70,15 @@ </li> <li> <h4>OS</h4> - <b>FreeBSD 13</b> is my OS of choice. + <b>FreeBSD 13</b> is my OS of choice. I left + GNU/Linux for BSD about 1 year ago and I never + felt the need to go back! </li> <li> <h4>Window manager</h4> <b>dwm</b> is my favorite tiling window manager - and the only one I use for it very light and highly - extensible. + and the only one I use for it is very light and + highly extensible. </li> <li> <h4>Terminal emulator</h4> @@ -89,7 +91,7 @@ I use <b>zsh</b> as my only interactive shell. </li> <li> - <h4>Software</h4> + <h4>Other software</h4> Here is a small list of programs I use frequently. Most are terminal-based. <ul> @@ -110,6 +112,22 @@ <li>IRC client: <b>irssi</b> </ul> </li> + <li> + <h4>Games</h4> + I haven't played much video games in recent times + but here's what I used to play a lot: + <ul> + <li> + <b>Kerbal Space Program</b> on my Linux + machine, I loved this game! + </li> + <li> + <b>Classic DOOM</b> and <b>Hexen</b> + through <b>gzdoom</b>, it runs very + smooth on BSD. + </li> + </ul> + </li> </ul> </p> <h2>Hardware</h2> |