mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
✨ add steam social handle (#1503)
Logo Source: https://de.wikipedia.org/wiki/Datei:Steam_icon_logo.svg
This commit is contained in:
parent
f0a11cac5d
commit
4509be19db
2 changed files with 20 additions and 0 deletions
|
@ -80,6 +80,10 @@ func GetAllSocialHandles() map[string]SocialHandle {
|
|||
Platform: "Spotify",
|
||||
Icon: "/img/platformlogos/spotify.svg",
|
||||
},
|
||||
"steam": {
|
||||
Platform: "Steam",
|
||||
Icon: "/img/platformlogos/steam.svg",
|
||||
},
|
||||
"tiktok": {
|
||||
Platform: "TikTok",
|
||||
Icon: "/img/platformlogos/tiktok.svg",
|
||||
|
|
16
webroot/img/platformlogos/steam.svg
Normal file
16
webroot/img/platformlogos/steam.svg
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 233 233">
|
||||
<defs>
|
||||
<linearGradient id="a" x2="50%" x1="50%" y2="100%">
|
||||
<stop stop-color="#111D2E" offset="0"/>
|
||||
<stop stop-color="#051839" offset=".21248"/>
|
||||
<stop stop-color="#0A1B48" offset=".40695"/>
|
||||
<stop stop-color="#132E62" offset=".58110"/>
|
||||
<stop stop-color="#144B7E" offset=".73760"/>
|
||||
<stop stop-color="#136497" offset=".87279"/>
|
||||
<stop stop-color="#1387B8" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill="url(#a)" d="m4.8911 150.01c14.393 48.01 58.916 82.99 111.61 82.99 64.34 0 116.5-52.16 116.5-116.5 0-64.341-52.16-116.5-116.5-116.5-61.741 0-112.26 48.029-116.25 108.76 7.5391 12.66 10.481 20.49 4.6411 41.25z"/>
|
||||
<path fill="#fff" d="m110.5 87.322c0 0.196 0 0.392 0.01 0.576l-28.508 41.412c-4.618-0.21-9.252 0.6-13.646 2.41-1.937 0.79-3.752 1.76-5.455 2.88l-62.599-25.77c0.00049 0-1.4485 23.83 4.588 41.59l44.254 18.26c2.222 9.93 9.034 18.64 19.084 22.83 16.443 6.87 35.402-0.96 42.242-17.41 1.78-4.3 2.61-8.81 2.49-13.31l40.79-29.15c0.33 0.01 0.67 0.02 1 0.02 24.41 0 44.25-19.9 44.25-44.338 0-24.44-19.84-44.322-44.25-44.322-24.4 0-44.25 19.882-44.25 44.322zm-6.84 83.918c-5.294 12.71-19.9 18.74-32.596 13.45-5.857-2.44-10.279-6.91-12.83-12.24l14.405 5.97c9.363 3.9 20.105-0.54 23.997-9.9 3.904-9.37-0.525-20.13-9.883-24.03l-14.891-6.17c5.746-2.18 12.278-2.26 18.381 0.28 6.153 2.56 10.927 7.38 13.457 13.54s2.52 12.96-0.04 19.1m51.09-54.38c-16.25 0-29.48-13.25-29.48-29.538 0-16.275 13.23-29.529 29.48-29.529 16.26 0 29.49 13.254 29.49 29.529 0 16.288-13.23 29.538-29.49 29.538m-22.09-29.583c0-12.253 9.92-22.191 22.14-22.191 12.23 0 22.15 9.938 22.15 22.191 0 12.254-9.92 22.183-22.15 22.183-12.22 0-22.14-9.929-22.14-22.183z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in a new issue