:Add avatar and attribution to About
Received permission from Kori Feener to use the LibrePlanet 2016 photo of me as an avatar.master
parent
23940080b9
commit
9858f6112c
|
@ -1,5 +1,10 @@
|
|||
### About
|
||||
|
||||
<img src="/images/me-libreplanet-2016.png"
|
||||
alt="Photo of Mike"
|
||||
title="LibrePlanet 2016 Talk 'Restore Online Freedom!'"
|
||||
class="inline-img avatar" />
|
||||
|
||||
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]
|
||||
|
||||
<span class="attribution">[LibrePlanet 2016 Photo][photo]
|
||||
Copyright © 2016 Kori Feener, [CC BY 4.0][ccby]; used
|
||||
with permission.</span>
|
||||
|
||||
|
||||
[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/
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
20
style.css
20
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');
|
||||
|
|
Loading…
Reference in New Issue