From 39545d49c15c860ff1761a6a28ae686b616d7e4b Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sun, 19 Sep 2021 18:46:30 +0200 Subject: [PATCH 1/3] Add GitLab --- css/brands.css | 8 ++++++ icons/gitlab.svg | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 4 +++ 3 files changed, 81 insertions(+) create mode 100644 icons/gitlab.svg diff --git a/css/brands.css b/css/brands.css index 60ec68d..4d5c5d5 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; 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/index.html b/index.html index b0540f0..ff4fa72 100644 --- a/index.html +++ b/index.html @@ -211,6 +211,10 @@ Skoob LogoSkoob
+ + GitLab LogoGitLab +
+

Build your own by forking LittleLink.

From 3be840817ffd7414220156456d3b6bf2ab9da432 Mon Sep 17 00:00:00 2001 From: Niklas Barning Date: Mon, 27 Sep 2021 11:05:47 +0200 Subject: [PATCH 2/3] Add Xing --- css/brands.css | 8 ++++++++ icons/xing.svg | 9 +++++++++ index.html | 4 ++++ 3 files changed, 21 insertions(+) create mode 100644 icons/xing.svg diff --git a/css/brands.css b/css/brands.css index 2370ac0..d2cea92 100644 --- a/css/brands.css +++ b/css/brands.css @@ -301,3 +301,11 @@ button:hover, .button.button-wordpress:hover, .button.button-wordpress:focus { filter: brightness(90%) } + +/* Xing */ +.button.button-xing { + color: #FFFFFF; + background-color: #026466 } +.button.button-xing:hover, +.button.button-xing:focus { + filter: brightness(90%) } diff --git a/icons/xing.svg b/icons/xing.svg new file mode 100644 index 0000000..ad84a5a --- /dev/null +++ b/icons/xing.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/index.html b/index.html index e882968..1108cfd 100644 --- a/index.html +++ b/index.html @@ -203,6 +203,10 @@ Skoob LogoSkoob
+ + xing LogoXing +
+

Build your own by forking LittleLink.

From 1f8c5cb84d0e70e7f47bf303adf61914f812f683 Mon Sep 17 00:00:00 2001 From: Drew Davis Date: Fri, 1 Oct 2021 00:08:43 -0400 Subject: [PATCH 3/3] Updated version section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 335a626..ab6758f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ If you would like to support this docker build, please feel free to buy me a cof ## Versions * **Sep 1, 2021** - Initial pull. + * **Oct 1, 2021** - Pulled latest. Updated Docker with latest content. # What is littlelink?