diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..03231cc --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,8 @@ +MIT License +Copyright 2019-2021 Seth Cottle + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index b132f61..457d8b5 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,6 @@ 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. -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! \ No newline at end of file +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)! + +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! diff --git a/css/brands.css b/css/brands.css index d2cea92..a321f2c 100644 --- a/css/brands.css +++ b/css/brands.css @@ -123,6 +123,14 @@ button:hover, .button.button-github:focus { filter: brightness(90%) } +/* Gitlab */ +.button.button-gitlab { + color: #ffffff; + background-color: #6151b2 } +.button.button-gitlab:hover, +.button.button-gitlab:focus { + filter: brightness(90%) } + /* Goodreads */ .button.button-goodreads { color: #333333; @@ -286,6 +294,14 @@ button:hover, .button.button-vimeo:focus { filter: brightness(90%) } +/* PayPal */ +.button.button-paypal { + color: #FFFFFF; + background-color: #003087 } +.button.button-paypal:hover, +.button.button-paypal:focus { + filter: brightness(90%) } + /* YouTube */ .button.button-youtube { color: #FFFFFF; @@ -294,6 +310,14 @@ button:hover, .button.button-youtube:focus { filter: brightness(90%) } +/* WhatsApp */ +.button.button-whatsapp { + color: #FFFFFF; + background-color: #455A64 } +.button.button-whatsapp:hover, +.button.button-whatsapp:focus { + filter: brightness(90%) } + /* Wordpress */ .button.button-wordpress { color: #FFFFFF; diff --git a/icons/gitlab.svg b/icons/gitlab.svg new file mode 100644 index 0000000..f04b524 --- /dev/null +++ b/icons/gitlab.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + 1x + + + 1x + + + 1x + + + + 1x + + + diff --git a/icons/paypal.svg b/icons/paypal.svg new file mode 100644 index 0000000..306ba8c --- /dev/null +++ b/icons/paypal.svg @@ -0,0 +1,21 @@ + + + + + + + + + + diff --git a/icons/whatsapp.svg b/icons/whatsapp.svg new file mode 100644 index 0000000..e22953c --- /dev/null +++ b/icons/whatsapp.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 1108cfd..4bac6a6 100644 --- a/index.html +++ b/index.html @@ -190,6 +190,14 @@ Vimeo LogoVimeo
+ + + PayPal LogoPayPal +
+ + + WhatsApp LogoWhatsApp +
Wordpress LogoWordpress @@ -203,9 +211,12 @@ Skoob LogoSkoob
+ + GitLab LogoGitLab +
+ xing LogoXing -