added works to reading list

This commit is contained in:
Emma Tebibyte 2022-09-19 18:26:53 -04:00
parent 3822f5150c
commit be8c29ae68
2 changed files with 31 additions and 0 deletions

View File

@ -100,6 +100,12 @@ ul {
list-style-type: disc;
}
.r-list {
text-align: right;
list-style-type: none;
padding: 0;
}
.content, footer, header, nav {
max-width: 80em;
margin: 0% auto;

View File

@ -112,7 +112,32 @@
<h2 class="h-right" id="reading">
<a href="#reading">Tebibyte Media Reading List</a>
</h2>
<h3 class="h-right" id="technical">
<a href="#technical">Technical</a>
</h3>
<p>
Works listed here are relevant to the technical side of
freely licensed projects.
<ul class="r-list">
<li>
<a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/">
[XHTML]</a> <i>The Cathedral and the Bazaar</i> by
<a href="http://www.catb.org/~esr">Eric Raymond</a>
</li>
<li>
<a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf">
[PDF]</a> <i>Free Software, Free Society</i> by
<a href="https://stallman.org/">Richard Stallman</a>
</li>
<li>
<a href="https://un.curl.dev/">[HTML]</a>
<i>Uncurled</i> by
<a href="https://daniel.haxx.se/">Daniel Stenberg
</a>
</li>
</ul>
</p>
</div>
</div>