diff --git a/docs/10-about.md b/docs/10-about.md index 8f54c0b..7002ed8 100644 --- a/docs/10-about.md +++ b/docs/10-about.md @@ -1,5 +1,10 @@ ### About +Photo of Mike + Mike Gerwitz is a [free (as in freedom) software][0] [hacker][1] and activist with an insatiable lust for the command line of a [GNU][2] operating system. While much of his earlier experience focused on web development, much of his @@ -35,6 +40,10 @@ distribution and, in most cases, modification.) [View my résumé.][resume] +[LibrePlanet 2016 Photo][photo] +Copyright © 2016 Kori Feener, [CC BY 4.0][ccby]; used +with permission. + [0]: http://www.gnu.org/philosophy/ [1]: http://www.gnu.org/philosophy/words-to-avoid.html#Hacker @@ -43,4 +52,6 @@ distribution and, in most cases, modification.) [easejs]: https://gnu.org/software/easejs [resume]: about/resume [gnueval]: https://www.gnu.org/help/evaluation.html +[photo]: https://media.libreplanet.org/u/libreplanet/m/session-03-c-ms-png-libreplanet-2016-sessions-ec00/ +[ccby]: https://creativecommons.org/licenses/by/4.0/ diff --git a/images/me-libreplanet-2016.png b/images/me-libreplanet-2016.png new file mode 100644 index 0000000..144d7e0 Binary files /dev/null and b/images/me-libreplanet-2016.png differ diff --git a/style.css b/style.css index bee680b..f788467 100644 --- a/style.css +++ b/style.css @@ -188,6 +188,26 @@ tt { text-align: center; } +.avatar { + display: block; + + border-radius: 5px; + box-shadow: 1px 1px 3px #666f63; + + margin: auto; +} + +.attribution { + display: block; + + font-size: 0.75em; + text-decoration: italic; + text-align: right; + + width: 66%; + margin-left: auto; +} + .listingblock { background-color: #eeeeec; background-image: url('images/cross_scratches.png');