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.
This commit is contained in:
Seth Cottle
2022-05-04 11:03:14 -04:00
parent e955c1d954
commit a849815bf8
8 changed files with 159 additions and 19 deletions

View File

@ -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;