add footnote styling and update webring

This commit is contained in:
Amolith 2019-11-20 13:16:35 -05:00
parent 960c709dde
commit 49dac565a8
Signed by: Amolith
GPG Key ID: CA3EFC40662C19BA
2 changed files with 26 additions and 14 deletions

View File

@ -2,6 +2,20 @@
<h3>Articles from blogs I follow around the internet</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2019/11/20/China.html" target="_blank" rel="noopener">China</a>
</h4>
<p class="summary">This article will be difficult to read and was difficult to write. I hope that
you can stomach the uncomfortable nature of this topic and read my thoughts in
earnest. I usually focus on technology-related content, but at the end of the
day, this is my perso…</p>
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
</small>
<small class="date">November 20, 2019</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://kevq.uk/coming-full-circle-from-grav-to-wordpress/" target="_blank" rel="noopener">Coming Full Circle From Grav To WordPress</a>
@ -13,20 +27,6 @@
<small class="date">November 19, 2019</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2019/11/15/Status-update-November-2019.html" target="_blank" rel="noopener">Status update, November 2019</a>
</h4>
<p class="summary">Todays update is especially exciting, because today marks the 1 year
anniversary of Sourcehut opening its alpha to public
registration. I wrote a nice long article which goes into
detail about what Sourcehut accomplished in 2019, whats to come for 2020, a…</p>
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
</small>
<small class="date">November 15, 2019</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://infosec-handbook.eu/blog/libreoffice63-redaction/" target="_blank" rel="noopener">How to redact sensitive information with LibreOffice 6.3&#43;</a>

View File

@ -141,6 +141,18 @@ a {
font-family: "ForkAwesome";
margin-left: 5px;
}
.footnotes {
border-top: 2px solid #808080;
}
.footnote {
text-decoration: underline!important;
}
a.footnote::after {
display: none;
}
a.reversefootnote::after {
display: none;
}
.hide {
display: none;
}