From b12c03c163483b5866cb0561a29f2e75f412b188 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Tue, 15 Dec 2015 23:07:06 +0000 Subject: [PATCH] Added Stripe, fixes #264 --- 404.html | 1 + icons/stripe.svg | 1 + index.html | 1 + src/simple-icons.json | 5 +++++ 4 files changed, 8 insertions(+) create mode 100644 icons/stripe.svg diff --git a/404.html b/404.html index ec257088..a508e44f 100644 --- a/404.html +++ b/404.html @@ -359,6 +359,7 @@
  • 500px
    #0099E5
  • LinkedIn
    #0077B5
  • Trello
    #0079BF
  • +
  • Stripe
    #008CDD
  • Drupal
    #0077C0
  • About.me
    #044A75
  • Codecademy
    #204056
  • diff --git a/icons/stripe.svg b/icons/stripe.svg new file mode 100644 index 00000000..3fe76d70 --- /dev/null +++ b/icons/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index ec257088..a508e44f 100644 --- a/index.html +++ b/index.html @@ -359,6 +359,7 @@
  • 500px
    #0099E5
  • LinkedIn
    #0077B5
  • Trello
    #0079BF
  • +
  • Stripe
    #008CDD
  • Drupal
    #0077C0
  • About.me
    #044A75
  • Codecademy
    #204056
  • diff --git a/src/simple-icons.json b/src/simple-icons.json index 6459a177..909dc142 100644 --- a/src/simple-icons.json +++ b/src/simple-icons.json @@ -750,6 +750,11 @@ "hex": "3A98D9", "source": "https://storify.com" }, + { + "title": "Stripe", + "hex": "008CDD", + "source": "https://stripe.com/about/resources" + }, { "title": "StubHub", "hex": "003168",