figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 71e92b465b1297b643657a95f69b7c6604bd261c
parent 33ee15f424820f1847b4e99c0c248d825bfb484a
Author: FIGBERT <figbert@figbert.com>
Date:   Thu,  3 Sep 2020 19:15:00 -0700

:art: Move indieweb inline to avoid invisible metadata

Diffstat:
Mcontent/_index.md | 27++++++++++++---------------
Mstatic/global.css | 4----
Mtemplates/index.html | 25-------------------------
Atemplates/shortcodes/indielink.html | 2++
4 files changed, 14 insertions(+), 44 deletions(-)

diff --git a/content/_index.md b/content/_index.md @@ -4,10 +4,11 @@ title = "Home" ## Hello World -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") }}. +<p class="p-note">I'm <a class="p-name u-url u-uid" href="https://figbert.com/" rel="me">FIGBERT</a>, 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") }}.</p> ## My Work @@ -22,11 +23,13 @@ I'm constantly working on more stuff, so continue checking back for more project ## Contact -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]{{ emoji(name="github", alt="The Github logo") }}, [Twitter][twitter]{{ emoji( -name="twitter", alt="The Twitter logo") }}, [Mastodon][mastodon]{{ emoji(name="elephant", alt="An elephant like the Mastodon mascot") }}, [Reddit][reddit]{{ emoji(name="robot", -alt="A robot like Snoo, the Reddit mascot") }}, and [Hacker News][hn]{{ emoji(name="ycombinator", alt="The Hacker News logo") }}. 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. +You can contact me via email at: <a class="u-email" href="mailto:figbert@figbert.com" rel="me">figbert@figbert.com</a>{{ 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 {{ indielink(href="https://github.com/figbert", +text="Github") }}{{ emoji(name="github", alt="The Github logo") }}, {{ indielink(href="https://twitter.com/therealfigbert", text="Twitter") }}{{ emoji(name="twitter", +alt="The Twitter logo") }}, {{ indielink(href="https://fosstodon.org/@figbert", text="Mastodon") }}{{ emoji(name="elephant", alt="An elephant like the Mastodon mascot") }}, +{{ indielink(href="https://www.reddit.com/user/therealFIGBERT", text="Reddit") }}{{ emoji(name="robot", alt="A robot like Snoo, the Reddit mascot") }}, and {{ +indielink(href="https://news.ycombinator.com/user?id=figbert", text="Hacker News") }}{{ emoji(name="ycombinator", alt="The Hacker News logo") }}. 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. ## Webrings @@ -38,13 +41,7 @@ sites in the ring. This site is a proud member of the [geekring][geekring]{{ emoji(name="circuit", alt="A small circuit") }}! Check out [the previous site][gr-prev], [the next site][gr-next], or a [random ring-member][gr-rand]. -[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/static/global.css b/static/global.css @@ -136,7 +136,3 @@ h6::before { font-weight: 200; } -.hidden { - display: none; -} - diff --git a/templates/index.html b/templates/index.html @@ -2,30 +2,5 @@ {% block content %} {{ section.content | safe }} - <section class="h-card hidden"> - <a class="p-name u-url u-uid" href="https://figbert.com/" rel="me">FIGBERT</a> - <p class="p-note"> - I'm FIGBERT, an Israeli-American high school student with a passion for Computer Science and Engineering. I spend my time coding side-projects, doing 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. - </p> - <a class="u-email" href="mailto:figbert@figbert.com" rel="me">figbert@figbert.com</a> - <a class="u-url" href="https://github.com/figbert" target="_blank" rel="me noopener noreferrer">Github</a> - <a class="u-url" href="https://twitter.com/therealfigbert" target="_blank" rel="me noopener noreferrer">Twitter</a> - <a class="u-url" href="https://fosstodon.org/@figbert" target="_blank" rel="me noopener noreferrer">Mastodon</a> - <a class="u-url" href="https://www.reddit.com/user/therealFIGBERT" target="_blank" rel="me noopener noreferrer">Reddit</a> - <a class="u-url" href="https://news.ycombinator.com/user?id=figbert" target="_blank" rel="me noopener noreferrer">Hacker News</a> - <span class="p-category">Programming</span> - <span class="p-category">Rust</span> - <span class="p-category">Python</span> - <span class="p-category">Javascript</span> - <span class="p-category">Blogging</span> - <span class="p-category">InfoSec</span> - <span class="p-category">CyberSec</span> - <span class="p-category">Open Source Software</span> - <span class="p-category">Privacy</span> - <span class="p-category">Web Design</span> - <span class="p-category">Israel</span> - <span class="p-category">Music</span> - </section> {% endblock content %} diff --git a/templates/shortcodes/indielink.html b/templates/shortcodes/indielink.html @@ -0,0 +1,2 @@ +<a class="u-url" href="{{ href }}" target="_blank" rel="me noopener noreferrer">{{ text }}</a> +