From 4c79e0e81eb440060e65c5bf6ea0d79744a55b62 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Sun, 26 Feb 2017 12:47:24 +0000 Subject: [PATCH] Adds Garmin, fixes #344 --- 404.html | 46 ++++++++++++++++++++++--------------------- colour-variables.css | 1 + colour-variables.less | 1 + colour-variables.scss | 1 + icons/garmin.svg | 1 + index.html | 46 ++++++++++++++++++++++--------------------- src/simple-icons.json | 5 +++++ 7 files changed, 57 insertions(+), 44 deletions(-) create mode 100644 icons/garmin.svg diff --git a/404.html b/404.html index 067c96d49..4c7a3b658 100644 --- a/404.html +++ b/404.html @@ -217,13 +217,13 @@
  • Server Fault

    #E7282D
  • Gulp

    #DA4648
  • Bebo

    #DE484A
  • -
  • Microgenetics

    #FF0000
  • -
  • Quantopian

    #C50000
  • -
  • Readability

    #990000
  • -
  • Jekyll

    #CC0000
  • -
  • Tinder

    #FF6B6B
  • Flipboard

    #E12828
  • Tesla

    #CC0000
  • +
  • Jekyll

    #CC0000
  • +
  • Tinder

    #FF6B6B
  • +
  • Readability

    #990000
  • +
  • Microgenetics

    #FF0000
  • +
  • Quantopian

    #C50000
  • Kirby

    #FF0100
  • YouTube

    #CD201F
  • Quora

    #B92B27
  • @@ -306,10 +306,10 @@
  • Feedly

    #6CC655
  • Instacart

    #43B02A
  • Event Store

    #5AB552
  • -
  • Line

    #00C300
  • +
  • freeCodeCamp

    #006600
  • Basecamp

    #66CC66
  • Xbox

    #107C10
  • -
  • freeCodeCamp

    #006600
  • +
  • Line

    #00C300
  • Sentia Yoga

    #4CAF50
  • Treehouse

    #5FCF80
  • Travis CI

    #39A85B
  • @@ -374,6 +374,8 @@
  • LinkedIn

    #0077B5
  • Docker

    #1488C6
  • Linux Foundation

    #009BEE
  • +
  • +

    Garmin

    #007CC3
  • Trello

    #0079BF
  • Stripe

    #008CDD
  • Codeforces

    #1F8ACB
  • @@ -385,8 +387,8 @@
  • PlanGrid

    #0085DE
  • Codecademy

    #204056
  • Storify

    #3A98D9
  • -
  • Microsoft Outlook

    #0072C6
  • Yammer

    #0072C6
  • +
  • Microsoft Outlook

    #0072C6
  • GOV.UK

    #005EA5
  • Windows

    #0078D6
  • PayPal

    #00457C
  • @@ -411,8 +413,8 @@
  • StubHub

    #003168
  • VK

    #6383A8
  • Dailymotion

    #0066DC
  • -
  • Flickr

    #0063DC
  • Mixcloud

    #314359
  • +
  • Flickr

    #0063DC
  • Stack Exchange

    #1E5397
  • Toptal

    #3863A0
  • Tumblr

    #36465D
  • @@ -451,27 +453,27 @@
  • Matternet

    #261C29
  • Big Cartel

    #222222
  • StyleShare

    #231F20
  • -
  • Zendesk

    #03363D
  • Grav

    #221E1F
  • +
  • Zendesk

    #03363D
  • Instapaper

    #1F1F1F
  • Oculus

    #1C1E20
  • GitHub

    #181717
  • Simple Icons

    #111111
  • Myspace

    #030303
  • -
  • PlayStation

    #000000
  • -
  • Steam

    #000000
  • -
  • MediaTemple

    #000000
  • -
  • Uber

    #000000
  • -
  • Squarespace

    #000000
  • -
  • Wire

    #000000
  • -
  • JSON

    #000000
  • -
  • Hootsuite

    #000000
  • -
  • Stitcher

    #000000
  • Digg

    #000000
  • -
  • Diaspora

    #000000
  • -
  • CodePen

    #000000
  • -
  • Ello

    #000000
  • +
  • JSON

    #000000
  • +
  • Wire

    #000000
  • +
  • Hootsuite

    #000000
  • +
  • Squarespace

    #000000
  • Wikipedia

    #000000
  • +
  • Steam

    #000000
  • +
  • Uber

    #000000
  • +
  • Diaspora

    #000000
  • +
  • PlayStation

    #000000
  • +
  • Stitcher

    #000000
  • +
  • MediaTemple

    #000000
  • +
  • Ello

    #000000
  • +
  • CodePen

    #000000
  • diff --git a/colour-variables.css b/colour-variables.css index 015f349cf..055006168 100644 --- a/colour-variables.css +++ b/colour-variables.css @@ -75,6 +75,7 @@ --color-brand-flipboard: #E12828; --color-brand-foursquare: #F94877; --color-brand-govuk: #005EA5; + --color-brand-garmin: #007CC3; --color-brand-gauges: #339966; --color-brand-geeklist: #8CC63F; --color-brand-geocaching: #467126; diff --git a/colour-variables.less b/colour-variables.less index d766fc338..12b1c31fc 100644 --- a/colour-variables.less +++ b/colour-variables.less @@ -74,6 +74,7 @@ @color-brand-flipboard: #E12828; @color-brand-foursquare: #F94877; @color-brand-govuk: #005EA5; +@color-brand-garmin: #007CC3; @color-brand-gauges: #339966; @color-brand-geeklist: #8CC63F; @color-brand-geocaching: #467126; diff --git a/colour-variables.scss b/colour-variables.scss index 6d21eb0a8..213a4f231 100644 --- a/colour-variables.scss +++ b/colour-variables.scss @@ -74,6 +74,7 @@ $color-brand-flickr: #0063DC; $color-brand-flipboard: #E12828; $color-brand-foursquare: #F94877; $color-brand-govuk: #005EA5; +$color-brand-garmin: #007CC3; $color-brand-gauges: #339966; $color-brand-geeklist: #8CC63F; $color-brand-geocaching: #467126; diff --git a/icons/garmin.svg b/icons/garmin.svg new file mode 100644 index 000000000..efe049f85 --- /dev/null +++ b/icons/garmin.svg @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index 067c96d49..4c7a3b658 100644 --- a/index.html +++ b/index.html @@ -217,13 +217,13 @@
  • Server Fault

    #E7282D
  • Gulp

    #DA4648
  • Bebo

    #DE484A
  • -
  • Microgenetics

    #FF0000
  • -
  • Quantopian

    #C50000
  • -
  • Readability

    #990000
  • -
  • Jekyll

    #CC0000
  • -
  • Tinder

    #FF6B6B
  • Flipboard

    #E12828
  • Tesla

    #CC0000
  • +
  • Jekyll

    #CC0000
  • +
  • Tinder

    #FF6B6B
  • +
  • Readability

    #990000
  • +
  • Microgenetics

    #FF0000
  • +
  • Quantopian

    #C50000
  • Kirby

    #FF0100
  • YouTube

    #CD201F
  • Quora

    #B92B27
  • @@ -306,10 +306,10 @@
  • Feedly

    #6CC655
  • Instacart

    #43B02A
  • Event Store

    #5AB552
  • -
  • Line

    #00C300
  • +
  • freeCodeCamp

    #006600
  • Basecamp

    #66CC66
  • Xbox

    #107C10
  • -
  • freeCodeCamp

    #006600
  • +
  • Line

    #00C300
  • Sentia Yoga

    #4CAF50
  • Treehouse

    #5FCF80
  • Travis CI

    #39A85B
  • @@ -374,6 +374,8 @@
  • LinkedIn

    #0077B5
  • Docker

    #1488C6
  • Linux Foundation

    #009BEE
  • +
  • +

    Garmin

    #007CC3
  • Trello

    #0079BF
  • Stripe

    #008CDD
  • Codeforces

    #1F8ACB
  • @@ -385,8 +387,8 @@
  • PlanGrid

    #0085DE
  • Codecademy

    #204056
  • Storify

    #3A98D9
  • -
  • Microsoft Outlook

    #0072C6
  • Yammer

    #0072C6
  • +
  • Microsoft Outlook

    #0072C6
  • GOV.UK

    #005EA5
  • Windows

    #0078D6
  • PayPal

    #00457C
  • @@ -411,8 +413,8 @@
  • StubHub

    #003168
  • VK

    #6383A8
  • Dailymotion

    #0066DC
  • -
  • Flickr

    #0063DC
  • Mixcloud

    #314359
  • +
  • Flickr

    #0063DC
  • Stack Exchange

    #1E5397
  • Toptal

    #3863A0
  • Tumblr

    #36465D
  • @@ -451,27 +453,27 @@
  • Matternet

    #261C29
  • Big Cartel

    #222222
  • StyleShare

    #231F20
  • -
  • Zendesk

    #03363D
  • Grav

    #221E1F
  • +
  • Zendesk

    #03363D
  • Instapaper

    #1F1F1F
  • Oculus

    #1C1E20
  • GitHub

    #181717
  • Simple Icons

    #111111
  • Myspace

    #030303
  • -
  • PlayStation

    #000000
  • -
  • Steam

    #000000
  • -
  • MediaTemple

    #000000
  • -
  • Uber

    #000000
  • -
  • Squarespace

    #000000
  • -
  • Wire

    #000000
  • -
  • JSON

    #000000
  • -
  • Hootsuite

    #000000
  • -
  • Stitcher

    #000000
  • Digg

    #000000
  • -
  • Diaspora

    #000000
  • -
  • CodePen

    #000000
  • -
  • Ello

    #000000
  • +
  • JSON

    #000000
  • +
  • Wire

    #000000
  • +
  • Hootsuite

    #000000
  • +
  • Squarespace

    #000000
  • Wikipedia

    #000000
  • +
  • Steam

    #000000
  • +
  • Uber

    #000000
  • +
  • Diaspora

    #000000
  • +
  • PlayStation

    #000000
  • +
  • Stitcher

    #000000
  • +
  • MediaTemple

    #000000
  • +
  • Ello

    #000000
  • +
  • CodePen

    #000000
  • diff --git a/src/simple-icons.json b/src/simple-icons.json index 7d33e9ac4..87de630ea 100644 --- a/src/simple-icons.json +++ b/src/simple-icons.json @@ -375,6 +375,11 @@ "hex": "006600", "source": "https://freecodecamp.com" }, + { + "title": "Garmin", + "hex": "007CC3", + "source": "https://developer.garmin.com/resources/brand-guidelines/" + }, { "title": "Gauges", "hex": "339966",