all repos — site @ 0276755b87e221e789fca37b527ca6b09d31d388

source for my site, found at icyphox.sh

templates: footer: add fedi
Anirudh Oppiliappan x@icyphox.sh
Fri, 11 Nov 2022 11:46:45 +0530
commit

0276755b87e221e789fca37b527ca6b09d31d388

parent

e8a8117b120bd022d481ba2b0a1cdef189a00721

2 files changed, 32 insertions(+), 0 deletions(-)

jump to
A static/honk.svg

@@ -0,0 +1,29 @@

+<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="128.000000pt" height="128.000000pt" viewBox="0 0 128.000000 128.000000" + preserveAspectRatio="xMidYMid meet"> + +<g transform="translate(0.000000,128.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M0 640 l0 -640 640 0 640 0 0 640 0 640 -640 0 -640 0 0 -640z m550 +470 c0 -14 -9 -21 -37 -25 -92 -15 -83 8 -83 -200 l0 -185 220 0 220 0 0 185 +c0 208 9 185 -82 200 -29 4 -38 11 -38 25 0 19 8 20 190 20 182 0 190 -1 190 +-20 0 -14 -9 -21 -37 -25 -21 -3 -48 -8 -60 -11 l-23 -4 0 -414 0 -414 60 -7 +c55 -6 60 -9 60 -31 l0 -24 -190 0 -190 0 0 24 c0 22 5 25 60 31 l60 7 0 199 +0 199 -220 0 -220 0 0 -199 0 -199 60 -7 c55 -6 60 -9 60 -31 l0 -24 -190 0 +-190 0 0 24 c0 22 5 25 60 31 l60 7 0 414 0 414 -22 4 c-13 3 -40 8 -60 11 +-29 4 -38 11 -38 25 0 19 8 20 190 20 182 0 190 -1 190 -20z m210 -672 l1 -53 +24 28 c13 15 32 27 41 27 13 0 12 -4 -6 -18 -26 -21 -22 -45 11 -80 l20 -22 +-26 0 c-15 0 -25 6 -25 14 0 7 -7 19 -15 26 -12 10 -16 9 -21 -5 -4 -10 -1 +-21 7 -26 9 -5 -10 -9 -51 -9 -39 0 -60 4 -52 9 9 5 12 22 9 50 -5 48 -10 56 +-32 48 -19 -8 -21 -93 -2 -100 6 -3 -4 -6 -23 -6 -23 0 -30 2 -21 8 9 6 12 24 +10 60 l-4 52 45 -3 45 -3 3 -52 c3 -45 6 -53 23 -53 17 0 19 7 19 74 0 50 -4 +76 -12 79 -7 3 -3 6 10 6 20 1 22 -4 22 -51z m-192 -10 c16 -16 16 -80 0 -96 +-7 -7 -26 -12 -43 -12 -40 0 -55 16 -55 60 0 44 15 60 55 60 17 0 36 -5 43 +-12z"/> +<path d="M500 406 c-13 -35 4 -79 28 -74 13 3 17 13 17 48 0 35 -4 45 -17 48 +-12 2 -21 -6 -28 -22z"/> +</g> +</svg>
M templates/partials/footer.htmltemplates/partials/footer.html

@@ -11,4 +11,7 @@ </a>

<a href="https://git.icyphox.sh"> <img alt="git" src="/static/git.svg" width="35"> </a> + <a href="https://h.icyphox.sh/u/icy"> + <img alt="fedi" src="/static/honk.svg" width="35"> + </a> </section>