From 57ba345557b96a492415f2a80aac02ceb1eeb201 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Wed, 28 Dec 2016 14:16:47 +0000 Subject: [PATCH] Added source data and minified ACM, Codeforces, HackerRank --- 404.html | 41 ++++++++++++++++++++++------------------- colour-variables.less | 3 +++ colour-variables.scss | 3 +++ icons/acm-icpc.svg | 1 - icons/acm.svg | 1 + icons/codeforces.svg | 2 +- icons/hackerrank.svg | 2 +- index.html | 41 ++++++++++++++++++++++------------------- src/simple-icons.json | 10 +++++----- 9 files changed, 58 insertions(+), 46 deletions(-) delete mode 100644 icons/acm-icpc.svg create mode 100644 icons/acm.svg diff --git a/404.html b/404.html index dffa1779..448fd734 100644 --- a/404.html +++ b/404.html @@ -322,13 +322,13 @@
  • Server Fault#E7282D
  • Gulp#DA4648
  • Bebo#DE484A
  • -
  • Tesla#CC0000
  • -
  • Tinder#FF6B6B
  • Microgenetics#FF0000
  • -
  • Jekyll#CC0000
  • Readability#990000
  • -
  • Flipboard#E12828
  • Quantopian#C50000
  • +
  • Tinder#FF6B6B
  • +
  • Tesla#CC0000
  • +
  • Flipboard#E12828
  • +
  • Jekyll#CC0000
  • Kirby#FF0100
  • YouTube#CD201F
  • Quora#B92B27
  • @@ -408,20 +408,21 @@
  • Event Store#5AB552
  • Basecamp#66CC66
  • Line#00C300
  • -
  • freeCodeCamp#006600
  • Xbox#107C10
  • +
  • freeCodeCamp#006600
  • Sentia Yoga#4CAF50
  • Treehouse#5FCF80
  • Travis CI#39A85B
  • DeviantArt#05CC47
  • Sellfy#21B352
  • Spotify#1ED760
  • +
  • HackerRank#2EC866
  • WhatsApp#25D366
  • Kickstarter#2BDE73
  • Microsoft Excel#217346
  • Koding#00B057
  • -
  • Speaker Deck#339966
  • Gauges#339966
  • +
  • Speaker Deck#339966
  • Google Hangouts#0C9D58
  • Vue.js#4FC08D
  • Slack#56B68B
  • @@ -466,11 +467,13 @@
  • 500px#0099E5
  • Teespring#39ACE6
  • Sega#0089CF
  • +
  • ACM#0085CA
  • LinkedIn#0077B5
  • Docker#1488C6
  • Linux Foundation#009BEE
  • Trello#0079BF
  • Stripe#008CDD
  • +
  • Codeforces#1F8ACB
  • Twitter#1DA1F2
  • Drupal#0678BE
  • About.me#044A75
  • @@ -502,8 +505,8 @@
  • StubHub#003168
  • VK#6383A8
  • Dailymotion#0066DC
  • -
  • Flickr#0063DC
  • Mixcloud#314359
  • +
  • Flickr#0063DC
  • Stack Exchange#1E5397
  • Toptal#3863A0
  • Tumblr#36465D
  • @@ -541,26 +544,26 @@
  • Matternet#261C29
  • Big Cartel#222222
  • StyleShare#231F20
  • -
  • Zendesk#03363D
  • Grav#221E1F
  • +
  • Zendesk#03363D
  • Instapaper#1F1F1F
  • Oculus#1C1E20
  • GitHub#181717
  • Simple Icons#111111
  • Myspace#030303
  • -
  • Steam#000000
  • -
  • Ello#000000
  • -
  • Wikipedia#000000
  • -
  • Uber#000000
  • -
  • Hootsuite#000000
  • -
  • MediaTemple#000000
  • -
  • Squarespace#000000
  • -
  • Stitcher#000000
  • -
  • JSON#000000
  • Digg#000000
  • -
  • Diaspora#000000
  • -
  • PlayStation#000000
  • +
  • MediaTemple#000000
  • +
  • Ello#000000
  • +
  • Steam#000000
  • +
  • Uber#000000
  • CodePen#000000
  • +
  • Hootsuite#000000
  • +
  • Diaspora#000000
  • +
  • Squarespace#000000
  • +
  • Wikipedia#000000
  • +
  • JSON#000000
  • +
  • PlayStation#000000
  • +
  • Stitcher#000000
  • Wire#000000
  • diff --git a/colour-variables.less b/colour-variables.less index 21c09010..3ceee38d 100644 --- a/colour-variables.less +++ b/colour-variables.less @@ -1,6 +1,7 @@ // Brand colours from simpleicons.org @color-brand-500px: #0099E5; +@color-brand-acm: #0085CA; @color-brand-aboutme: #044A75; @color-brand-air: #FF2D55; @color-brand-airbnb: #FF5A5F; @@ -35,6 +36,7 @@ @color-brand-codeschool: #4CADC0; @color-brand-codepen: #000000; @color-brand-codecademy: #204056; +@color-brand-codeforces: #1F8ACB; @color-brand-coderwall: #3E8DCC; @color-brand-codio: #4574E0; @color-brand-compropago: #00AAEF; @@ -93,6 +95,7 @@ @color-brand-gulp: #DA4648; @color-brand-gumtree: #72EF36; @color-brand-html5: #E34F26; +@color-brand-hackerrank: #2EC866; @color-brand-hatenabookmark: #00A4DE; @color-brand-heroku: #430098; @color-brand-hipchat: #205281; diff --git a/colour-variables.scss b/colour-variables.scss index 4ae6bfdf..8f80299a 100644 --- a/colour-variables.scss +++ b/colour-variables.scss @@ -1,6 +1,7 @@ // Brand colours from simpleicons.org $color-brand-500px: #0099E5; +$color-brand-acm: #0085CA; $color-brand-aboutme: #044A75; $color-brand-air: #FF2D55; $color-brand-airbnb: #FF5A5F; @@ -35,6 +36,7 @@ $color-brand-coop: #00A1CC; $color-brand-codeschool: #4CADC0; $color-brand-codepen: #000000; $color-brand-codecademy: #204056; +$color-brand-codeforces: #1F8ACB; $color-brand-coderwall: #3E8DCC; $color-brand-codio: #4574E0; $color-brand-compropago: #00AAEF; @@ -93,6 +95,7 @@ $color-brand-gravatar: #1E8CBE; $color-brand-gulp: #DA4648; $color-brand-gumtree: #72EF36; $color-brand-html5: #E34F26; +$color-brand-hackerrank: #2EC866; $color-brand-hatenabookmark: #00A4DE; $color-brand-heroku: #430098; $color-brand-hipchat: #205281; diff --git a/icons/acm-icpc.svg b/icons/acm-icpc.svg deleted file mode 100644 index b77f54ea..00000000 --- a/icons/acm-icpc.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/acm.svg b/icons/acm.svg new file mode 100644 index 00000000..8e125ee4 --- /dev/null +++ b/icons/acm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/codeforces.svg b/icons/codeforces.svg index a71f7c04..5ec57e8d 100644 --- a/icons/codeforces.svg +++ b/icons/codeforces.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/hackerrank.svg b/icons/hackerrank.svg index 76216316..7cde78ed 100644 --- a/icons/hackerrank.svg +++ b/icons/hackerrank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index dffa1779..448fd734 100644 --- a/index.html +++ b/index.html @@ -322,13 +322,13 @@
  • Server Fault#E7282D
  • Gulp#DA4648
  • Bebo#DE484A
  • -
  • Tesla#CC0000
  • -
  • Tinder#FF6B6B
  • Microgenetics#FF0000
  • -
  • Jekyll#CC0000
  • Readability#990000
  • -
  • Flipboard#E12828
  • Quantopian#C50000
  • +
  • Tinder#FF6B6B
  • +
  • Tesla#CC0000
  • +
  • Flipboard#E12828
  • +
  • Jekyll#CC0000
  • Kirby#FF0100
  • YouTube#CD201F
  • Quora#B92B27
  • @@ -408,20 +408,21 @@
  • Event Store#5AB552
  • Basecamp#66CC66
  • Line#00C300
  • -
  • freeCodeCamp#006600
  • Xbox#107C10
  • +
  • freeCodeCamp#006600
  • Sentia Yoga#4CAF50
  • Treehouse#5FCF80
  • Travis CI#39A85B
  • DeviantArt#05CC47
  • Sellfy#21B352
  • Spotify#1ED760
  • +
  • HackerRank#2EC866
  • WhatsApp#25D366
  • Kickstarter#2BDE73
  • Microsoft Excel#217346
  • Koding#00B057
  • -
  • Speaker Deck#339966
  • Gauges#339966
  • +
  • Speaker Deck#339966
  • Google Hangouts#0C9D58
  • Vue.js#4FC08D
  • Slack#56B68B
  • @@ -466,11 +467,13 @@
  • 500px#0099E5
  • Teespring#39ACE6
  • Sega#0089CF
  • +
  • ACM#0085CA
  • LinkedIn#0077B5
  • Docker#1488C6
  • Linux Foundation#009BEE
  • Trello#0079BF
  • Stripe#008CDD
  • +
  • Codeforces#1F8ACB
  • Twitter#1DA1F2
  • Drupal#0678BE
  • About.me#044A75
  • @@ -502,8 +505,8 @@
  • StubHub#003168
  • VK#6383A8
  • Dailymotion#0066DC
  • -
  • Flickr#0063DC
  • Mixcloud#314359
  • +
  • Flickr#0063DC
  • Stack Exchange#1E5397
  • Toptal#3863A0
  • Tumblr#36465D
  • @@ -541,26 +544,26 @@
  • Matternet#261C29
  • Big Cartel#222222
  • StyleShare#231F20
  • -
  • Zendesk#03363D
  • Grav#221E1F
  • +
  • Zendesk#03363D
  • Instapaper#1F1F1F
  • Oculus#1C1E20
  • GitHub#181717
  • Simple Icons#111111
  • Myspace#030303
  • -
  • Steam#000000
  • -
  • Ello#000000
  • -
  • Wikipedia#000000
  • -
  • Uber#000000
  • -
  • Hootsuite#000000
  • -
  • MediaTemple#000000
  • -
  • Squarespace#000000
  • -
  • Stitcher#000000
  • -
  • JSON#000000
  • Digg#000000
  • -
  • Diaspora#000000
  • -
  • PlayStation#000000
  • +
  • MediaTemple#000000
  • +
  • Ello#000000
  • +
  • Steam#000000
  • +
  • Uber#000000
  • CodePen#000000
  • +
  • Hootsuite#000000
  • +
  • Diaspora#000000
  • +
  • Squarespace#000000
  • +
  • Wikipedia#000000
  • +
  • JSON#000000
  • +
  • PlayStation#000000
  • +
  • Stitcher#000000
  • Wire#000000
  • diff --git a/src/simple-icons.json b/src/simple-icons.json index 806b0f0f..5d83c130 100644 --- a/src/simple-icons.json +++ b/src/simple-icons.json @@ -11,9 +11,9 @@ "source": "https://about.me/assets" }, { - "title": "ACM-ICPC", - "hex": "FEC60C", - "source": "https://icpc.baylor.edu/" + "title": "ACM", + "hex": "0085CA", + "source": "http://identitystandards.acm.org/" }, { "title": "Air", @@ -482,8 +482,8 @@ }, { "title": "HackerRank", - "hex": "00B760", - "source": "" + "hex": "2EC866", + "source": "https://www.hackerrank.com/" }, { "title": "Hatena Bookmark",