From 05592364cfc37d200ed64486042e8074ba9abf98 Mon Sep 17 00:00:00 2001 From: jawira Date: Mon, 2 May 2022 22:26:30 +0200 Subject: [PATCH 01/22] Add dev.to button --- css/brands.css | 10 ++++++++++ images/icons/dev_to.svg | 1 + index.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 images/icons/dev_to.svg diff --git a/css/brands.css b/css/brands.css index 40713e5..ed1e83d 100644 --- a/css/brands.css +++ b/css/brands.css @@ -114,6 +114,16 @@ button:hover, filter: brightness(90%); } +/* dev.to */ +.button.button-dev-to { + color: #000000; + background-color: #f5f5f5; +} +.button.button-dev-to:hover, +.button.button-dev-to:focus { + filter: brightness(90%); +} + /* Discord */ .button.button-discord { color: #ffffff; diff --git a/images/icons/dev_to.svg b/images/icons/dev_to.svg new file mode 100644 index 0000000..d52b2ed --- /dev/null +++ b/images/icons/dev_to.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index bd3cbe3..143e4ce 100644 --- a/index.html +++ b/index.html @@ -330,6 +330,11 @@ src="images/icons/cashapp_btc.svg" alt="Cash App Logo">Cash App Bitcoin
+ + dev.to Logodev.to +
+ Web LogoWebsite From e955c1d9549a21db7fdec64cca9b2e19cdbad250 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Tue, 3 May 2022 15:28:51 -0400 Subject: [PATCH 02/22] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe6388b..7ae7c7d 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,6 @@ You can support LittleLink by [buying me a beer](https://www.buymeacoffee.com/se ##### โœจ Individual Supporters **[Drew Davis](https://connect.davisdre.me)** +**[Robotter112](https://robotter112.de/)** + [Add Your Name](https://www.buymeacoffee.com/seth/e/50573) From a849815bf8c26f5949ebae0a790129353d2332c1 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Wed, 4 May 2022 11:03:14 -0400 Subject: [PATCH 03/22] New Brands Based on some feedback we've been receiving via email and social I'm adding several new brands, including: Amazon, Apple App Store, Google Play Store, and OnlyFans. Added a SVG of the LittleLink avatar. Cleaned up the README.md to make it more readable, updated some outdated content, and added a new Analytics section promoting Fathom (and adding a referral link to help support LittleLink). I also posted a link to the public LittleLink Fathom analytics dashboard. --- README.md | 31 ++++++++++++++----- css/brands.css | 62 +++++++++++++++++++++++++++++++------- images/avatar.svg | 5 +++ images/icons/amazon.svg | 13 ++++++++ images/icons/appstore.svg | 10 ++++++ images/icons/onlyfans.svg | 4 +++ images/icons/playstore.svg | 33 ++++++++++++++++++++ index.html | 20 ++++++++++++ 8 files changed, 159 insertions(+), 19 deletions(-) create mode 100644 images/avatar.svg create mode 100644 images/icons/amazon.svg create mode 100644 images/icons/appstore.svg create mode 100644 images/icons/onlyfans.svg create mode 100644 images/icons/playstore.svg diff --git a/README.md b/README.md index 7ae7c7d..b85c589 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ and [many.link](https://many.link/). LittleLink was built using [Skeleton](http: ![Themes](https://cdn.cottle.cloud/littlelink/themes.png) -LittleLink has more than 20 company button styles you can use and we'll be throwing more in soon. You'll also find a light and dark theme ready to go. Not a fan of the colors? Update `skeleton-light.css` or `skeleton-dark.css` to the HEX values of your choosing. You can also set your CSS to `skeleton-auto.css`, which will use the system theme of the device you visit on. +LittleLink has more than 50+ branded button styles you can use (with even more being added by our community). You'll also find a light and dark theme ready to go. Not a fan of the default colors? Update `skeleton-light.css` or `skeleton-dark.css` to the HEX values of your choosing. You can also set your CSS to `skeleton-auto.css`, which will use the system theme of the device you visit on. ![Performance](https://cdn.cottle.cloud/littlelink/performance.png) @@ -19,30 +19,45 @@ No need for gulp, npm, or anything else to make LittleLink workโ€”it uses the ba [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fsethcottle%2Flittlelink&project-name=littlelink&repository-name=littlelink&demo-title=LittleLink%20Demo&demo-description=Imported%20from%20GitHub.) -#### ๐Ÿค Community Extras +--- -##### ๐ŸŽจ Figma +### ๐Ÿค Community Extras + +#### ๐ŸŽจ 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 +#### ๐Ÿ‹ 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 +#### ๐Ÿ—ƒ๏ธ 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! [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 +--- + +### ๐Ÿ’– 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. -##### ๐Ÿข Business Supporters +#### ๐Ÿข Business Supporters [Add Your Company Name](https://www.buymeacoffee.com/seth/e/50574) -##### โœจ Individual Supporters +#### โœจ Individual Supporters **[Drew Davis](https://connect.davisdre.me)** **[Robotter112](https://robotter112.de/)** [Add Your Name](https://www.buymeacoffee.com/seth/e/50573) + +--- + +### ๐Ÿ“Š Analytics + +To help build a more privacy focused product, we recommend using [Fathom Analytics](https://usefathom.com/ref/EQVZMV)*. On May 03, 2022 we moved [LittleLink.io](https://littlelink.io) from Google Analytics to Fathom! We're also making our analytics dashboard [publicly available](https://app.usefathom.com/share/xbmnwxxl/littlelink.io#/?filters=%5B%5D&range=last_7_days&site=2251799827005303)** for everyone to view. + +###### * This is a referral link. Using this link to sign up for Fathom is an easy way to help support LittleLink! + +###### ** Analytics displayed in this dashboard start May 03, 2022. View this [Google Sheets files](https://docs.google.com/spreadsheets/d/1GL4SroAdH-OZphBVR5z-BoSukHIEVJfao25q_e9-Ii8/edit?usp=sharing) with the generic unique pageview data from Google Analytics. + diff --git a/css/brands.css b/css/brands.css index df5ed25..ee80128 100644 --- a/css/brands.css +++ b/css/brands.css @@ -84,6 +84,26 @@ button:hover, filter: brightness(90%); } +/* Amazon */ +.button.button-amazon { + color: #000000; + background-color: #ffffff; +} +.button.button-amazon:hover, +.button.button-amazon:focus { + filter: brightness(90%); +} + +/* Apple App Store */ +.button.button-appstore { + color: #ffffff; + background-color: #000000; +} +.button.button-appstore:hover, +.button.button-appstore:focus { + filter: brightness(90%); +} + /* Bandcamp */ .button.button-bandcamp { color: #ffffff; @@ -114,17 +134,6 @@ button:hover, filter: brightness(90%); } -/* VRChat */ -.button.button-vrchat { - color: #000000; - background-color: #ffffff; - border: 2px solid black; -} -.button.button-vrchat:hover, -.button.button-vrchat:focus { - filter: brightness(90%); -} - /* dev.to */ .button.button-dev-to { color: #000000; @@ -223,6 +232,16 @@ button:hover, filter: brightness(90%); } +/* Google Play Store */ +.button.button-playstore { + color: #FFFFFF; + background-color: #000000; +} +.button.button-playstore:hover, +.button.button-playstore:focus { + filter: brightness(90%); +} + /* Instagram */ .button.button-instagram { color: #ffffff; @@ -296,6 +315,16 @@ button:hover, filter: brightness(90%); } +/* OnlyFans */ +.button.button-onlyfans { + color: #ffffff; + background-color: #00AEEF; +} +.button.button-onlyfans:hover, +.button.button-onlyfans:focus { + filter: brightness(90%); +} + /* Patreon */ .button.button-patreon { color: #ffffff; @@ -489,6 +518,17 @@ button:hover, filter: brightness(90%); } +/* VRChat */ +.button.button-vrchat { + color: #000000; + background-color: #ffffff; + border: 2px solid black; +} +.button.button-vrchat:hover, +.button.button-vrchat:focus { + filter: brightness(90%); +} + /* Website */ .button.button-web { color: #ffffff; diff --git a/images/avatar.svg b/images/avatar.svg new file mode 100644 index 0000000..2456224 --- /dev/null +++ b/images/avatar.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/images/icons/amazon.svg b/images/icons/amazon.svg new file mode 100644 index 0000000..b0c84df --- /dev/null +++ b/images/icons/amazon.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/images/icons/appstore.svg b/images/icons/appstore.svg new file mode 100644 index 0000000..ff199d1 --- /dev/null +++ b/images/icons/appstore.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/images/icons/onlyfans.svg b/images/icons/onlyfans.svg new file mode 100644 index 0000000..6983076 --- /dev/null +++ b/images/icons/onlyfans.svg @@ -0,0 +1,4 @@ + + + + diff --git a/images/icons/playstore.svg b/images/icons/playstore.svg new file mode 100644 index 0000000..7781053 --- /dev/null +++ b/images/icons/playstore.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index e6c5dfb..9e16d65 100644 --- a/index.html +++ b/index.html @@ -310,6 +310,21 @@ src="images/icons/signal.svg" alt="Signal Logo">Signal
+ + Apple App Store LogoApple App Store +
+ + + Google Play Store LogoGoogle Play Store +
+ + + Amazon LogoAmazon +
+ Venmo LogoVenmo @@ -335,6 +350,11 @@ src="images/icons/dev_to.svg" alt="dev.to Logo">dev.to
+ + Only Fans LogoOnlyFans (18+) +
+ Web LogoWebsite From 2f9968820f313d78b3a398c659d5ab573254ad01 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 5 May 2022 13:20:01 -0400 Subject: [PATCH 04/22] Organization Updates Updated the organizational structure of the html elements to be more readable. --- README.md | 2 +- index.html | 218 ++++++++++++++++++++++++++--------------------------- 2 files changed, 110 insertions(+), 110 deletions(-) diff --git a/README.md b/README.md index b85c589..3965a4e 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,5 @@ To help build a more privacy focused product, we recommend using [Fathom Analyti ###### * This is a referral link. Using this link to sign up for Fathom is an easy way to help support LittleLink! -###### ** Analytics displayed in this dashboard start May 03, 2022. View this [Google Sheets files](https://docs.google.com/spreadsheets/d/1GL4SroAdH-OZphBVR5z-BoSukHIEVJfao25q_e9-Ii8/edit?usp=sharing) with the generic unique pageview data from Google Analytics. +###### ** Analytics displayed 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. diff --git a/index.html b/index.html index 9e16d65..923d953 100644 --- a/index.html +++ b/index.html @@ -100,274 +100,274 @@ --> - - GitHub LogoGitHub + + + GitHub LogoGitHub
- Twitter LogoTwitter + + Twitter LogoTwitter
- Instagram LogoInstagram + + Instagram LogoInstagram
- Facebook LogoFind us on Facebook + + Facebook LogoFind us on Facebook
- Facebook Messenger LogoChat on Messenger + + Facebook Messenger LogoChat on Messenger
- LinkedIn LogoLinkedIn + + LinkedIn LogoLinkedIn
- YouTube LogoYouTube + + YouTube LogoYouTube
- Discord LogoDiscord + + Discord LogoDiscord
- Twitch LogoTwitch + + Twitch LogoTwitch
- Product Hunt LogoProduct Hunt + + Product Hunt LogoProduct Hunt
- Snapchat LogoSnapchat + + Snapchat LogoSnapchat
- Spotify LogoSpotify + + Spotify LogoSpotify
- Reddit LogoReddit + + Reddit LogoReddit
- Mastodon LogoMastodon + + Mastodon LogoMastodon
- Medium LogoMedium + + Medium LogoMedium
- Pinterest LogoFollow on Pinterest + + Pinterest LogoFollow on Pinterest
- TikTok LogoTikTok + + TikTok LogoTikTok
- Email Iconhello@littlelink.io + + Email Iconhello@littlelink.io
- Email Iconhello@littlelink.io + + Email Iconhello@littlelink.io
- Blog IconBlog + + Blog IconBlog
- SoundCloud LogoSoundCloud + + SoundCloud LogoSoundCloud
- Figma LogoFigma + + Figma LogoFigma
- Kit LogoKit + + Kit LogoKit
- Telegram LogoTelegram + + Telegram LogoTelegram
- LittleLink LogoLittleLink + + LittleLink LogoLittleLink
- Trello LogoTrello + + Trello LogoTrello
- Notion LogoNotion + + Notion LogoNotion
- Kickstarter LogoKickstarter + + Kickstarter LogoKickstarter
- Etsy LogoEtsy + + Etsy LogoEtsy
- Tumblr LogoTumblr + + Tumblr LogoTumblr
- Steam LogoSteam + + Steam LogoSteam
- Vimeo LogoVimeo + + Vimeo LogoVimeo
- PayPal LogoPayPal + + PayPal LogoPayPal
- WhatsApp LogoWhatsApp + + WhatsApp LogoWhatsApp
- Wordpress LogoWordpress + + Wordpress LogoWordpress
- Goodreads LogoGoodreads + + Goodreads LogoGoodreads
- Skoob LogoSkoob + + Skoob LogoSkoob
- GitLab LogoGitLab + + GitLab LogoGitLab
- xing LogoXing + + xing LogoXing
- Bandcamp LogoBandcamp + + Bandcamp LogoBandcamp
- Patreon LogoPatreon + + Patreon LogoPatreon
- Signal LogoSignal + + Signal LogoSignal
- Apple App Store LogoApple App Store + + Apple App Store LogoApple App Store
- Google Play Store LogoGoogle Play Store + + Google Play Store LogoGoogle Play Store
- Amazon LogoAmazon + + Amazon LogoAmazon
- Venmo LogoVenmo + + Venmo LogoVenmo
- Cash App LogoCash App Dollar + + Cash App LogoCash App Dollar
- Cash App LogoCash App Pound + + Cash App LogoCash App Pound
- Cash App LogoCash App Bitcoin + + Cash App LogoCash App Bitcoin
- dev.to Logodev.to + + dev.to Logodev.to
- Only Fans LogoOnlyFans (18+) + + Only Fans LogoOnlyFans (18+)
- Web LogoWebsite + + Web LogoWebsite
- Buy Me a CoffeeBuy Me a Coffee + + Buy Me a CoffeeBuy Me a Coffee
- VRChat LogoVRChat + + VRChat LogoVRChat

From 08f9fe2ca9cd4e2d9e94367f134a285907acc1a2 Mon Sep 17 00:00:00 2001 From: jawira Date: Fri, 6 May 2022 17:14:29 +0200 Subject: [PATCH 05/22] New gitlab logo --- images/icons/gitlab.svg | 70 +---------------------------------------- 1 file changed, 1 insertion(+), 69 deletions(-) diff --git a/images/icons/gitlab.svg b/images/icons/gitlab.svg index f04b524..b88f362 100644 --- a/images/icons/gitlab.svg +++ b/images/icons/gitlab.svg @@ -1,69 +1 @@ - - - - - - - - - - - - - - - - - - - - - 1x - - - 1x - - - 1x - - - - 1x - - - + \ No newline at end of file From dd9c7aefbe97cc4fa70bfd01df1f74bffe8d6671 Mon Sep 17 00:00:00 2001 From: techano <20607160+techano@users.noreply.github.com> Date: Fri, 13 May 2022 12:50:32 -0700 Subject: [PATCH 06/22] Added privacy.html page from littlelink and set everything to example.com --- privacy.html | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 privacy.html diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..db43590 --- /dev/null +++ b/privacy.html @@ -0,0 +1,131 @@ + + + + + + + + LittleLink Privacy Policy + + + + + + + + + + + + + + + + + + + + + +
+
+
+

+ โฌ…๏ธ Back to main page +

+ + +

๐Ÿ”’ Privacy Overview

+ + +

+ Personal Data collected for the following purposes and using the + following services: +
+
+ ๐Ÿงฎ Analytics +
+ The services contained in this section enable the Owner to monitor + and analyze web traffic and can be used to keep track of User + behavior. +
+
+ + 1.) Example LLC.
+ Personal Data: + various types of Data as specified in the privacy policy of the + service
+ Privacy Policy +

+

+ ๐Ÿ“ฆ Displaying Content From External Platforms +
+ This type of service allows you to view content hosted on external + platforms directly from the pages of this website and interact with + them.

+ This type of service might still collect web traffic data for the + pages where the service is installed, even when Users do not use it. +
+
+ + 1.) Example LLC
+ Personal Data: + Usage Data; various types of Data as specified in the privacy + policy of the service +
+ Privacy Policy +

+

+ ๐Ÿ“ Hosting and Backend Infrastructure +
+ This type of service has the purpose of hosting Data and files that + enable this website to exist. +
+
+ Some services among those listed below, if any, may work through + geographically distributed servers, making it difficult to determine + the actual location where the Personal Data are stored. +
+
+ + 1.) Example LLC.
+ Personal Data: + various types of Data as specified in the privacy policy of the + service +
+ Privacy Policy +

+
+
+
+

Build your own by forking LittleLink.

+
+
+
+
+ + + + From 66d96e327f1e2f8c1d4ef8d8295b24258f344cb3 Mon Sep 17 00:00:00 2001 From: techano <20607160+techano@users.noreply.github.com> Date: Fri, 13 May 2022 12:56:55 -0700 Subject: [PATCH 07/22] added required .container-left class for privacy page to function correctly. --- css/skeleton-auto.css | 9 +++++++++ css/skeleton-dark.css | 9 +++++++++ css/skeleton-light.css | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index 8ae22a0..a6d2b11 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -40,6 +40,15 @@ padding: 0 20px; box-sizing: border-box; } +.container-left { + position: relative; + width: 100%; + max-width: 600px; + text-align: left; + margin: 0 auto; + padding: 0 20px; + box-sizing: border-box; +} .column { position: center; width: 100%; diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index 26c2c8c..ba79ae5 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -40,6 +40,15 @@ padding: 0 20px; box-sizing: border-box; } +.container-left { + position: relative; + width: 100%; + max-width: 600px; + text-align: left; + margin: 0 auto; + padding: 0 20px; + box-sizing: border-box; +} .column { position: center; width: 100%; diff --git a/css/skeleton-light.css b/css/skeleton-light.css index e7444a3..11b8c0c 100644 --- a/css/skeleton-light.css +++ b/css/skeleton-light.css @@ -40,6 +40,15 @@ padding: 0 20px; box-sizing: border-box; } +.container-left { + position: relative; + width: 100%; + max-width: 600px; + text-align: left; + margin: 0 auto; + padding: 0 20px; + box-sizing: border-box; +} .column { position: center; width: 100%; From ae7fe9331b35eb2425041f3c2a82bf9296ca94cd Mon Sep 17 00:00:00 2001 From: techano <20607160+techano@users.noreply.github.com> Date: Fri, 13 May 2022 13:19:42 -0700 Subject: [PATCH 08/22] added privacy policy link to index --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 923d953..2b65a17 100644 --- a/index.html +++ b/index.html @@ -371,7 +371,8 @@

-

Build your own by forking LittleLink.

+

๐Ÿ”’ + Privacy Policy | Build your own by forking LittleLink.

From 5d7a3ae023f03b016121001fb0edb6f6442d5b20 Mon Sep 17 00:00:00 2001 From: techano <20607160+techano@users.noreply.github.com> Date: Fri, 13 May 2022 13:31:11 -0700 Subject: [PATCH 09/22] testing something --- privacy.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/privacy.html b/privacy.html index db43590..b64c18e 100644 --- a/privacy.html +++ b/privacy.html @@ -90,7 +90,9 @@ policy of the service
- Privacy Policy + Privacy Policy

๐Ÿ“ Hosting and Backend Infrastructure From e93f821df71e81290d5bae2ad1ac955be2853342 Mon Sep 17 00:00:00 2001 From: techano <20607160+techano@users.noreply.github.com> Date: Fri, 13 May 2022 13:39:40 -0700 Subject: [PATCH 10/22] added threma to brands.css, their svg and to index.html --- css/brands.css | 10 ++++++++++ images/icons/threema.svg | 9 +++++++++ index.html | 5 +++++ 3 files changed, 24 insertions(+) create mode 100644 images/icons/threema.svg diff --git a/css/brands.css b/css/brands.css index ee80128..7c5965a 100644 --- a/css/brands.css +++ b/css/brands.css @@ -578,3 +578,13 @@ button:hover, .button.button-yt:focus { filter: brightness(90%); } + +/* Threema */ +.button.button-threema { + color: #000000; + background-color: #3fe669; +} +.button.button-threema:hover, +.button.button-threema:focus { + filter: brightness(90%); +} \ No newline at end of file diff --git a/images/icons/threema.svg b/images/icons/threema.svg new file mode 100644 index 0000000..142a6f8 --- /dev/null +++ b/images/icons/threema.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 2b65a17..fd44c14 100644 --- a/index.html +++ b/index.html @@ -370,6 +370,11 @@ VRChat LogoVRChat
+ + + Threema LogoThreema +
+

๐Ÿ”’ Privacy Policy | Build your own by forking LittleLink.

From 928a15833da7171d92177b29d88ab337438077cc Mon Sep 17 00:00:00 2001 From: IsaakDl Date: Mon, 23 May 2022 18:51:13 +0200 Subject: [PATCH 11/22] Added Ko-fi --- css/brands.css | 10 ++++++++++ images/icons/ko-fi.svg | 11 +++++++++++ index.html | 5 +++++ 3 files changed, 26 insertions(+) create mode 100644 images/icons/ko-fi.svg diff --git a/css/brands.css b/css/brands.css index ee80128..9544e7e 100644 --- a/css/brands.css +++ b/css/brands.css @@ -124,6 +124,16 @@ button:hover, filter: brightness(90%); } +/* Ko-fi */ +.button.button-ko-fi { + color: #ffffff; + background-color: #13C3FF; +} +.button.button-ko-fi:hover, +.button.button-ko-fi:focus { + filter: brightness(90%); +} + /* Cash App */ .button.button-cashapp { color: #ffffff; diff --git a/images/icons/ko-fi.svg b/images/icons/ko-fi.svg new file mode 100644 index 0000000..4fefd54 --- /dev/null +++ b/images/icons/ko-fi.svg @@ -0,0 +1,11 @@ + + + Layer 1 + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 923d953..60bbb25 100644 --- a/index.html +++ b/index.html @@ -365,6 +365,11 @@ Buy Me a CoffeeBuy Me a Coffee
+ + + Ko-fiKo-fi +
+ VRChat LogoVRChat From 9923aa2ce3a12d5f6ccc76e0adceaa574f984cd8 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Mon, 23 May 2022 14:48:10 -0400 Subject: [PATCH 12/22] General Updates Added additional comments for clarification and reorganized a recently added brand alphabetically. --- css/brands.css | 20 ++++++++++---------- index.html | 9 +++++++-- privacy.html | 37 ++++++++++++++++++++++++++++++++++--- 3 files changed, 51 insertions(+), 15 deletions(-) diff --git a/css/brands.css b/css/brands.css index 371a09c..b688115 100644 --- a/css/brands.css +++ b/css/brands.css @@ -458,6 +458,16 @@ button:hover, filter: brightness(90%); } +/* Threema */ +.button.button-threema { + color: #000000; + background-color: #3fe669; +} +.button.button-threema:hover, +.button.button-threema:focus { + filter: brightness(90%); +} + /* TikTok */ .button.button-tiktok { color: #ffffff; @@ -588,13 +598,3 @@ button:hover, .button.button-yt:focus { filter: brightness(90%); } - -/* Threema */ -.button.button-threema { - color: #000000; - background-color: #3fe669; -} -.button.button-threema:hover, -.button.button-threema:focus { - filter: brightness(90%); -} \ No newline at end of file diff --git a/index.html b/index.html index 57b7725..ebbbb6e 100644 --- a/index.html +++ b/index.html @@ -381,8 +381,13 @@

-

๐Ÿ”’ - Privacy Policy | Build your own by forking LittleLink.

+ +

Privacy Policy | Build your own by forking LittleLink.

diff --git a/privacy.html b/privacy.html index b64c18e..bdc1201 100644 --- a/privacy.html +++ b/privacy.html @@ -18,11 +18,12 @@ โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“ --> - + --> @@ -43,6 +44,22 @@ โฌ…๏ธ Back to main page

+ +

๐Ÿ”’ Privacy Overview

@@ -54,6 +71,7 @@ >

+ ๐Ÿงฎ Analytics
The services contained in this section enable the Owner to monitor @@ -72,6 +90,9 @@ >Privacy Policy

+ + +

๐Ÿ“ฆ Displaying Content From External Platforms
@@ -82,7 +103,7 @@ pages where the service is installed, even when Users do not use it.

- + 1.) Example LLC
Personal Data: Privacy Policy

+ + +

๐Ÿ“ Hosting and Backend Infrastructure
@@ -118,8 +142,15 @@ >Privacy Policy

+

+ +

Build your own by forking LittleLink.

From 2f4231107d8172204c2c7446fbaeec0befc6ca72 Mon Sep 17 00:00:00 2001 From: John Fox <3246415+Falc0n2k@users.noreply.github.com> Date: Fri, 3 Jun 2022 17:43:09 -0400 Subject: [PATCH 13/22] Added radius values for avatar --- css/skeleton-auto.css | 12 ++++++++++++ css/skeleton-dark.css | 12 ++++++++++++ css/skeleton-light.css | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index a6d2b11..6d9d188 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -194,3 +194,15 @@ hr { border-width: 0; border-top: 1px solid #e1e1e1; } +/* Radius values: + +10%-40%: Squircles +50% (default): True circle +*/ +.avatar { + width: 128px; + height: 128px; + object-fit: cover; + background-position: center; + border-radius: 50%; +} \ No newline at end of file diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index ba79ae5..fe9a7ae 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -194,3 +194,15 @@ hr { border-width: 0; border-top: 1px solid #e1e1e1; } +/* Radius values: + +10%-40%: Squircles +50% (default): True circle +*/ +.avatar { + width: 128px; + height: 128px; + object-fit: cover; + background-position: center; + border-radius: 50%; +} \ No newline at end of file diff --git a/css/skeleton-light.css b/css/skeleton-light.css index 11b8c0c..de3fd8e 100644 --- a/css/skeleton-light.css +++ b/css/skeleton-light.css @@ -194,3 +194,15 @@ hr { border-width: 0; border-top: 1px solid #e1e1e1; } +/* Radius values: + +10%-40%: Squircles +50% (default): True circle +*/ +.avatar { + width: 128px; + height: 128px; + object-fit: cover; + background-position: center; + border-radius: 50%; +} \ No newline at end of file From 1f49d9d2f25d56a97bb18aa4b6cbdd0bf8d7c02c Mon Sep 17 00:00:00 2001 From: John Fox <3246415+Falc0n2k@users.noreply.github.com> Date: Fri, 3 Jun 2022 17:44:34 -0400 Subject: [PATCH 14/22] Updated to support avatar radius --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ebbbb6e..957f4bd 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ --> - LittleLink Logo + LittleLink Logo

LittleLink

From bf988f63b1f30928c4cd722095cb8109b297f810 Mon Sep 17 00:00:00 2001 From: Thomas Helmke Date: Sun, 5 Jun 2022 12:13:34 +0200 Subject: [PATCH 15/22] added flickr icon and stub --- css/brands.css | 10 ++++++++++ images/icons/flickr.svg | 1 + index.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 images/icons/flickr.svg diff --git a/css/brands.css b/css/brands.css index b688115..18b50ec 100644 --- a/css/brands.css +++ b/css/brands.css @@ -212,6 +212,16 @@ button:hover, filter: brightness(90%); } +/* Flickr */ +.button.button-flickr { + color: #ffffff; + background-color: #000000; +} +.button.button-flickr:hover, +.button.button-flickr:focus { + filter: brightness(90%); +} + /* Github */ .button.button-github { color: #ffffff; diff --git a/images/icons/flickr.svg b/images/icons/flickr.svg new file mode 100644 index 0000000..bde20ab --- /dev/null +++ b/images/icons/flickr.svg @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index ebbbb6e..fb6662c 100644 --- a/index.html +++ b/index.html @@ -380,6 +380,11 @@ Threema LogoThreema
+ + + Flickr LogoFlickr +
+
+ + Letterboxd LogoLetterboxd +
+