diff --git a/index.tmpl.html b/index.tmpl.html index 9312f94..ed7f1be 100644 --- a/index.tmpl.html +++ b/index.tmpl.html @@ -119,7 +119,14 @@ the method of loci. I hope it serves as an aid to learn more basic facts about these chemical elements. - + +
Lambdabot on tilde.chat
+
+ Lambdabot 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. +

diff --git a/tilde.css b/tilde.css index 0276d5c..8e69af4 100644 --- a/tilde.css +++ b/tilde.css @@ -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)); }