Add "Where Am I" page and Feather sprite sheet

master
Jordan Atwood 2 years ago
parent 93016d530b
commit 928512b16f
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 40
      content/home-page/where-am-i.md
  2. 1
      static/feather-sprite.svg

@ -0,0 +1,40 @@
---
title: "Where Am I"
date: 2022-04-21T15:43:12-07:00
weight: 2
---
Besides this website, I have a presence around the web in many places. This serves as a non-exhaustive list of my
profiles around the web:
{{< icon-group >}}
{{< icon name="github" link="https://github.com/nightfirecat" >}}
{{< icon name="twitter" link="https://twitter.com/nightfirecat" >}}
<div class="icon">
<a href="https://twitch.tv/nightfirecat" rel="noopener" target="_blank"><svg
width="24"
height="24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<use href="/feather-sprite.svg#twitch"/>
</svg></a>
</div>
<div class="icon">
<a href="https://www.youtube.com/nightfirecat" rel="noopener" target="_blank"><svg
width="24"
height="24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<use href="/feather-sprite.svg#youtube"/>
</svg></a>
</div>
{{< icon name="mail" link="mailto:nightfirecat@nightfirec.at" >}}
{{< /icon-group >}}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 59 KiB

Loading…
Cancel
Save