Skip to content

Commit

Permalink
New Brands
Browse files Browse the repository at this point in the history
Added Etsy, Kickstarter, LittleLink, Notion, and Trello. Reorganized the brands.css to be in alphabetical order.
  • Loading branch information
sethcottle committed Mar 17, 2022
1 parent 54892b5 commit a30127a
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 54 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,22 @@ No need for gulp, npm, or anything else to make LittleLink work—it uses the ba
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) built [LittleLink-Server](https://github.com/techno-tim/littlelink-server). Check out [his video](https://youtu.be/42SqfI_AjXU)!
[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) built a [super simple Docker implementation of LittleLink](https://github.com/davisdre/littlelink).
[Drew](https://github.com/davisdre) is building a [super simple Docker implementation of LittleLink](https://github.com/davisdre/littlelink).

##### 🗃️ Misc
Check out [LittleLink Admin](https://github.com/khashayarzavosh/admin-littlelink) by [Khashayar Zavosh](https://github.com/khashayarzavosh) 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!

#### 💖 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
[Add Your Company Name](https://www.buymeacoffee.com/seth/e/50574)

##### ✨ Individual Supporters
[Drew Davis](https://connect.davisdre.me)
**[Drew Davis](https://connect.davisdre.me)**

[Add Your Name](https://www.buymeacoffee.com/seth/e/50573)
143 changes: 93 additions & 50 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,36 +94,6 @@ button:hover,
filter: brightness(90%);
}

/* Patreon */
.button.button-patreon {
color: #ffffff;
background-color: #ff424d;
}
.button.button-patreon:hover,
.button.button-patreon:focus {
filter: brightness(90%);
}

/* Signal */
.button.button-signal {
color: #ffffff;
background-color: #3a76f0;
}
.button.button-signal:hover,
.button.button-signal:focus {
filter: brightness(90%);
}

/* Venmo */
.button.button-venmo {
color: #ffffff;
background-color: #3d95ce;
}
.button.button-venmo:hover,
.button.button-venmo:focus {
filter: brightness(90%);
}

/* Cash App */
.button.button-cashapp {
color: #ffffff;
Expand All @@ -144,6 +114,16 @@ button:hover,
filter: brightness(90%);
}

/* Etsy */
.button.button-etsy {
color: #ffffff;
background-color: #F45800;
}
.button.button-etsy:hover,
.button.button-etsy:focus {
filter: brightness(90%);
}

/* Facebook */
.button.button-faceb {
color: #ffffff;
Expand Down Expand Up @@ -222,6 +202,16 @@ button:hover,
filter: brightness(90%);
}

/* kickstarter */
.button.button-kickstarter {
color: #ffffff;
background-color: #05ce78;
}
.button.button-kickstarter:hover,
.button.button-kickstarter:focus {
filter: brightness(90%);
}

/* Kit */
.button.button-kit {
color: #ffffff;
Expand Down Expand Up @@ -262,6 +252,39 @@ button:hover,
filter: brightness(90%);
}

/* Notion */
.button.button-notion {
color: #000000;
border-style: solid;
border-color: #000000;
border-width: 2px;
background-color: #ffffff;
}
.button.button-notion:hover,
.button.button-notion:focus {
filter: brightness(90%);
}

/* Patreon */
.button.button-patreon {
color: #ffffff;
background-color: #ff424d;
}
.button.button-patreon:hover,
.button.button-patreon:focus {
filter: brightness(90%);
}

/* PayPal */
.button.button-paypal {
color: #ffffff;
background-color: #003087;
}
.button.button-paypal:hover,
.button.button-paypal:focus {
filter: brightness(90%);
}

/* Pinterest */
.button.button-pinterest {
color: #000000;
Expand Down Expand Up @@ -295,6 +318,16 @@ button:hover,
filter: brightness(90%);
}

/* Signal */
.button.button-signal {
color: #ffffff;
background-color: #3a76f0;
}
.button.button-signal:hover,
.button.button-signal:focus {
filter: brightness(90%);
}

/* Skoob */
.button.button-skoob {
color: #ffffff;
Expand Down Expand Up @@ -365,6 +398,16 @@ button:hover,
filter: brightness(90%);
}

/* Trello */
.button.button-trello {
color: #ffffff;
background-color: #0065ff;
}
.button.button-trello:hover,
.button.button-trello:focus {
filter: brightness(90%);
}

/* Tumblr */
.button.button-tumb {
color: #ffffff;
Expand Down Expand Up @@ -395,33 +438,23 @@ button:hover,
filter: brightness(90%);
}

/* Vimeo */
.button.button-vimeo {
color: #ffffff;
background-color: #1ab7ea;
}
.button.button-vimeo:hover,
.button.button-vimeo:focus {
filter: brightness(90%);
}

/* PayPal */
.button.button-paypal {
/* Venmo */
.button.button-venmo {
color: #ffffff;
background-color: #003087;
background-color: #008CFF;
}
.button.button-paypal:hover,
.button.button-paypal:focus {
.button.button-venmo:hover,
.button.button-venmo:focus {
filter: brightness(90%);
}

/* YouTube */
.button.button-yt {
/* Vimeo */
.button.button-vimeo {
color: #ffffff;
background-color: #000000;
background-color: #1ab7ea;
}
.button.button-yt:hover,
.button.button-yt:focus {
.button.button-vimeo:hover,
.button.button-vimeo:focus {
filter: brightness(90%);
}

Expand Down Expand Up @@ -464,3 +497,13 @@ button:hover,
.button.button-xing:focus {
filter: brightness(90%);
}

/* YouTube */
.button.button-yt {
color: #ffffff;
background-color: #000000;
}
.button.button-yt:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
3 changes: 3 additions & 0 deletions images/icons/etsy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/icons/kickstarter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/icons/littlelink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a30127a

Please sign in to comment.