Add list of channels I donate to.
This commit is contained in:
parent
da6b3448be
commit
ad8963a52e
1 changed files with 13 additions and 1 deletions
|
@ -37,6 +37,8 @@ body
|
|||
display: grid;
|
||||
grid-auto-rows: max-content;
|
||||
grid-row-gap: 8px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#headline
|
||||
|
@ -138,7 +140,17 @@ body
|
|||
<p><a href="https://www.buymeacoffee.com/voussoir">buymeacoffee.com/voussoir</a></p>
|
||||
|
||||
<p><a href="https://www.liberapay.com/voussoir">liberapay.com/voussoir</a></p>
|
||||
|
||||
</section>
|
||||
<hr class="width_limited"/>
|
||||
<section class="width_limited">
|
||||
<p>I donate to:</p>
|
||||
<ul>
|
||||
<li><a href="https://accursedfarms.com">Ross Scott, Accursed Farms</a></li>
|
||||
<li><a href="https://www.patreon.com/AppliedScience">Ben Krasnow, Applied Science</a></li>
|
||||
<li><a href="https://www.patreon.com/foldablehuman">Dan Olson, Folding Ideas</a></li>
|
||||
<li><a href="https://www.patreon.com/techmoan">Mat, Techmoan</a></li>
|
||||
<li><a href="https://www.patreon.com/technologyconnections">Alec, Technology Connections</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue