From f5dec7c89ee39a26afc937fb6d947ec4ca544b3b Mon Sep 17 00:00:00 2001 From: Cassie Jones <code@witchoflight.com> Date: Wed, 22 Dec 2021 16:18:50 -0500 Subject: [PATCH] Add emoji to the homepage --- index.html | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 6adebac..49c35e6 100644 --- a/index.html +++ b/index.html @@ -30,13 +30,14 @@ <style> * { box-sizing: border-box; } html { font-family: sans-serif; } -body { max-width: 700px; padding: 1em; margin: 0 auto; min-height: 100vh; } +body { max-width: 700px; padding: 1em; padding-left: 2em; margin: 0 auto; min-height: 100vh; } .col { display: flex; flex-direction: column; } .row { display: flex; flex-direction: row; } .baseline { align-items: baseline; } .spacer { flex-grow: 1; } .row > .sp { width: 1ex; } nav * { font-size: 32px; } +.label-emoji { display: inline-block; margin-left: -1.8em; width: 1.8em; text-align: center; } </style> </head> <body class="col"> @@ -49,10 +50,11 @@ nav * { font-size: 32px; } <a href="https://blog.witchoflight.com">Blog</a> </nav> <p itemscope itemtype="https://schema.org/Person"> - <strong itemprop="name">Cassie Jones</strong> (<a itemprop="pronouns" href="https://pronoun.is/they/them?or=she/her">they/them or she/her</a>)<br> + <span class="label-emoji">ð</span><!-- + --><strong itemprop="name">Cassie Jones</strong> (<a itemprop="pronouns" href="https://pronoun.is/they/them?or=she/her">they/them or she/her</a>)<br> </p> <p> - <a href="https://be-the.witchoflight.com">Witch of Light.</a> + <a href="https://be-the.witchoflight.com">Witch of Light.</a> Maker of lotsa weird projects. <a href="https://twitter.com/porglezomp">@porglezomp</a> on twitter. </p> @@ -60,25 +62,29 @@ nav * { font-size: 32px; } <main> <article> <p> - <a href="https://blog.witchoflight.com">The Witch of Light Blog</a> - + <span class="label-emoji">ð¬</span><!-- + --><a href="https://blog.witchoflight.com">The Witch of Light Blog</a> - My blog. </p> </article> <article> <p> - <a href="/reading-list">My reading list</a> - + <span class="label-emoji">ð</span><!-- + --><a href="/reading-list">My reading list</a> - See the books that I'm currently reading, have read in the past, and am planning to read in the future. </p> </article> <article> <p> - <a href="https://be-the.witchoflight.com">Be the Witch of Light</a> - + <span class="label-emoji">âï¸</span><!-- + --><a href="https://be-the.witchoflight.com">Be the Witch of Light</a> - A goofy little art page that used to be the main page here. </p> </article> <article> <p> - <a href="https://checkers.witchoflight.com">Checkers</a> - + <span class="label-emoji">ð´</span><!-- + --><a href="https://checkers.witchoflight.com">Checkers</a> - A page that gives you your own online multiplayer checkers board. It doesn't enforce the rules. Try using it to play <a href="https://hyperlibrary.itch.io/checkers2">Checkers 2!</a> @@ -86,7 +92,8 @@ nav * { font-size: 32px; } </article> <article> <p> - <a href="https://calibornstuck.witchoflight.com">Calibornstuck</a> - + <span class="label-emoji">ð</span><!-- + --><a href="https://calibornstuck.witchoflight.com">Calibornstuck</a> - A project which lets anyone submit redrawn Homestuck panels, working to slowly get the entire comic remade in Caliborn's style. Anyone can contribute! </p> @@ -101,25 +108,29 @@ nav * { font-size: 32px; } --> <article> <p> - <a href="https://seerofvoid.witchoflight.com">Seer of Void</a> - + <span class="label-emoji">ð</span><!-- + --><a href="https://seerofvoid.witchoflight.com">Seer of Void</a> - a toy implementation of <a href="https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing">Shamir's Secret Sharing</a>. </p> </article> <article> <p> - <a href="https://rose-8-tool.glitch.me">ROSE-8 Tools</a> - + <span class="label-emoji">ð¹</span><!-- + --><a href="https://rose-8-tool.glitch.me">ROSE-8 Tools</a> - An assembler and disassembler for Jordan Rose's <a href="https://belkadan.com/blog/2020/01/ROSE-8/">ROSE-8 ISA</a>. </p> </article> <article> <p> - <a href="https://bejewled-practice.glitch.me">Bejewled Practice: A Horrible C Mangler</a> - + <span class="label-emoji">ð</span><!-- + --><a href="https://bejewled-practice.glitch.me">Bejewled Practice: A Horrible C Mangler</a> - Takes a C program and turns it into a whole lot more files and includes. </p> </article> <article> <p> - <a href="https://cognitive-ball-torture.glitch.me">Cognitive Ball Torture</a> - + <span class="label-emoji">ð§ </span><!-- + --><a href="https://cognitive-ball-torture.glitch.me">Cognitive Ball Torture</a> - Made in response to <a href="https://twitter.com/whitneyarner/status/1160409145729830912">a tweet</a>, recombines parallel acronyms for you. </p> </article> -- 2.47.0