From be78b6bd4d2366b32010e1972cefd0e89cd24643 Mon Sep 17 00:00:00 2001 From: artificial <59352535+artificialbutter@users.noreply.github.com> Date: Wed, 28 Jun 2023 18:17:07 -0700 Subject: [PATCH 01/15] Add NGL --- css/brands.css | 10 ++++++++++ images/icons/ngl.svg | 1 + index.html | 5 ++++- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 images/icons/ngl.svg diff --git a/css/brands.css b/css/brands.css index b078cd7..61f7e20 100644 --- a/css/brands.css +++ b/css/brands.css @@ -579,6 +579,16 @@ button:hover, filter: brightness(90%); } +/* NGL */ +.button.button-ngl { + color: #ffffff; + background-image: linear-gradient(45deg, #ed1581 0%, #ff8614 100%); +} +.button.button-ngl:hover, +.button.button-ngl:focus { + filter: brightness(90%); +} + /* Notion */ .button.button-notion { color: #000000; diff --git a/images/icons/ngl.svg b/images/icons/ngl.svg new file mode 100644 index 0000000..3c215b4 --- /dev/null +++ b/images/icons/ngl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index df1105f..9c4dbe7 100644 --- a/index.html +++ b/index.html @@ -237,7 +237,10 @@ Medium
- + + + NGL
+ Notion
From 5dabc02f2df044d2b5aaf65d885545a0f4104575 Mon Sep 17 00:00:00 2001 From: soypato Date: Thu, 29 Jun 2023 04:10:17 -0300 Subject: [PATCH 02/15] add kick in social nw. list --- css/brands.css | 8 ++++++++ images/icons/kick.svg | 23 +++++++++++++++++++++++ index.html | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 images/icons/kick.svg diff --git a/css/brands.css b/css/brands.css index b078cd7..a5788f3 100644 --- a/css/brands.css +++ b/css/brands.css @@ -474,6 +474,14 @@ button:hover, filter: brightness(90%); } +.button.button-kick { + background-color:#3d951b; + color: #fff +} +.button.button-kick:hover { + filter: brightness(90%); +} + /* Kickstarter */ .button.button-kickstarter { color: #ffffff; diff --git a/images/icons/kick.svg b/images/icons/kick.svg new file mode 100644 index 0000000..8a8589f --- /dev/null +++ b/images/icons/kick.svg @@ -0,0 +1,23 @@ + + Kick_logo-svg + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index df1105f..ce90940 100644 --- a/index.html +++ b/index.html @@ -208,6 +208,9 @@ Instagram
+ + Kick
+ Kickstarter
From fd3efdc367bccd89605f92c25cee729da4d93dc2 Mon Sep 17 00:00:00 2001 From: soypato Date: Thu, 29 Jun 2023 14:32:03 -0300 Subject: [PATCH 03/15] fix Kick - colors - based in Branding Guidelines --- css/brands.css | 16 ++++++++++++++-- images/icons/kick-alt.svg | 27 +++++++++++++++++++++++++++ index.html | 3 +++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 images/icons/kick-alt.svg diff --git a/css/brands.css b/css/brands.css index a5788f3..a2611b0 100644 --- a/css/brands.css +++ b/css/brands.css @@ -474,14 +474,26 @@ button:hover, filter: brightness(90%); } +/* Kick */ .button.button-kick { - background-color:#3d951b; - color: #fff + background-color:#000000; + color: #ffffff; + border: 1px solid #ffffff; } .button.button-kick:hover { filter: brightness(90%); } +/* Kick Alt */ +.button.button-kick-alt { + background-color:#01e701; + color: #000; +} +.button.button-kick-alt:hover { + filter: brightness(90%); +} + + /* Kickstarter */ .button.button-kickstarter { color: #ffffff; diff --git a/images/icons/kick-alt.svg b/images/icons/kick-alt.svg new file mode 100644 index 0000000..7fa31ae --- /dev/null +++ b/images/icons/kick-alt.svg @@ -0,0 +1,27 @@ + + kick-svg + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index ce90940..4f5d2be 100644 --- a/index.html +++ b/index.html @@ -211,6 +211,9 @@ Kick
+ + Kick
+ Kickstarter
From 2ddac4d2c5e5b024cba7c12c1e317c89c845e923 Mon Sep 17 00:00:00 2001 From: soypato Date: Thu, 29 Jun 2023 14:32:03 -0300 Subject: [PATCH 04/15] Fix Kick - colors - based in Branding Guidelines --- css/brands.css | 16 ++++++++++++++-- images/icons/kick-alt.svg | 27 +++++++++++++++++++++++++++ index.html | 3 +++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 images/icons/kick-alt.svg diff --git a/css/brands.css b/css/brands.css index a5788f3..a2611b0 100644 --- a/css/brands.css +++ b/css/brands.css @@ -474,14 +474,26 @@ button:hover, filter: brightness(90%); } +/* Kick */ .button.button-kick { - background-color:#3d951b; - color: #fff + background-color:#000000; + color: #ffffff; + border: 1px solid #ffffff; } .button.button-kick:hover { filter: brightness(90%); } +/* Kick Alt */ +.button.button-kick-alt { + background-color:#01e701; + color: #000; +} +.button.button-kick-alt:hover { + filter: brightness(90%); +} + + /* Kickstarter */ .button.button-kickstarter { color: #ffffff; diff --git a/images/icons/kick-alt.svg b/images/icons/kick-alt.svg new file mode 100644 index 0000000..e21eb88 --- /dev/null +++ b/images/icons/kick-alt.svg @@ -0,0 +1,27 @@ + + kick-svg + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index ce90940..4f5d2be 100644 --- a/index.html +++ b/index.html @@ -211,6 +211,9 @@ Kick
+ + Kick
+ Kickstarter
From 4cbc3699c3888d8d37d58ad5ba71a3575602f689 Mon Sep 17 00:00:00 2001 From: artificial <59352535+artificialbutter@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:51:05 -0700 Subject: [PATCH 05/15] Use "official" gradient --- css/brands.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/brands.css b/css/brands.css index 65a0ab1..b195ab1 100644 --- a/css/brands.css +++ b/css/brands.css @@ -602,7 +602,7 @@ button:hover, /* NGL */ .button.button-ngl { color: #ffffff; - background-image: linear-gradient(45deg, #ed1581 0%, #ff8614 100%); + background-image: linear-gradient(-45deg, #ff8d10, #ec1187); } .button.button-ngl:hover, .button.button-ngl:focus { From e648b49856dbf451dea0860520015a897a47e05c Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 6 Jul 2023 15:23:43 -0400 Subject: [PATCH 06/15] Added Threads Also updated Untappd branding to be more accessible. --- css/brands.css | 13 ++++++++++++- images/icons/threads.svg | 3 +++ images/icons/untappd.svg | 3 ++- index.html | 3 +++ 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 images/icons/threads.svg diff --git a/css/brands.css b/css/brands.css index b195ab1..0903dd3 100644 --- a/css/brands.css +++ b/css/brands.css @@ -848,6 +848,17 @@ button:hover, filter: brightness(90%); } +/* Threads */ +.button.button-threads { + color: #FFFFFF; + background-color: #000000; + border: 1px solid #FFFFFF; +} +.button.button-threads:hover, +.button.button-threads:focus { + filter: brightness(90%); +} + /* Threema */ .button.button-threema { color: #000000; @@ -923,7 +934,7 @@ button:hover, /* Untappd */ .button.button-untappd { - color: #ffffff; + color: #000000; background-color: #ffc000; } .button.button-untappd:hover, diff --git a/images/icons/threads.svg b/images/icons/threads.svg new file mode 100644 index 0000000..c6fc44b --- /dev/null +++ b/images/icons/threads.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/icons/untappd.svg b/images/icons/untappd.svg index e289a55..f1106a9 100644 --- a/images/icons/untappd.svg +++ b/images/icons/untappd.svg @@ -1,3 +1,4 @@ - + + diff --git a/index.html b/index.html index 93efc26..d04431d 100644 --- a/index.html +++ b/index.html @@ -316,6 +316,9 @@ Telegram
+ + Threads
+ Threema
From 9ea8125fef2c9f931e212cb8edd2968b8dd5e0de Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 6 Jul 2023 15:40:52 -0400 Subject: [PATCH 07/15] Created FUNDING.yml --- .github/FUNDING.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..fb7b138 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,6 @@ +# These are supported funding model platforms + +github: sethcottle +patreon: sethcottle +ko_fi: sethcottle +custom: [https://buymeacoffee.com/seth, https://paypal.me/sethcottle] From 57e61be9cd7af16c09242f903236605014d9bf41 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 6 Jul 2023 16:04:37 -0400 Subject: [PATCH 08/15] Update README.md --- README.md | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index caa7087..2a16536 100644 --- a/README.md +++ b/README.md @@ -31,32 +31,52 @@ Looking for more niche services to add to your copy of LittleLink? Check out [Li #### 🎨 Figma Duplicate the [LittleLink Template on Figma Community](https://www.figma.com/community/file/846568099968305613) to help plan out and design your LittleLink page. -#### 🐋 Docker -[Techno Tim](https://github.com/timothystewart6) is building [LittleLink-Server](https://github.com/techno-tim/littlelink-server). Check out [his video](https://youtu.be/42SqfI_AjXU)! +[![Figma Community](https://cdn.cottle.cloud/littlelink/button-figma-community.svg)](https://www.figma.com/community/file/846568099968305613) -[Drew](https://github.com/davisdre) is building a [super simple Docker implementation of LittleLink](https://github.com/davisdre/littlelink). +#### 🐋 Docker +• [Techno Tim](https://github.com/timothystewart6) is building [LittleLink-Server](https://github.com/techno-tim/littlelink-server). Check out [his video](https://youtu.be/42SqfI_AjXU)! + +• [Drew](https://github.com/davisdre) is building a [super simple Docker implementation of LittleLink](https://github.com/davisdre/littlelink). #### 🗃️ Misc -[Khashayar](https://github.com/khashayarzavosh) is building [LittleLink Admin](https://github.com/khashayarzavosh/admin-littlelink) which lets you host your own admin portal to manage LittleLink! +• [Khashayar](https://github.com/khashayarzavosh) is building [LittleLink Admin](https://github.com/khashayarzavosh/admin-littlelink) which lets you host your own admin portal to manage LittleLink! -[Julian](https://github.com/JulianPrieber) is building [LittleLink Custom](https://github.com/JulianPrieber/littlelink-custom) which approaches the admin portal with an easy-to-use "plug-and-play" mentality! +• [Julian](https://github.com/JulianPrieber) is building [LittleLink Custom](https://github.com/JulianPrieber/littlelink-custom) which approaches the admin portal with an easy-to-use "plug-and-play" mentality! --- ### 💖 Supporters -You can support LittleLink by [buying me a beer](https://www.buymeacoffee.com/seth). You can also have your name or your company added to this section and the supporters page of the [LittleLink.io](https://littlelink.io) website. +You can support LittleLink by [buying me a coffee](https://www.buymeacoffee.com/seth). You can also have your name or your company added to this section and the supporters page of the [LittleLink.io](https://littlelink.io) website. #### 🏢 Business Supporters -**[links.dev](https://github.com/fatih-yavuz/links.dev)** +• **[links.dev](https://github.com/fatih-yavuz/links.dev)** -[Add Your Company Name](https://www.buymeacoffee.com/seth/e/50574) +[![Add Your Company Name](https://cdn.cottle.cloud/littlelink/button-buy-me-a-coffee-company.svg)](https://www.buymeacoffee.com/seth/e/50574) #### ✨ Individual Supporters -**[Drew Davis](https://connect.davisdre.me)** +• **[Drew Davis](https://connect.davisdre.me)** -**[Robotter112](https://robotter112.de/)** +• **[Robotter112](https://robotter112.de/)** -[Add Your Name](https://www.buymeacoffee.com/seth/e/50573) +[![Buy Me A Coffee](https://cdn.cottle.cloud/littlelink/button-buy-me-a-coffee-individual.svg)](https://www.buymeacoffee.com/seth/e/50573) + +#### 🐙 GitHub Sponsors +• **[Your Name Here](https://github.com/sponsors/sethcottle)** + +[![GitHub Sponsors](https://cdn.cottle.cloud/littlelink/button-github-sponsors.svg)](https://github.com/sponsors/sethcottle) + +#### ❤️ Patreon Members +• **[Your Name Here](https://www.patreon.com/sethcottle)** + +[![Patreon](https://cdn.cottle.cloud/littlelink/button-patreon.svg)](https://www.patreon.com/sethcottle) + + +#### 🥰 More Ways to Support LittleLink +[![Buy Me A Coffee](https://cdn.cottle.cloud/littlelink/button-buy-me-a-coffee.svg)](https://www.buymeacoffee.com/seth/) + +[![Ko-Fi](https://cdn.cottle.cloud/littlelink/button-ko-fi.svg)](https://ko-fi.com/sethcottle) + +[![PayPal](https://cdn.cottle.cloud/littlelink/button-paypal.svg)](https://paypal.me/sethcottle/) --- @@ -68,3 +88,4 @@ To help build a more privacy focused product, we recommend using [Fathom Analyti ###### ** Analytics in this dashboard start May 03, 2022. View this [Google Sheets file](https://docs.google.com/spreadsheets/d/1GL4SroAdH-OZphBVR5z-BoSukHIEVJfao25q_e9-Ii8/edit?usp=sharing) with the generic unique pageview data from Google Analytics. +[![PayPal](https://cdn.cottle.cloud/littlelink/button-fathom-analytics.svg)](https://usefathom.com/ref/EQVZMV) From 093aaa0a29a8c6f27166a1cbacdc9a85257cbb06 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Mon, 31 Jul 2023 10:36:04 -0400 Subject: [PATCH 09/15] Added "X" :thumbsdown: --- css/brands.css | 13 ++++++++++++- images/icons/x.svg | 3 +++ index.html | 5 ++++- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 images/icons/x.svg diff --git a/css/brands.css b/css/brands.css index 0903dd3..2296d2a 100644 --- a/css/brands.css +++ b/css/brands.css @@ -911,7 +911,7 @@ button:hover, filter: brightness(90%); } -/* Twitter */ +/* Twitter (archiving soon, see 'X') */ .button.button-twit { color: #ffffff; background-color: #1da1f2; @@ -1025,6 +1025,17 @@ button:hover, filter: brightness(90%); } +/* X */ +.button.button-x { + color: #FFFFFF; + background-color: #000000; + border: 1px solid #FFFFFF; +} +.button.button-x:hover, +.button.button-x:focus { + filter: brightness(90%); +} + /* Xing */ .button.button-xing { color: #ffffff; diff --git a/images/icons/x.svg b/images/icons/x.svg new file mode 100644 index 0000000..a239dff --- /dev/null +++ b/images/icons/x.svg @@ -0,0 +1,3 @@ + + + diff --git a/index.html b/index.html index d04431d..9771570 100644 --- a/index.html +++ b/index.html @@ -334,7 +334,7 @@ Twitch
- + Twitter
@@ -364,6 +364,9 @@ WordPress
+ + Follow on X
+ Xing
From f09bb478ee8e4c238c9a485257af09b38fcc9c10 Mon Sep 17 00:00:00 2001 From: Trevor Sacks Date: Wed, 23 Aug 2023 12:35:47 -0400 Subject: [PATCH 10/15] Update vrchat.svg Adding a background element to the VRChat svg icon, to fix an issue where the hover effect causes the icon to vanish. --- images/icons/vrchat.svg | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/images/icons/vrchat.svg b/images/icons/vrchat.svg index bee2f37..1d1d5b6 100644 --- a/images/icons/vrchat.svg +++ b/images/icons/vrchat.svg @@ -1,12 +1,2 @@ - - - - - - - - - - - - + + From fda2ba721dc1b2770a12d0c53107b4851b7b0689 Mon Sep 17 00:00:00 2001 From: Jothi Prasath Date: Mon, 11 Sep 2023 18:58:54 +0530 Subject: [PATCH 11/15] added trakt --- css/brands.css | 11 +++++++++++ images/icons/trakt.svg | 21 +++++++++++++++++++++ index.html | 3 +++ 3 files changed, 35 insertions(+) create mode 100644 images/icons/trakt.svg diff --git a/css/brands.css b/css/brands.css index 2296d2a..9e30118 100644 --- a/css/brands.css +++ b/css/brands.css @@ -546,6 +546,17 @@ button:hover, filter: brightness(90%); } +/* Trakt */ +.button.button-trakt { + color: #ffffff; + background-color: #000000; + border: 1px solid #FFFFFF; +} +.button.button-trakt:hover, +.button.button-trakt:focus { + filter: brightness(90%); +} + /* Line */ .button.button-line { color: #FFFFFF; diff --git a/images/icons/trakt.svg b/images/icons/trakt.svg new file mode 100644 index 0000000..4398c68 --- /dev/null +++ b/images/icons/trakt.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 9771570..0662259 100644 --- a/index.html +++ b/index.html @@ -228,6 +228,9 @@ Letterboxd
+ + + Trakt
Line
From 5d8ef86b23394d851c251755d08d25c3aec913c6 Mon Sep 17 00:00:00 2001 From: Luka tv Date: Thu, 21 Sep 2023 19:43:10 +0200 Subject: [PATCH 12/15] Made a dark Steam button Didn't like the light one so I made it dark that resembles the steam logo --- css/brands.css | 10 ++++++++++ index.html | 3 +++ 2 files changed, 13 insertions(+) diff --git a/css/brands.css b/css/brands.css index 2296d2a..0c94c53 100644 --- a/css/brands.css +++ b/css/brands.css @@ -808,6 +808,16 @@ button:hover, filter: brightness(90%); } +/* Steam Dark */ +.button.button-steam-dark { + color: #ffffff; + background-image: linear-gradient(90deg, #09172a, #072a57, #0c5085); +} +.button.button-steam-dark:hover, +.button.button-steam-dark:focus { + filter: brightness(90%); +} + /* Steam */ .button.button-steam { color: #ffffff; diff --git a/index.html b/index.html index 9771570..f72cc7d 100644 --- a/index.html +++ b/index.html @@ -304,6 +304,9 @@ Buy with Square
+ + Steam
+ Steam
From c041270a2c692620467531e75f30cefc47a73fed Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 30 Nov 2023 09:45:59 -0500 Subject: [PATCH 13/15] Brand Updates Updated Trakt to reflect more accurate branding and to use the SVG provided by them. Also placed corrected its alphabetical ordering for easier wayfinding. Updated Patreon to reflect their new branding guidelines. Updated Reddit to reflect their new branding guidelines. Added Partiful. --- css/brands.css | 40 ++++++++------ images/icons/partiful.svg | 4 ++ images/icons/patreon.svg | 6 +-- images/icons/reddit.svg | 107 +++++++++++++++++++++++++++++++++++--- images/icons/trakt.svg | 34 +++++------- index.html | 9 ++-- 6 files changed, 151 insertions(+), 49 deletions(-) create mode 100644 images/icons/partiful.svg diff --git a/css/brands.css b/css/brands.css index b22b988..dd7c062 100644 --- a/css/brands.css +++ b/css/brands.css @@ -546,17 +546,6 @@ button:hover, filter: brightness(90%); } -/* Trakt */ -.button.button-trakt { - color: #ffffff; - background-color: #000000; - border: 1px solid #FFFFFF; -} -.button.button-trakt:hover, -.button.button-trakt:focus { - filter: brightness(90%); -} - /* Line */ .button.button-line { color: #FFFFFF; @@ -641,10 +630,22 @@ button:hover, filter: brightness(90%); } +/* Partiful */ +.button.button-partiful { + color: #ffffff; + background-color: #000000; + border: 1px solid #FFFFFF; +} +.button.button-patreon:hover, +.button.button-patreon:focus { + filter: brightness(90%); +} + /* Patreon */ .button.button-patreon { color: #ffffff; - background-color: #ff424d; + background-color: #000000; + border: 1px solid #FFFFFF; } .button.button-patreon:hover, .button.button-patreon:focus { @@ -717,9 +718,8 @@ button:hover, /* Reddit */ .button.button-reddit { - color: #000000; - background-color: #d7dfe2; - border: 1px solid #212121; + color: #FFFFFF; + background-color: #FF4500; } .button.button-reddit:hover, .button.button-reddit:focus { @@ -901,6 +901,16 @@ button:hover, filter: brightness(90%); } +/* Trakt */ +.button.button-trakt { + color: #ffffff; + background-color: #ED1C24; +} +.button.button-trakt:hover, +.button.button-trakt:focus { + filter: brightness(90%); +} + /* Trello */ .button.button-trello { color: #ffffff; diff --git a/images/icons/partiful.svg b/images/icons/partiful.svg new file mode 100644 index 0000000..83d5a9e --- /dev/null +++ b/images/icons/partiful.svg @@ -0,0 +1,4 @@ + + + + diff --git a/images/icons/patreon.svg b/images/icons/patreon.svg index 7bb28b7..31828a2 100644 --- a/images/icons/patreon.svg +++ b/images/icons/patreon.svg @@ -1,9 +1,9 @@ - - + + - + diff --git a/images/icons/reddit.svg b/images/icons/reddit.svg index 685c4ab..8b65261 100644 --- a/images/icons/reddit.svg +++ b/images/icons/reddit.svg @@ -1,11 +1,104 @@ - - - - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/icons/trakt.svg b/images/icons/trakt.svg index 4398c68..5cda61e 100644 --- a/images/icons/trakt.svg +++ b/images/icons/trakt.svg @@ -1,21 +1,13 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/index.html b/index.html index 9f48f9d..3fb593f 100644 --- a/index.html +++ b/index.html @@ -228,9 +228,6 @@ Letterboxd
- - - Trakt
Line
@@ -256,6 +253,9 @@ OnlyFans (18+)
+ + Partiful
+ Patreon
@@ -331,6 +331,9 @@ TikTok
+ + Trakt
+ Trello
From 4b494b4b3a5836a22d82afe431e4fff565ba4ddb Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 30 Nov 2023 09:53:05 -0500 Subject: [PATCH 14/15] Fixed Partiful --- css/brands.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/brands.css b/css/brands.css index dd7c062..8e170f2 100644 --- a/css/brands.css +++ b/css/brands.css @@ -556,7 +556,6 @@ button:hover, filter: brightness(90%); } - /* LinkedIn */ .button.button-linked { color: #ffffff; @@ -636,8 +635,8 @@ button:hover, background-color: #000000; border: 1px solid #FFFFFF; } -.button.button-patreon:hover, -.button.button-patreon:focus { +.button.button-partiful:hover, +.button.button-partiful:focus { filter: brightness(90%); } From 710de6a5af12ed2eff8596d7a72a8a3626224b22 Mon Sep 17 00:00:00 2001 From: Simon Haas <22013217+SimonHaas@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:02:05 +0000 Subject: [PATCH 15/15] devcontainer with live server --- .devcontainer/devcontainer.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..feab4a3 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,28 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/alpine +{ + "name": "Alpine", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + "image": "mcr.microsoft.com/devcontainers/base:alpine", + + // Features to add to the dev container. More info: https://containers.dev/features. + // "features": {}, + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + // Use 'postCreateCommand' to run commands after the container is created. + // "postCreateCommand": "uname -a", + + "customizations": { + // Configure properties specific to VS Code. + "vscode": { + "extensions": [ + "ritwickdey.liveserver" + ] + } + } + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +}