From ff875269b008fa34d63d12dffeec3d6e926ff99c Mon Sep 17 00:00:00 2001 From: Thomas Bui Date: Sat, 15 May 2021 15:14:34 -0700 Subject: [PATCH 1/4] Removed duplicated svgs --- .gitignore | 3 +- devicon.json | 37 +++----- icons/cakephp/cakephp-plain.svg | 1 - icons/debian/debian-plain.svg | 1 - icons/erlang/erlang-plain.svg | 1 - icons/gatsby/gatsby-plain.svg | 1 - icons/jquery/jquery-plain.svg | 1 - icons/krakenjs/krakenjs-plain.svg | 1 - icons/meteor/meteor-plain.svg | 1 - icons/perl/perl-plain.svg | 1 - icons/phoenix/phoenix-plain.svg | 1 - icons/python/python-original.svg | 120 ++++++++++++++++++++++++- icons/spring/spring-plain-wordmark.svg | 1 - icons/spring/spring-plain.svg | 1 - 14 files changed, 134 insertions(+), 37 deletions(-) delete mode 100644 icons/cakephp/cakephp-plain.svg delete mode 100644 icons/debian/debian-plain.svg delete mode 100644 icons/erlang/erlang-plain.svg delete mode 100644 icons/gatsby/gatsby-plain.svg delete mode 100644 icons/jquery/jquery-plain.svg delete mode 100644 icons/krakenjs/krakenjs-plain.svg delete mode 100644 icons/meteor/meteor-plain.svg delete mode 100644 icons/perl/perl-plain.svg delete mode 100644 icons/phoenix/phoenix-plain.svg delete mode 100644 icons/spring/spring-plain-wordmark.svg delete mode 100644 icons/spring/spring-plain.svg diff --git a/.gitignore b/.gitignore index 8d5f02294..dc8daaf95 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules geckodriver.log __pycache__ *.pyc -new_icons.png \ No newline at end of file +new_icons.png +screenshots \ No newline at end of file diff --git a/devicon.json b/devicon.json index 69c44c00c..b27236820 100644 --- a/devicon.json +++ b/devicon.json @@ -446,11 +446,10 @@ "svg": [ "original", "original-wordmark", - "plain", "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] }, @@ -828,11 +827,10 @@ "svg": [ "original", "original-wordmark", - "plain", "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] }, @@ -1096,11 +1094,10 @@ "svg": [ "original", "original-wordmark", - "plain", "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] }, @@ -1316,13 +1313,12 @@ ], "versions": { "svg": [ - "plain", "original", "original-wordmark", "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] }, @@ -1963,11 +1959,10 @@ "svg": [ "original", "original-wordmark", - "plain", "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] }, @@ -2025,11 +2020,10 @@ "svg": [ "original", "original-wordmark", - "plain", "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] }, @@ -2183,11 +2177,10 @@ "svg": [ "original", "original-wordmark", - "plain", "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] }, @@ -2517,11 +2510,10 @@ ], "versions": { "svg": [ - "original", - "plain" + "original" ], "font": [ - "plain" + "original" ] }, "color": "#212177", @@ -2691,11 +2683,10 @@ "svg": [ "original", "original-wordmark", - "plain", "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] }, @@ -3100,13 +3091,11 @@ "versions": { "svg": [ "original", - "original-wordmark", - "plain", - "plain-wordmark" + "original-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "original", + "original-wordmark" ] }, "color": "#5FB832", diff --git a/icons/cakephp/cakephp-plain.svg b/icons/cakephp/cakephp-plain.svg deleted file mode 100644 index 133972103..000000000 --- a/icons/cakephp/cakephp-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/debian/debian-plain.svg b/icons/debian/debian-plain.svg deleted file mode 100644 index 23a11fd26..000000000 --- a/icons/debian/debian-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/erlang/erlang-plain.svg b/icons/erlang/erlang-plain.svg deleted file mode 100644 index 2246563dc..000000000 --- a/icons/erlang/erlang-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/gatsby/gatsby-plain.svg b/icons/gatsby/gatsby-plain.svg deleted file mode 100644 index 4ab138b00..000000000 --- a/icons/gatsby/gatsby-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/jquery/jquery-plain.svg b/icons/jquery/jquery-plain.svg deleted file mode 100644 index 6b3c8b1c3..000000000 --- a/icons/jquery/jquery-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/krakenjs/krakenjs-plain.svg b/icons/krakenjs/krakenjs-plain.svg deleted file mode 100644 index f800fcbdc..000000000 --- a/icons/krakenjs/krakenjs-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/meteor/meteor-plain.svg b/icons/meteor/meteor-plain.svg deleted file mode 100644 index be91785cc..000000000 --- a/icons/meteor/meteor-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/perl/perl-plain.svg b/icons/perl/perl-plain.svg deleted file mode 100644 index 7a751b19a..000000000 --- a/icons/perl/perl-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/phoenix/phoenix-plain.svg b/icons/phoenix/phoenix-plain.svg deleted file mode 100644 index 989045190..000000000 --- a/icons/phoenix/phoenix-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/python/python-original.svg b/icons/python/python-original.svg index f3aba9796..1dab3192a 100644 --- a/icons/python/python-original.svg +++ b/icons/python/python-original.svg @@ -1 +1,119 @@ - \ No newline at end of file + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/spring/spring-plain-wordmark.svg b/icons/spring/spring-plain-wordmark.svg deleted file mode 100644 index f50329d71..000000000 --- a/icons/spring/spring-plain-wordmark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/spring/spring-plain.svg b/icons/spring/spring-plain.svg deleted file mode 100644 index f275fe2df..000000000 --- a/icons/spring/spring-plain.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From ab03497d567c6389a1fe17b16e86c563396122fb Mon Sep 17 00:00:00 2001 From: Thomas-Boi Date: Sat, 15 May 2021 22:22:36 +0000 Subject: [PATCH 2/4] Optimized the SVGs --- icons/python/python-original.svg | 120 +------------------------------ 1 file changed, 1 insertion(+), 119 deletions(-) diff --git a/icons/python/python-original.svg b/icons/python/python-original.svg index 1dab3192a..e001d6071 100644 --- a/icons/python/python-original.svg +++ b/icons/python/python-original.svg @@ -1,119 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file From c815f53b23118ea6a95bbbc02d945175e678d639 Mon Sep 17 00:00:00 2001 From: Thomas Bui Date: Sat, 15 May 2021 15:42:57 -0700 Subject: [PATCH 3/4] Updated icomoon.json and font files with new names --- fonts/devicon.eot | Bin 328928 -> 328928 bytes fonts/devicon.svg | 20 ++++++++++---------- fonts/devicon.ttf | Bin 328764 -> 328764 bytes fonts/devicon.woff | Bin 328840 -> 328840 bytes icomoon.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/fonts/devicon.eot b/fonts/devicon.eot index 20fe1260f720434acb0dd886b1dc571a79d9aa37..adec35e8cb2a71d3ada729f3d10923fe75ee589e 100755 GIT binary patch delta 69 zcmaFRDe|CGWP%OzS}Bf+_S={zJI-qS(fWh2^#@by59X~uSZ02g=8#$&&u{aUft!T^ S1nwODHxWi}U-N^-ga-in=^S1F delta 69 zcmaFRDe|CGWP%N|>xH8e?YA+Tq@8R0(fWh2^#@by59X~uSZ02gK6=45p5Nvx12+o; S2;7-AQ5!~YU-N^-ga-gXR2*sm diff --git a/fonts/devicon.svg b/fonts/devicon.svg index e21246452..479d060b9 100755 --- a/fonts/devicon.svg +++ b/fonts/devicon.svg @@ -16,7 +16,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -82,7 +82,7 @@ - + @@ -109,9 +109,9 @@ - + - + @@ -180,7 +180,7 @@ - + @@ -232,7 +232,7 @@ - + @@ -273,12 +273,12 @@ - - + + - + diff --git a/fonts/devicon.ttf b/fonts/devicon.ttf index 70e124dfdf48197f932723259e230f9b5a8bbfde..64a632d6eca0f52101361744e9fcc123389d9337 100755 GIT binary patch delta 62 zcmdnfA+o1KWI`bGWXD;JA*~^dtszXUA5!UF)kwH5gQ delta 62 zcmdnfA+o1KWI`abN!q!_kk$~!))1!F5az8REHl4LAHCoj&u{aUft!T^1nx|ms12jH KbNpa2;Q;`~trYqI diff --git a/fonts/devicon.woff b/fonts/devicon.woff index 5ff4a3113f6092025fe3f4c0f301162123299219..2879d0b3a58d9062f69e4c08762520efb1df459a 100755 GIT binary patch delta 62 zcmeC^6zS*`nb6BT*>P6mgw_d+trM79CopfFz_RkYG>6pMcz&C&4BRXXAaLjCzlkt< Kd&mzK6CMERj2Bk` delta 62 zcmeC^6zS*`nb6B@l6J0fLhA&^)(K3l6PUM7U|IQH`sfAMcz&C&4BRXXAaG~eL~R(o KJ>& Date: Sat, 15 May 2021 16:47:07 -0700 Subject: [PATCH 4/4] Optimized python-original-wordmark.svg --- icons/python/python-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/python/python-original-wordmark.svg b/icons/python/python-original-wordmark.svg index a875bad56..c20742a17 100644 --- a/icons/python/python-original-wordmark.svg +++ b/icons/python/python-original-wordmark.svg @@ -1 +1 @@ - + \ No newline at end of file