commit 2941b904df7bf3d0e3734341228ad83ca7aa25b3
parent 36c991558ee47405388791d65d60003d47ce39be
Author: FIGBERT <figbert@figbert.com>
Date: Sun, 16 Aug 2020 18:11:06 -0700
:lipstick: Add emojis to the homepage
Diffstat:
2 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/content/_index.md b/content/_index.md
@@ -5,13 +5,26 @@ insert_anchor_links = "right"
## Hello World
-I'm [FIGBERT](/), an Israeli-American high school student with a passion for Computer Science and Engineering. I spend my time coding side-projects, finishing schoolwork, and
-playing the occasional videogame. My current goal is to become a full-stack developer, proficient in everything from front-end design to cybersecurity.
+I'm [FIGBERT](/), an Israeli-American {{ emoji(name="israel", alt="An Israeli flag") }}{{ emoji(name="us", alt="An American flag") }} high school student with a passion for
+Computer Science and Engineering. I spend my time coding side-projects{{ emoji(name="arduino", alt="An arduino") }}, doing schoolwork{{ emoji(name="school", alt="A schoolhouse")
+}}, and playing the occasional videogame{{ emoji(name="joystick", alt="A game joystick") }}. My current goal is to become a full-stack developer, proficient
+in everything from front-end design{{ emoji(name="paint", alt="A paint pallet") }} to cybersecurity{{ emoji(name="surveillance", alt="A surveillance camera") }}.
## Contact
-You can contact me via email at: [figbert@figbert.com](mailto:figbert@figbert.com). Feel free to encrypt emails to this address with [this PGP key](/publickey-pgp.asc"). You can
-also find me on [Github](https://github.com/figbert), [Twitter](https://twitter.com/therealfigbert), [Mastodon](https://fosstodon.org/@figbert),
-[Reddit](https://www.reddit.com/user/therealFIGBERT), [Hacker News](https://news.ycombinator.com/user?id=figbert). If for some reason you want to send me money, feel free to
-send it to my [Bitcoin](/bitcoin.txt"), [Monero](/monero.txt), or [ZCash](/zcash.txt) addresses.
+You can contact me via email at: [figbert@figbert.com][email]{{ emoji(name="envelope", alt="An envelope") }}. Feel free to encrypt emails to this address with [this PGP
+key][pgp]{{ emoji(name="key", alt="A key") }}. You can also find me on [Github][github], [Twitter][twitter], [Mastodon][mastodon], [Reddit][reddit], and [Hacker News][hn]. If
+for some reason you want to send me money{{ emoji(name="credit-card", alt="A credit card") }}, feel free to send it to my [Bitcoin][bitcoin], [Monero][monero], or [ZCash][zcash]
+addresses.
+
+[email]: mailto:figbert@figbert.com
+[pgp]: /publickey-pgp.asc
+[github]: https://github.com/figbert
+[twitter]: https://twitter.com/therealfigbert
+[mastodon]: https://fosstodon.org/@figbert
+[reddit]: https://www.reddit.com/user/therealFIGBERT
+[hn]: https://news.ycombinator.com/user?id=figbert
+[bitcoin]: /bitcoin.txt
+[monero]: /monero.txt
+[zcash]: /zcash.txt
diff --git a/templates/shortcodes/emoji.html b/templates/shortcodes/emoji.html
@@ -0,0 +1,2 @@
+<img src="/emoji/{{ name }}.svg" alt="{{ alt }}" class="emoji"/>
+