diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-17 10:22:23 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-17 10:22:23 -0400 |
commit | 5d09bae3e3d0ebd5738e7e13047960cb4674c660 (patch) | |
tree | ae3926d0b686236c120555578f6af438bdf30a71 /themes/hugo-pt2021/static/ims | |
parent | 2e7e0809f81ecbc44356e0b4f7361a5f878feaa8 (diff) | |
download | pablotron.org-5d09bae3e3d0ebd5738e7e13047960cb4674c660.tar.bz2 pablotron.org-5d09bae3e3d0ebd5738e7e13047960cb4674c660.zip |
mv icons ims and disable pgp key
Diffstat (limited to 'themes/hugo-pt2021/static/ims')
-rw-r--r-- | themes/hugo-pt2021/static/ims/github.svg | 1 | ||||
-rw-r--r-- | themes/hugo-pt2021/static/ims/key.svg | 1 | ||||
-rw-r--r-- | themes/hugo-pt2021/static/ims/rss.svg | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/static/ims/github.svg b/themes/hugo-pt2021/static/ims/github.svg new file mode 100644 index 0000000..d6c203f --- /dev/null +++ b/themes/hugo-pt2021/static/ims/github.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg> diff --git a/themes/hugo-pt2021/static/ims/key.svg b/themes/hugo-pt2021/static/ims/key.svg new file mode 100644 index 0000000..db2119c --- /dev/null +++ b/themes/hugo-pt2021/static/ims/key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-key"><path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path></svg> diff --git a/themes/hugo-pt2021/static/ims/rss.svg b/themes/hugo-pt2021/static/ims/rss.svg new file mode 100644 index 0000000..3926ac6 --- /dev/null +++ b/themes/hugo-pt2021/static/ims/rss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg> |