From d597a56da8bc392ad9c9ae32f2356822ea877c72 Mon Sep 17 00:00:00 2001 From: dannc Date: Sat, 15 Mar 2025 10:50:14 +0700 Subject: [PATCH] update littlelink-extended --- css/brands-extended.css | 626 ++++++++++++++--------- images/icons-extended/anilist.svg | 21 + images/icons-extended/audiomack.svg | 55 ++ images/icons-extended/bandsintown.svg | 65 +++ images/icons-extended/bereal.svg | 16 + images/icons-extended/bigcartel.svg | 35 ++ images/icons-extended/bonfire.svg | 3 + images/icons-extended/cameo.svg | 85 +++ images/icons-extended/clubhouse.svg | 15 + images/icons-extended/deezer.svg | 46 ++ images/icons-extended/filmweb.svg | 14 + images/icons-extended/gog.svg | 10 + images/icons-extended/guilded.svg | 10 + images/icons-extended/gumroad.svg | 48 ++ images/icons-extended/layers.svg | 54 ++ images/icons-extended/leetcode.svg | 1 + images/icons-extended/listenbrainz.svg | 11 + images/icons-extended/mixcloud.svg | 10 + images/icons-extended/ngl.svg | 1 + images/icons-extended/nostr_logo_wht.svg | 14 + images/icons-extended/opensea.svg | 46 ++ images/icons-extended/osm.svg | 326 ++++++++++++ images/icons-extended/partiful.svg | 3 + images/icons-extended/peertube.svg | 8 + images/icons-extended/playstation.svg | 11 +- images/icons-extended/post-news.svg | 5 + images/icons-extended/qobuz.svg | 191 +++++++ images/icons-extended/qq.svg | 1 + images/icons-extended/ravelry.svg | 35 ++ images/icons-extended/redbubble.svg | 1 + images/icons-extended/revolut.svg | 1 + images/icons-extended/roll20.svg | 20 + images/icons-extended/simplex-alt.svg | 47 ++ images/icons-extended/simplex.svg | 47 ++ images/icons-extended/skoob.svg | 5 + images/icons-extended/sony-alpha.svg | 3 + images/icons-extended/tidal.svg | 74 +++ images/icons-extended/trakt.svg | 1 + images/icons-extended/untappd.svg | 1 + images/icons-extended/upwork.svg | 1 + images/icons-extended/vrchat.svg | 2 + images/icons-extended/wip.svg | 3 + images/icons-extended/xbox.svg | 10 + images/icons-extended/xing.svg | 4 + index.html | 4 +- 45 files changed, 1741 insertions(+), 249 deletions(-) create mode 100644 images/icons-extended/anilist.svg create mode 100644 images/icons-extended/audiomack.svg create mode 100644 images/icons-extended/bandsintown.svg create mode 100644 images/icons-extended/bereal.svg create mode 100644 images/icons-extended/bigcartel.svg create mode 100644 images/icons-extended/bonfire.svg create mode 100644 images/icons-extended/cameo.svg create mode 100644 images/icons-extended/clubhouse.svg create mode 100644 images/icons-extended/deezer.svg create mode 100644 images/icons-extended/filmweb.svg create mode 100644 images/icons-extended/gog.svg create mode 100644 images/icons-extended/guilded.svg create mode 100644 images/icons-extended/gumroad.svg create mode 100644 images/icons-extended/layers.svg create mode 100644 images/icons-extended/leetcode.svg create mode 100644 images/icons-extended/listenbrainz.svg create mode 100644 images/icons-extended/mixcloud.svg create mode 100644 images/icons-extended/ngl.svg create mode 100644 images/icons-extended/nostr_logo_wht.svg create mode 100644 images/icons-extended/opensea.svg create mode 100644 images/icons-extended/osm.svg create mode 100644 images/icons-extended/partiful.svg create mode 100644 images/icons-extended/peertube.svg create mode 100644 images/icons-extended/post-news.svg create mode 100644 images/icons-extended/qobuz.svg create mode 100644 images/icons-extended/qq.svg create mode 100644 images/icons-extended/ravelry.svg create mode 100644 images/icons-extended/redbubble.svg create mode 100644 images/icons-extended/revolut.svg create mode 100644 images/icons-extended/roll20.svg create mode 100644 images/icons-extended/simplex-alt.svg create mode 100644 images/icons-extended/simplex.svg create mode 100644 images/icons-extended/skoob.svg create mode 100644 images/icons-extended/sony-alpha.svg create mode 100644 images/icons-extended/tidal.svg create mode 100644 images/icons-extended/trakt.svg create mode 100644 images/icons-extended/untappd.svg create mode 100644 images/icons-extended/upwork.svg create mode 100644 images/icons-extended/vrchat.svg create mode 100644 images/icons-extended/wip.svg create mode 100644 images/icons-extended/xbox.svg create mode 100644 images/icons-extended/xing.svg diff --git a/css/brands-extended.css b/css/brands-extended.css index d6dfc51..3fbb059 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -1,311 +1,445 @@ /* -* littlelink.io -* Skeleton V2.0.4 -* Copyright 2014, Dave Gamache -* www.getskeleton.com -* Free to use under the MIT license. + * LittleLink Extended Button Styles +* https://littlelink.io +* Free to use under the MIT license * http://www.opensource.org/licenses/mit-license.php -* 12/29/2014 */ -/* -* Built using on: -* Skeleton V2.0.4 -* Copyright 2014, Dave Gamache -* www.getskeleton.com -* Free to use under the MIT license. -* http://www.opensource.org/licenses/mit-license.php -* 12/29/2014 -*/ - -/* Table of contents -–––––––––––––––––––––––––––––––––––––––––––––––––– - -- Buttons -- Brand Styles - -*/ - -/* Buttons +/* Brand Button Base Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ - -.button, -button { - display: inline-block; - text-decoration: none; - height: 48px; - text-align: center; - vertical-align: middle; - font-size: 18px; - width: 300px; - font-weight: 700; - line-height: 48px; - letter-spacing: 0.1px; - white-space: wrap; - border-radius: 8px; - cursor: pointer; -} -button:hover, -.button:focus { - color: #333333; - border-color: #888888; - outline: 0; -} -.button.button-primary { - color: #ffffff; - filter: brightness(90%); -} -.button.button-primary:hover, -.button.button-primary:focus { - color: #ffffff; - filter: brightness(90%); +/* Only include brand-specific button styling here */ +.button,button { + color:var(--button-text,#000000); + background-color:var(--button-background,transparent); + border:var(--button-border,none); + transition:filter 0.2s ease,transform 0.2s ease; } -/* Brand Icons +/* Global Button Hover Effect –––––––––––––––––––––––––––––––––––––––––––––––––– */ +.button:hover,button:hover { + filter:brightness(90%); + transform:translateY(-1px); +} +/* Button Icons +–––––––––––––––––––––––––––––––––––––––––––––––––– */ .icon { - padding: 0px 8px 3.5px 0px; - vertical-align: middle; - width: 20px; - height: 20px; + filter:var(--icon-filter,none); } -/* Brand Styles (we recommend adding these in alphabetical order) +/* Brand-Specific Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ -/* Extended (this is great for your own brand color!) */ -.button.button-extended { - color: #ffffff; - background-color: #0085ff; -} -.button.button-extended:hover, -.button.button-extended:focus { - filter: brightness(90%); -} - /* 500px */ -.button.button-500px { - color: #000000; - background-color: #ffffff; -} -.button.button-500px:hover, -.button.button-500px:focus { - filter: brightness(90%); +.button-500px { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; } -/* Alpha Universe (Sony) */ -.button.button-alphauniverse { - color: #ffffff; - background-color: #000000; -} -.button.button-alphauniverse:hover, -.button.button-alphauniverse:focus { - filter: brightness(90%); +/* Alpha Universe */ +.button-alphauniverse { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; } -/* Anilist */ -.button.button-anilist { - color: #ffffff; - background-color: #152232; -} -.button.button-anilist:hover, -.button.button-anilist:focus { - filter: brightness(90%); +/* AniList */ +.button-anilist { + --button-text:#FFFFFF; + --button-background:#2B2D42; + --button-border:1px solid #FFFFFF; } -/* Behance */ -.button.button-behance { - color: #1769ff; - background-color: #ffffff; +/* Audiomack */ +.button-audiomack { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; } -.button.button-behance:hover, -.button.button-behance:focus { - filter: brightness(90%); + +/* Bandsintown */ +.button-bandsintown { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; +} + +/* BeReal */ +.button-bereal { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; +} + +/* Big Cartel */ +.button-bigcartel { + --button-text:#FFFFFF; + --button-background:#222222; + --button-border:1px solid #FFFFFF; +} + +/* Bonfire */ +.button-bonfire { + --button-text:#FFFFFF; + --button-background:#F49979; + --button-border:1px solid #3D4853; +} + +/* Cameo */ +.button-cameo { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; +} + +/* Clubhouse */ +.button-clubhouse { + --button-text:#1F1F1A; + --button-background:#F1EFE3; + --button-border:1px solid #212121; } /* Codepen */ -.button.button-codepen { - color: #000000; - background-color: #ffffff; +.button-codepen { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; } -.button.button-codepen:hover, -.button.button-codepen:focus { - filter: brightness(90%); + +/* Deezer */ +.button-deezer { + --button-text:#FFFFFF; + --button-background:#181818; + --button-border:1px solid #FFFFFF; } /* Devpost */ -.button.button-devpost { - color: #ffffff; - background-color: #003E54; -} -.button.button-devpost:hover, -.button.button-devpost:focus { - filter: brightness(90%); +.button-devpost { + --button-text:#FFFFFF; + --button-background:#003E54; + --button-border:1px solid #FFFFFF; } /* Distiller */ -.button.button-dist { - color: #ffffff; - background-color: #ed5c47; -} -.button.button-dist:hover, -.button.button-dist:focus { - filter: brightness(90%); +.button-dist { + --button-text:#FFFFFF; + --button-background:#ED5C47; } -/* Hackerearth */ -.button.button-hackerearth { - color: #ffffff; - background-color: #2b3352; -} -.button.button-hackerearth:hover, -.button.button-hackerearth:focus { - filter: brightness(90%); +/* Filmweb */ +.button-filmweb { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; } -/* Hackerrank */ -.button.button-hackerrank { - color: #000000; - background-color: #ffffff; +/* GOG */ +.button-gog { + --button-text:#FFFFFF; + --button-background:#303030; + --button-border:1px solid #FFFFFF; } -.button.button-hackerrank:hover, -.button.button-hackerrank:focus { - filter: brightness(90%); + +/* Guilded */ +.button-guilded { + --button-text:#000000; + --button-background:#F5C400; +} + +/* Gumroad */ +.button-gumroad { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; +} + +/* HackerEarth */ +.button-hackerearth { + --button-text:#FFFFFF; + --button-background:#2B3352; +} + +/* HackerRank */ +.button-hackerrank { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; } /* itch.io */ -.button.button-itchio { - color: #ffffff; - background-color: #fa5c5c; +.button-itchio { + --button-text:#FFFFFF; + --button-background:#FA5C5C; } -.button.button-itchio:hover, -.button.button-itchio:focus { - filter: brightness(90%); + +/* Layers */ +.button-layers { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; +} + +/* LeetCode */ +.button-leetcode { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; } /* Lemmy */ -.button.button-lemmy { - color: #ffffff; - background-color: #14854f; +.button-lemmy { + --button-text:#FFFFFF; + --button-background:#14854F; } -.button.button-lemmy:hover, -.button.button-lemmy:focus { - filter: brightness(90%); + +/* ListenBrainz */ +.button-listenbrainz { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; } /* Matrix */ -.button.button-matrix { - color: #ffffff; - border: 1px solid #ffffff; - background-color: #000000; -} -.button.button-matrix:hover, -.button.button-matrix:focus { - filter: brightness(90%); +.button-matrix { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; } /* Micro.blog */ -.button.button-microblog { - color: #FFFFFF; - background-color: #FD9927 } -.button.button-microblog:hover, -.button.button-microblog:focus { - filter: brightness(90%) } - - /* MyAnimeList */ -.button.button-myanimelist { - color: #133a95; - background-color: #ffffff } -.button.button-myanimelist:hover, -.button.button-myanimelist:focus { - filter: brightness(90%) } - - /* OP.GG */ -.button.button-opgg { - color: #ffffff; - background-color: #5383E8} -.button.button-opgg:hover, -.button.button-opgg:focus { - filter: brightness(90%) } - - - /* ORCID ID */ -.button.button-orcid-id { - color: #000000; - background-color: #FFFFFF; - border: 1px solid #212121; -} -.button.button-orcid-id:hover, -.button.button-orcid-id:focus { - filter: brightness(90%); +.button-microblog { + --button-text:#FFFFFF; + --button-background:#FD9927; } - /* osu! */ -.button.button-osu { - color: #ffffff; - background-color: #ff8ee6; -} -.button.button-osu:hover, -.button.button-osu:focus { - filter: brightness(90%); +/* Mixcloud */ +.button-mixcloud { + --button-text:#FFFFFF; + --button-background:#5000FF; } - /* ResearchGate */ -.button.button-researchgate { - color: #000000; - background-color: #FFFFFF; - border: 1px solid #212121; +/* MyAnimeList */ +.button-myanimelist { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; } -.button.button-researchgate:hover, -.button.button-researchgate:focus { - filter: brightness(90%); + +/* NGL */ +.button-ngl { + --button-text:#FFFFFF; + background-image:linear-gradient(-45deg, #ff8d10, #ec1187); +} + +/* Nostr */ +.button-nostr { + --button-text:#FFFFFF; + --button-background:#A915FF; +} + +/* OP.GG */ +.button-opgg { + --button-text:#FFFFFF; + --button-background:#5383E8; +} + +/* OpenSea */ +.button-opensea { + --button-text:#FFFFFF; + --button-background:#0086FF; + --button-border:1px solid #0086FF; +} + +/* OpenStreetMap */ +.button-osm { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; +} + +/* ORCID ID */ +.button-orcid-id { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #212121; +} + +/* osu! */ +.button-osu { + --button-text:#000000; + --button-background:#FF8EE6; +} + +/* Partiful */ +.button-partiful { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; +} + +/* PeerTube */ +.button-peertube { + --button-text:#000000; + --button-background:#FCE8DB; + --button-border:1px solid #000000; +} + +/* Pixelfed */ +.button-pixelfed { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; +} + +/* PlayStation */ +.button-playstation { + --button-text:#FFFFFF; + --button-background:#0070D1; +} + +/* Qobuz */ +.button-qobuz { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; +} + +/* QQ */ +.button-qq { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; +} + +/* Ravelry */ +.button-ravelry { + --button-text:#000000; + --button-background:#F3F4F0; + --button-border:1px solid #000000; +} + +/* Redbubble */ +.button-redbubble { + --button-text:#e41321; + --button-background:#ffffff; + --button-border:1px solid #212121; +} + +/* ResearchGate */ +.button-researchgate { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #212121; +} + +/* Revolut */ +.button-revolut { + --button-text:#000000; + --button-background:#ffffff; + --button-border:1px solid black; +} + +/* Roll20 */ +.button-roll20 { + --button-text:#FFFFFF; + --button-background:#EC008C; +} + +/* SimpleX Chat */ +.button-simplex { + --button-text:#000000; + --button-background:#F3F6F7; + --button-border: 1px solid #000000; +} + +/* SimpleX Chat Alt */ +.button-simplex-alt { + --button-text:#FFFFFF; + --background-color: #000000; + --button-border: 1px solid #FFFFFF; +} + +/* Skoob */ +.button-skoob { + --button-text:#FFFFFF; + --button-background:#3189C8; } /* SpaceHey */ -.button.button-spacehey { - color: #FFFFFF; - background-color: #3234CF; -} -.button.button-spacehey:hover, -.button.button-spacehey:focus { - filter: brightness(90%); +.button-spacehey { + --button-text:#FFFFFF; + --button-background:#3234CF; } -/* Vero */ -.button.button-vero { - color: #ffffff; - background-color: #000000 } -.button.button-vero:hover, -.button.button-vero:focus { - filter: brightness(90%) } - -/* Pixelfed */ -.button.button-pixelfed { - color: #000000; - background-color: #ffffff } -.button.button-pixelfed:hover, -.button.button-pixelfed:focus { - filter: brightness(90%) } - -/* write.as */ -.button.button-writeas { - color: #000000; - border: 1px solid #000000; - background-color: #ffffff; -} -.button.button-writeas:hover, -.button.button-writeas:focus { - filter: brightness(90%); +/* Tidal */ +.button-tidal { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; } -/* writefreely */ -.button.button-writefreely { - color: #000000; - border: 1px solid #000000; - background-color: #f4f4f4; +/* Trakt */ +.button-trakt { + --button-text:#ffffff; + --button-background:#ED1C24; } -.button.button-writefreely:hover, -.button.button-writefreely:focus { - filter: brightness(90%); + +/* Untappd */ +.button-untappd { + --button-text:#000000; + --button-background:#ffc000; +} + +/* Upwork */ +.button-upwork { + --button-text:#FFFFFF; + --button-background:#14A800; +} + +/* Vero */ +.button-vero { + --button-text:#FFFFFF; + --button-background:#000000; + --button-border:1px solid #FFFFFF; +} + +/* VRChat */ +.button-vrchat { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; +} + +/* WIP */ +.button-wip { + --button-text:#000000; + --button-background:#F9DB00; +} + +/* Write.as */ +.button-writeas { + --button-text:#000000; + --button-background:#FFFFFF; + --button-border:1px solid #000000; +} + +/* WriteFreely */ +.button-writefreely { + --button-text:#000000; + --button-background:#F4F4F4; + --button-border:1px solid #000000; +} + +/* Xbox */ +.button-xbox { + --button-text:#FFFFFF; + --button-background:#107C10; +} + +/* Xing */ +.button-xing { + --button-text:#FFFFFF; + --button-background:#026466; } diff --git a/images/icons-extended/anilist.svg b/images/icons-extended/anilist.svg new file mode 100644 index 0000000..f388fa5 --- /dev/null +++ b/images/icons-extended/anilist.svg @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/images/icons-extended/audiomack.svg b/images/icons-extended/audiomack.svg new file mode 100644 index 0000000..62f9c1f --- /dev/null +++ b/images/icons-extended/audiomack.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + diff --git a/images/icons-extended/bandsintown.svg b/images/icons-extended/bandsintown.svg new file mode 100644 index 0000000..ab5949c --- /dev/null +++ b/images/icons-extended/bandsintown.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + diff --git a/images/icons-extended/bereal.svg b/images/icons-extended/bereal.svg new file mode 100644 index 0000000..2d22bf4 --- /dev/null +++ b/images/icons-extended/bereal.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/images/icons-extended/bigcartel.svg b/images/icons-extended/bigcartel.svg new file mode 100644 index 0000000..b41c3b1 --- /dev/null +++ b/images/icons-extended/bigcartel.svg @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/images/icons-extended/bonfire.svg b/images/icons-extended/bonfire.svg new file mode 100644 index 0000000..0ea39b0 --- /dev/null +++ b/images/icons-extended/bonfire.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/icons-extended/cameo.svg b/images/icons-extended/cameo.svg new file mode 100644 index 0000000..3aeb3ef --- /dev/null +++ b/images/icons-extended/cameo.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + diff --git a/images/icons-extended/clubhouse.svg b/images/icons-extended/clubhouse.svg new file mode 100644 index 0000000..796ec17 --- /dev/null +++ b/images/icons-extended/clubhouse.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/images/icons-extended/deezer.svg b/images/icons-extended/deezer.svg new file mode 100644 index 0000000..0a50384 --- /dev/null +++ b/images/icons-extended/deezer.svg @@ -0,0 +1,46 @@ + + + + + + + + + + diff --git a/images/icons-extended/filmweb.svg b/images/icons-extended/filmweb.svg new file mode 100644 index 0000000..df00f14 --- /dev/null +++ b/images/icons-extended/filmweb.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/images/icons-extended/gog.svg b/images/icons-extended/gog.svg new file mode 100644 index 0000000..7c93359 --- /dev/null +++ b/images/icons-extended/gog.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/images/icons-extended/guilded.svg b/images/icons-extended/guilded.svg new file mode 100644 index 0000000..02cb6aa --- /dev/null +++ b/images/icons-extended/guilded.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/images/icons-extended/gumroad.svg b/images/icons-extended/gumroad.svg new file mode 100644 index 0000000..97d33e3 --- /dev/null +++ b/images/icons-extended/gumroad.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + diff --git a/images/icons-extended/layers.svg b/images/icons-extended/layers.svg new file mode 100644 index 0000000..e860f24 --- /dev/null +++ b/images/icons-extended/layers.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + diff --git a/images/icons-extended/leetcode.svg b/images/icons-extended/leetcode.svg new file mode 100644 index 0000000..f454903 --- /dev/null +++ b/images/icons-extended/leetcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons-extended/listenbrainz.svg b/images/icons-extended/listenbrainz.svg new file mode 100644 index 0000000..e4286b9 --- /dev/null +++ b/images/icons-extended/listenbrainz.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/images/icons-extended/mixcloud.svg b/images/icons-extended/mixcloud.svg new file mode 100644 index 0000000..f1a11fd --- /dev/null +++ b/images/icons-extended/mixcloud.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/images/icons-extended/ngl.svg b/images/icons-extended/ngl.svg new file mode 100644 index 0000000..b91d77c --- /dev/null +++ b/images/icons-extended/ngl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons-extended/nostr_logo_wht.svg b/images/icons-extended/nostr_logo_wht.svg new file mode 100644 index 0000000..66f73cd --- /dev/null +++ b/images/icons-extended/nostr_logo_wht.svg @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/images/icons-extended/opensea.svg b/images/icons-extended/opensea.svg new file mode 100644 index 0000000..a62032b --- /dev/null +++ b/images/icons-extended/opensea.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + diff --git a/images/icons-extended/osm.svg b/images/icons-extended/osm.svg new file mode 100644 index 0000000..bb750af --- /dev/null +++ b/images/icons-extended/osm.svg @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/icons-extended/partiful.svg b/images/icons-extended/partiful.svg new file mode 100644 index 0000000..910270e --- /dev/null +++ b/images/icons-extended/partiful.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/icons-extended/peertube.svg b/images/icons-extended/peertube.svg new file mode 100644 index 0000000..5dacced --- /dev/null +++ b/images/icons-extended/peertube.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/images/icons-extended/playstation.svg b/images/icons-extended/playstation.svg index c7f6c16..c5b412d 100644 --- a/images/icons-extended/playstation.svg +++ b/images/icons-extended/playstation.svg @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + + + + + diff --git a/images/icons-extended/post-news.svg b/images/icons-extended/post-news.svg new file mode 100644 index 0000000..0f28cc9 --- /dev/null +++ b/images/icons-extended/post-news.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/images/icons-extended/qobuz.svg b/images/icons-extended/qobuz.svg new file mode 100644 index 0000000..98c8baf --- /dev/null +++ b/images/icons-extended/qobuz.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/icons-extended/qq.svg b/images/icons-extended/qq.svg new file mode 100644 index 0000000..15945d1 --- /dev/null +++ b/images/icons-extended/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons-extended/ravelry.svg b/images/icons-extended/ravelry.svg new file mode 100644 index 0000000..54076a5 --- /dev/null +++ b/images/icons-extended/ravelry.svg @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/images/icons-extended/redbubble.svg b/images/icons-extended/redbubble.svg new file mode 100644 index 0000000..6d50d58 --- /dev/null +++ b/images/icons-extended/redbubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons-extended/revolut.svg b/images/icons-extended/revolut.svg new file mode 100644 index 0000000..c962f4f --- /dev/null +++ b/images/icons-extended/revolut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons-extended/roll20.svg b/images/icons-extended/roll20.svg new file mode 100644 index 0000000..6de9079 --- /dev/null +++ b/images/icons-extended/roll20.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/images/icons-extended/simplex-alt.svg b/images/icons-extended/simplex-alt.svg new file mode 100644 index 0000000..95c3ee5 --- /dev/null +++ b/images/icons-extended/simplex-alt.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + diff --git a/images/icons-extended/simplex.svg b/images/icons-extended/simplex.svg new file mode 100644 index 0000000..486f22c --- /dev/null +++ b/images/icons-extended/simplex.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + diff --git a/images/icons-extended/skoob.svg b/images/icons-extended/skoob.svg new file mode 100644 index 0000000..69cd1f0 --- /dev/null +++ b/images/icons-extended/skoob.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/images/icons-extended/sony-alpha.svg b/images/icons-extended/sony-alpha.svg new file mode 100644 index 0000000..208f5b0 --- /dev/null +++ b/images/icons-extended/sony-alpha.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/icons-extended/tidal.svg b/images/icons-extended/tidal.svg new file mode 100644 index 0000000..08278ee --- /dev/null +++ b/images/icons-extended/tidal.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + diff --git a/images/icons-extended/trakt.svg b/images/icons-extended/trakt.svg new file mode 100644 index 0000000..de82e76 --- /dev/null +++ b/images/icons-extended/trakt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons-extended/untappd.svg b/images/icons-extended/untappd.svg new file mode 100644 index 0000000..5042594 --- /dev/null +++ b/images/icons-extended/untappd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons-extended/upwork.svg b/images/icons-extended/upwork.svg new file mode 100644 index 0000000..2356fc9 --- /dev/null +++ b/images/icons-extended/upwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons-extended/vrchat.svg b/images/icons-extended/vrchat.svg new file mode 100644 index 0000000..1d1d5b6 --- /dev/null +++ b/images/icons-extended/vrchat.svg @@ -0,0 +1,2 @@ + + diff --git a/images/icons-extended/wip.svg b/images/icons-extended/wip.svg new file mode 100644 index 0000000..612e5c3 --- /dev/null +++ b/images/icons-extended/wip.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/icons-extended/xbox.svg b/images/icons-extended/xbox.svg new file mode 100644 index 0000000..0021941 --- /dev/null +++ b/images/icons-extended/xbox.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/images/icons-extended/xing.svg b/images/icons-extended/xing.svg new file mode 100644 index 0000000..c98e09a --- /dev/null +++ b/images/icons-extended/xing.svg @@ -0,0 +1,4 @@ + + + + diff --git a/index.html b/index.html index 1137d1a..07b6aac 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ - + @@ -103,7 +103,7 @@
-