Add pixelfed
This commit is contained in:
parent
50f25cefea
commit
aeea6ae7e5
3 changed files with 53 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
.link-readawrite {
|
||||
background: rgb(0, 203, 195);
|
||||
}
|
||||
|
||||
.link-pixelfed {
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
#ff7725 0%,
|
||||
#eb0256 50%,
|
||||
#ff257e 100%
|
||||
);
|
||||
}
|
43
assets/icons/pixelfed.svg
Normal file
43
assets/icons/pixelfed.svg
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="18.790001"
|
||||
height="21.200808"
|
||||
version="1.1"
|
||||
id="svg34"
|
||||
sodipodi:docname="pixelfed.svg"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview34"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:zoom="16.1"
|
||||
inkscape:cx="8.4782609"
|
||||
inkscape:cy="9.7204969"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg34" />
|
||||
<defs
|
||||
id="defs16">
|
||||
<path
|
||||
d="m 35.63,42.37 h 4.55 a 7.64,7.64 0 0 0 7.75,-7.51 7.64,7.64 0 0 0 -7.75,-7.51 h -6.56 a 4.4,4.4 0 0 0 -4.48,4.33 v 16.87 l 6.5,-6.18 z"
|
||||
id="r" />
|
||||
</defs>
|
||||
<use
|
||||
fill="#ffffff"
|
||||
xlink:href="#r"
|
||||
id="use32"
|
||||
transform="translate(-29.14,-27.349192)" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -38,6 +38,7 @@ disableKinds = ["taxonomy", "term"]
|
|||
# { lastfm = "https://last.fm/user/username" },
|
||||
# { linkedin = "https://linkedin.com/in/username" },
|
||||
{ mastodon = { href = "https://mstdn.in.th/@BlaCHp", text = "Mastodon in Thailand" } },
|
||||
{ pixelfed = { href = "https://pixels.techtransthai.org/i/web/profile/713285870563454983", text = "Pixelfed" } },
|
||||
# { medium = "https://medium.com/username" },
|
||||
# { microsoft = "https://www.microsoft.com/" },
|
||||
# { patreon = "https://www.patreon.com/username" },
|
||||
|
|
Loading…
Reference in a new issue