From 149ded77258e28c3d83cc77d01ba66f6be3abbf0 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 24 Sep 2018 16:07:28 +0100 Subject: [PATCH] Added Untappd and Vivino --- README.md | 5 +- images/reference/index.md | 2 + images/reference/untappd.svg | 116 +++++++++++++++++++++++++++++++++++ images/reference/vivino.svg | 112 +++++++++++++++++++++++++++++++++ images/svg/untappd.svg | 8 +++ images/svg/vivino.svg | 8 +++ package.json | 2 +- radius.html | 2 +- 8 files changed, 252 insertions(+), 3 deletions(-) create mode 100644 images/reference/untappd.svg create mode 100644 images/reference/vivino.svg create mode 100644 images/svg/untappd.svg create mode 100644 images/svg/vivino.svg diff --git a/README.md b/README.md index e7afd633..001becc8 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,10 @@ Say thanks!
800 Bytes
290 Bytes
500 Bytes - +
411 Bytes + + +
514 Bytes diff --git a/images/reference/index.md b/images/reference/index.md index e8e1fe7e..4d1f2916 100644 --- a/images/reference/index.md +++ b/images/reference/index.md @@ -105,3 +105,5 @@ Where possible this links to the organisation's brand guidelines page. | | | https://www.cdprojekt.com/en/media/logotypes/ | | | | https://www.strava.com/settings/badges | | | | https://ko-fi.com/ | +| | | https://commons.wikimedia.org/wiki/File:Untappd.svg | +| | | https://www.vivino.com/press | diff --git a/images/reference/untappd.svg b/images/reference/untappd.svg new file mode 100644 index 00000000..a6c5deaa --- /dev/null +++ b/images/reference/untappd.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/images/reference/vivino.svg b/images/reference/vivino.svg new file mode 100644 index 00000000..1b53066b --- /dev/null +++ b/images/reference/vivino.svg @@ -0,0 +1,112 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/images/svg/untappd.svg b/images/svg/untappd.svg new file mode 100644 index 00000000..e946aec7 --- /dev/null +++ b/images/svg/untappd.svg @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/images/svg/vivino.svg b/images/svg/vivino.svg new file mode 100644 index 00000000..1d0bd0f3 --- /dev/null +++ b/images/svg/vivino.svg @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/package.json b/package.json index dde5b0dd..fea9661b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "super-tiny-icons", - "version": "0.1.4", + "version": "0.1.5", "description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos", "homepage": "https://github.com/edent/SuperTinyIcons/", "license": "MIT", diff --git a/radius.html b/radius.html index f3aee6b4..db5219b5 100644 --- a/radius.html +++ b/radius.html @@ -84,7 +84,7 @@ 'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon', 'viber', 'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum', 'opencast', 'stackexchange', 'qq', 'vegetarian', 'gogcom', 'strava', - 'ko-fi' + 'ko-fi', 'untappd', 'vivino' ]; var container = document.querySelector('.icons');