Added lambdabot to projects.

This commit is contained in:
Dakota Blair 2021-11-15 20:57:31 -08:00
parent 5a38977150
commit faa88e46a2
2 changed files with 36 additions and 2 deletions

View File

@ -119,7 +119,14 @@
<a href="https://en.wikipedia.org/wiki/Method_of_loci">the method of loci</a>.
I hope it serves as an aid to learn more basic facts about these
chemical elements.
</dd>
</dd>
<dt id="lambdabot"><a href="https://tilde.chat/kiwi/#haskell">Lambdabot on tilde.chat</a></dt>
<dd>
<a href="https://github.com/lambdabot/lambdabot">Lambdabot</a> is a
development tool and advanced IRC bot. I am running an instance on IRC
as a way to run some Haskell and learn a bit more about functional
programming. Let me know if you want lambdabot to join your room.
</dd>
</dl>
</section>
<hr />

View File

@ -59,6 +59,10 @@ a:visited {
color: var(--link-visited);
}
dt {
position: relative;
}
/* ASCII aesthetics */
hr {
border: none;
@ -111,7 +115,7 @@ body.ascii h1 {
position: relative;
}
body.ascii h1::before {
body.ascii h1::before, body.ascii dt::before {
font-size: var(--font-size);
position: absolute;
right: 0ch;
@ -171,6 +175,29 @@ body.ascii #projects h1::before {
transform: translateX(32ch) translateY(calc(-3.5*var(--font-size))) scale(.5);
}
body.ascii dt#lambdabot::before {
content: '\
_____ _____\A\
\\ \\ \\ \\\A\
\\ \\ \\ \\\A\
\\ \\ \\ \\\A\
\\ \\ \\ \\ \\-----------|\A\
\\ \\ \\ \\ \\ |\A\
\\ \\ \\ \\ \\---------|\A\
/ / / \\\A\
/ / / \\ \\-------|\A\
/ / / ^ \\ \\ |\A\
/ / / / \\ \\ \\ ----|\A\
/ / / / \\ \\\A\
/____/ /____/ \____\\';
display: block;
transform: translateX(11ch) translateY(calc(-5*var(--font-size))) scale(calc(1/3));
}
#lambdabot + dd {
width: 65ch;
}
#readings h1 {
margin-bottom: calc(4*var(--font-size));
}