fixed small things bothering me

This commit is contained in:
Emma Tebibyte 2022-11-12 00:24:41 -05:00
parent e96e9a6bf5
commit 3afffe9bef
5 changed files with 55 additions and 33 deletions

View File

@ -48,20 +48,24 @@
</main> </main>
<footer> <footer>
<div class="copyleft"> <div class="copyleft">
<p> <small>
<a href="https://copyleft.org/"><p>Copyleft</a> &#x1f12f; 2022 <a href="https://copyleft.org/">Copyleft</a> 🄯 2022
Tebibyte Media Tebibyte Media
</p> </small>
</div> </div>
<div class="webring"> <div class="webring">
<p> <span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/"> <a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a> // ???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a> <a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/"> <a href="https://yesterweb.org/webring/">
Yesterweb</a> Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a> <a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
// <a href="https://yesterweb.org/webring/members.html">..</a> </span>
</p> <span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div> </div>
</footer> </footer>

View File

@ -237,15 +237,19 @@
</small> </small>
</div> </div>
<div class="webring"> <div class="webring">
<p> <span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/"> <a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a> // ???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a> <a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/"> <a href="https://yesterweb.org/webring/">
Yesterweb</a> Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a> <a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
// <a href="https://yesterweb.org/webring/members.html">..</a> </span>
</p> <span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div> </div>
</footer> </footer>
</body> </body>

View File

@ -65,6 +65,11 @@ dd {
text-align: left; text-align: left;
} }
div.webring span:not(:last-child)::after {
content: " //";
color: #4a3333;
}
dt { dt {
font-weight: bold; font-weight: bold;
} }
@ -143,6 +148,7 @@ menu li:not(:last-child)::after {
color: #4a3333; color: #4a3333;
} }
menu li a { menu li a {
text-decoration: underline; text-decoration: underline;
} }

View File

@ -66,15 +66,15 @@
<a href="https://stallman.org/">Richard Stallman</a>, <a href="https://stallman.org/">Richard Stallman</a>,
<cite> <cite>
<a href="https://www.gnu.org/philosophy/shouldbefree.en.html"> <a href="https://www.gnu.org/philosophy/shouldbefree.en.html">
Why Software Should be Free</a></cite>, "Damaging Why Software Should be Free</a></cite>, Damaging
Social Cohesion", para. 23 Social Cohesion, para. 23
</figcaption> </figcaption>
</figure> </figure>
<p> <p>
Our <a href="/network">Network</a> is designed to facilitate and Our <a href="/network">Network</a> is designed to facilitate and
spread that spirit of sharing, cooperation, and solidarity by spread that spirit of sharing, cooperation, and solidarity by
providing to members firm foundations of support. If your providing to members firm foundations of support. If your
project or community is young and you and your team are not sure project or community is young and you and your team is not sure
how to build a userbase, maintain your own services, or if you how to build a userbase, maintain your own services, or if you
need a way to get yourself and your work out there, you should need a way to get yourself and your work out there, you should
consider <a href="/network#application">applying</a>! consider <a href="/network#application">applying</a>!
@ -135,9 +135,9 @@
[XHTML]</a> [XHTML]</a>
</dt> </dt>
<dd> <dd>
<q cite="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html"> <q cite="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html"
Given enough eyeballs, all bugs are shallow.</q> In >Given enough eyeballs, all bugs are shallow.</q> In
his critique of the "cathedral-builder style" of his critique of the “cathedral-builder style” of
software development, <abbr title="Eric S. Raymond"> software development, <abbr title="Eric S. Raymond">
ESR</abbr> covers the importance of the ESR</abbr> covers the importance of the
practical principles behind free software practical principles behind free software
@ -153,7 +153,7 @@
Stenberg's guide to developing free software Stenberg's guide to developing free software
<a href="#open-source">[1]</a> projects focuses on the <a href="#open-source">[1]</a> projects focuses on the
less-obvious aspects of the process—for example, the less-obvious aspects of the process—for example, the
section entitled "Your project" covers the difficulties section entitled “Your project” covers the difficulties
of <i>starting</i> itself. of <i>starting</i> itself.
</dd> </dd>
</dl> </dl>
@ -173,15 +173,19 @@
</small> </small>
</div> </div>
<div class="webring"> <div class="webring">
<p> <span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/"> <a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a> // ???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a> <a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/"> <a href="https://yesterweb.org/webring/">
Yesterweb</a> Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a> <a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
// <a href="https://yesterweb.org/webring/members.html">..</a> </span>
</p> <span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div> </div>
</footer> </footer>
</body> </body>

View File

@ -239,7 +239,7 @@
</p> </p>
<p> <p>
Please write the application in plaintext as an essay without Please write the application in plaintext as an essay without
organizational headers. organizational headings.
</p> </p>
<ol> <ol>
<li> <li>
@ -375,7 +375,7 @@
<li> <li>
<p> <p>
Does the applicant's work follow the Does the applicant's work follow the
<a href="https://web.archive.org/web/20220609080931/https://homepage.cs.uri.edu/~thenry/resources/unix_art/ch01s06.html"> <a href="http://www.catb.org/esr/writings/taoup/html/ch01s06.html">
Unix Philosophy</a> (if applicable)? Explain Unix Philosophy</a> (if applicable)? Explain
why or why not and how, if at all, it departs from it. why or why not and how, if at all, it departs from it.
</p> </p>
@ -413,15 +413,19 @@
</small> </small>
</div> </div>
<div class="webring"> <div class="webring">
<p> <span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/"> <a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a> // ???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a> <a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/"> <a href="https://yesterweb.org/webring/">
Yesterweb</a> Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a> <a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
// <a href="https://yesterweb.org/webring/members.html">..</a> </span>
</p> <span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div> </div>
</footer> </footer>
</body> </body>