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 b23b4a26240d0411cb0da010dd5b422d34040ba7
parent 0d149a270cd3bccab63a7eb668323c126e1e4f29
Author: FIGBERT <figbert@figbert.com>
Date:   Thu, 31 Dec 2020 18:25:17 -0800

Simplify homescreen (remove emojis and indieweb)

Diffstat:
Mcontent/_index.md | 57+++++++++++++++++++++++++++++++++++----------------------
Dtemplates/shortcodes/indielink.html | 2--
2 files changed, 35 insertions(+), 24 deletions(-)

diff --git a/content/_index.md b/content/_index.md @@ -4,50 +4,63 @@ title = "Home" ## Hello World -<div class="h-card"><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 &#x1F1EE;&#x1F1F1;&#x1F1FA;&#x1F1F8; -high school student with a passion for Computer Science and Engineering. I spend my time coding side-projects &#x1F4BB;, doing schoolwork &#x1F3EB;, and playing the occasional -videogame &#x1F3AE;. My current goal is to become a full-stack developer, proficient in everything from front-end design &#x1F3A8; to cybersecurity &#x1F512;.</p> +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. ## My Work To see some of the things I do, you can: -* Read my writing [on this site][posts] or in the [Atom feed][atom] &#x1F4FB;. -* Download [txtodo][txtodo-site] from [the App Store][txtodo-store] &#x1F34E; and read the [writeup][txtodo-article]. -* Take a look at the [source code for this site][site-src] &#x1F5A5;. It's all open source! -* Check out my text adventure, [One Angry Wizard][txt-adventure] &#x2328;&#xFE0F;. +- Read my writing [on this site][posts] or in the [Atom feed][atom]. +- Download [txtodo][txtodo-site] from [the App Store][txtodo-store] and read +the [writeup][txtodo-article]. +- Take a look at the [source code for this site][site-src]. It's all open +source! +- Check out my text adventure, [One Angry Wizard][txt-adventure]. -I'm constantly working on more stuff, so continue checking back for more project highlights. +I'm constantly working on more stuff, so continue checking back for more project +highlights. ## Contact -You can contact me via email at: <a class="u-email" href="mailto:figbert@figbert.com" rel="me">figbert@figbert.com</a> &#x2709;&#xFE0F;. Feel free to encrypt emails to this -address with [this PGP key][pgp] &#x1F511;. You can also find me on my self-hosted {{ indielink(href="https://git.figbert.com/FIGBERT", text="Gitea") }} &#x2615;&#xFE0F; -instance, {{ indielink(href="https://github.com/figbert", text="Github") }} &#x1F419;, {{ indielink(href="https://twitter.com/therealfigbert", text="Twitter") }} &#x1F426;, {{ -indielink(href="https://fosstodon.org/@figbert", text="Mastodon") }} &#x1F418;, {{ indielink(href="https://www.reddit.com/user/therealFIGBERT", text="Reddit") }} &#x1F916;, -and {{ indielink(href="https://news.ycombinator.com/user?id=figbert", text="Hacker News") }} &#x1F4F0;. If for some reason you want to send me money &#x1F4B5;, feel free to send -it to my [Bitcoin][bitcoin], [Monero][monero], or [ZCash][zcash] addresses.</div> +You can contact me via email at: [figbert@figbert.com][email]. Feel free to +encrypt emails to this address with [this PGP key][pgp]. You can also find me on +my self-hosted [Gitea][gitea] instance, [Github][github], [Twitter][twitter], +[Mastodon][mastodon], [Reddit][reddit], and [Hacker News][hn]. If for some +reason you want to send me money, feel free to send it to my [Bitcoin][bitcoin], +[Monero][monero], or [ZCash][zcash] addresses. ## Webrings -Check out my friend's [awesome blog here][burning-silicon] for great tech content out of UC Davis. +Check out my friend's [awesome blog here][burning-silicon] for great tech +content out of UC Davis. -This site is a proud member of [Hotline Webring][hotline-webring] &#x260E;&#xFE0F;! Check out [the previous][hw-prev] or [the next][hw-next] sites in the ring. +This site is a proud member of [Hotline Webring][hotline-webring]! Check out +[the previous][hw-prev] or [the next][hw-next] sites in the ring. -This site is a proud member of the [geekring][geekring] &#x1F4BE;! Check out [the previous site][gr-prev], [the next site][gr-next], or a [random ring-member][gr-rand]. +This site is a proud member of the [geekring][geekring]! Check out [the previous +site][gr-prev], [the next site][gr-next], or a [random ring-member][gr-rand]. -[pgp]: /publickey-pgp.asc -[bitcoin]: /bitcoin.txt -[monero]: /monero.txt -[zcash]: /zcash.txt [posts]: @/posts/_index.md [atom]: /atom.xml [txtodo-site]: https://txtodo.app/ [txtodo-store]: https://apps.apple.com/us/app/txtodo/id1504609185 [txtodo-article]: @/projects/txtodo/index.md [site-src]: https://git.figbert.com/FIGBERT/figbert.com -[openmoji]: https://openmoji.org/ [txt-adventure]: /one-angry-wizard.gblorb +[email]: mailto:figbert@figbert.com +[pgp]: /publickey-pgp.asc +[gitea]: https://git.figbert.com/FIGBERT +[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 [burning-silicon]: https://burningsilicon.dev/ [hotline-webring]: https://hotlinewebring.club/ [hw-prev]: https://hotlinewebring.club/FIGBERT/previous diff --git a/templates/shortcodes/indielink.html b/templates/shortcodes/indielink.html @@ -1,2 +0,0 @@ -<a class="u-url" href="{{ href }}" target="_blank" rel="me noopener noreferrer">{{ text }}</a> -