:Year-specific LP logos on Talks

* docs/40-talks.md: Consistent styling and year-specific logos.
* images/lp-2016.png: Add LP2016 logo.
* images/lp-2017.png: Add LP2016 logo.
* style.css: Whitespace above logos.
master
Mike Gerwitz 2018-01-05 22:48:09 -05:00
parent 4f5a47a970
commit e521680ece
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
4 changed files with 12 additions and 8 deletions

View File

@ -21,11 +21,11 @@ those examples and others in an attempt to derive a code of ethics that
compares to each of these other fields, and to consider how leaders and compares to each of these other fields, and to consider how leaders and
educators should approach ethics within education and guidance. educators should approach ethics within education and guidance.
-----
[![LibrePlanet 2017][lp2017-logo]][lp2017]
#### The Surreptitious Assault on Privacy, Security, and Freedom (LibrePlanet 2017) <span class="talk-logo">[![LibrePlanet 2017][lp2017-logo]][lp2017]</span>
#### The Surreptitious Assault on Privacy, Security, and Freedom (2017)
[Video][sapsf-video] • [Slides][sapsf-slides-pdf] [Video][sapsf-video] • [Slides][sapsf-slides-pdf]
• [Slides Source Code][sapsf-src] • [Bibliography][sapsf-bib] • [Slides Source Code][sapsf-src] • [Bibliography][sapsf-bib]
@ -52,11 +52,11 @@ overview of mitigations; and dozens of resources for further research and
discussion with others. No prior knowledge of security or cryptography are discussion with others. No prior knowledge of security or cryptography are
necessary. necessary.
-----
[![LibrePlanet 2016][lp2017-logo]][lp2017]
#### Restore Online Freedom! (LibrePlanet 2016) <span class="talk-logo">[![LibrePlanet 2016][lp2017-logo]][lp2017]</span>
#### Restore Online Freedom! (2016)
[Video][rof] • [Slides][slides-pdf] • [Slides Source Code][slides-src] [Video][rof] • [Slides][slides-pdf] • [Slides Source Code][slides-src]
• [LibrePlanet Collection][collection] • [LibrePlanet Collection][collection]
@ -85,7 +85,7 @@ how it's being done, and what can (or can't) be done to stop it.
[collection]: https://media.libreplanet.org/u/libreplanet/collection/restore-online-freedom/ [collection]: https://media.libreplanet.org/u/libreplanet/collection/restore-online-freedom/
[lp2016]: https://www.libreplanet.org/2016/ [lp2016]: https://www.libreplanet.org/2016/
[lp2016-logo]: /images/lp-no-year.png [lp2016-logo]: /images/lp-2016.png
[sapsf-slides-pdf]: /talks/sapsf.pdf [sapsf-slides-pdf]: /talks/sapsf.pdf
[sapsf-video]: https://media.libreplanet.org/u/libreplanet/m/the-surreptitious-assault-on-privacy-security-and-freedom/ [sapsf-video]: https://media.libreplanet.org/u/libreplanet/m/the-surreptitious-assault-on-privacy-security-and-freedom/
@ -93,7 +93,7 @@ how it's being done, and what can (or can't) be done to stop it.
[sapsf-bib]: /projects/sapsf/plain/sapsf.bib [sapsf-bib]: /projects/sapsf/plain/sapsf.bib
[lp2017]: https://www.libreplanet.org/2017/ [lp2017]: https://www.libreplanet.org/2017/
[lp2017-logo]: /images/lp-no-year.png [lp2017-logo]: /images/lp-2017.png
[lp2018]: https://www.libreplanet.org/2018/ [lp2018]: https://www.libreplanet.org/2018/
[lp2018-logo]: /images/lp-2018.png [lp2018-logo]: /images/lp-2018.png

BIN
images/lp-2016.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
images/lp-2017.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -325,6 +325,10 @@ body.index footer hr,
text-align: center; text-align: center;
} }
p ~ p .talk-logo {
margin-top: 5ex;
}
@keyframes octoflop { @keyframes octoflop {
30% { 30% {
transform: rotate(-35deg); transform: rotate(-35deg);