From f38af8c5dcb7554ff2e21030a6eaa4c6455964aa Mon Sep 17 00:00:00 2001 From: Bing-Sheng Chen Date: Wed, 31 Jul 2019 17:23:22 +0800 Subject: refactor(icon): Update social media SVG icons Remove unnecessary attributes of SVG files. --- static/img/bitbucket.svg | 2 +- static/img/dribbble.svg | 1 + static/img/facebook.svg | 2 +- static/img/github.svg | 2 +- static/img/gitlab.svg | 2 +- static/img/instagram.svg | 2 +- static/img/keybase.svg | 2 +- static/img/linkedin.svg | 2 +- static/img/medium.svg | 2 +- static/img/plurk.svg | 2 +- static/img/stackexchange.svg | 2 +- static/img/stackoverflow.svg | 2 +- static/img/twitter.svg | 2 +- 13 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 static/img/dribbble.svg diff --git a/static/img/bitbucket.svg b/static/img/bitbucket.svg index df3b42f..6fe9d57 100644 --- a/static/img/bitbucket.svg +++ b/static/img/bitbucket.svg @@ -1 +1 @@ -Bitbucket icon \ No newline at end of file +Bitbucket \ No newline at end of file diff --git a/static/img/dribbble.svg b/static/img/dribbble.svg new file mode 100644 index 0000000..130a6f5 --- /dev/null +++ b/static/img/dribbble.svg @@ -0,0 +1 @@ +Dribbble \ No newline at end of file diff --git a/static/img/facebook.svg b/static/img/facebook.svg index f55ef35..5b0de85 100644 --- a/static/img/facebook.svg +++ b/static/img/facebook.svg @@ -1 +1 @@ -Facebook icon \ No newline at end of file +Facebook \ No newline at end of file diff --git a/static/img/github.svg b/static/img/github.svg index 2f9e2d9..538ec5b 100644 --- a/static/img/github.svg +++ b/static/img/github.svg @@ -1 +1 @@ -GitHub icon \ No newline at end of file +GitHub \ No newline at end of file diff --git a/static/img/gitlab.svg b/static/img/gitlab.svg index 987c459..0fa6661 100644 --- a/static/img/gitlab.svg +++ b/static/img/gitlab.svg @@ -1 +1 @@ -GitLab icon \ No newline at end of file +GitLab \ No newline at end of file diff --git a/static/img/instagram.svg b/static/img/instagram.svg index a0fed10..5a68721 100644 --- a/static/img/instagram.svg +++ b/static/img/instagram.svg @@ -1 +1 @@ -Instagram icon \ No newline at end of file +Instagram \ No newline at end of file diff --git a/static/img/keybase.svg b/static/img/keybase.svg index 687db4a..2de83d2 100644 --- a/static/img/keybase.svg +++ b/static/img/keybase.svg @@ -1 +1 @@ -Keybase icon \ No newline at end of file +Keybase \ No newline at end of file diff --git a/static/img/linkedin.svg b/static/img/linkedin.svg index f8a94ef..caa6e69 100644 --- a/static/img/linkedin.svg +++ b/static/img/linkedin.svg @@ -1 +1 @@ -LinkedIn icon \ No newline at end of file +LinkedIn \ No newline at end of file diff --git a/static/img/medium.svg b/static/img/medium.svg index 2635824..9417207 100644 --- a/static/img/medium.svg +++ b/static/img/medium.svg @@ -1 +1 @@ -Medium icon \ No newline at end of file +Medium \ No newline at end of file diff --git a/static/img/plurk.svg b/static/img/plurk.svg index d871b98..4ee6fe0 100644 --- a/static/img/plurk.svg +++ b/static/img/plurk.svg @@ -1 +1 @@ -Plurk icon \ No newline at end of file +Plurk \ No newline at end of file diff --git a/static/img/stackexchange.svg b/static/img/stackexchange.svg index eed94d4..b6e80af 100644 --- a/static/img/stackexchange.svg +++ b/static/img/stackexchange.svg @@ -1 +1 @@ -Stack Exchange icon \ No newline at end of file +Stack Exchange \ No newline at end of file diff --git a/static/img/stackoverflow.svg b/static/img/stackoverflow.svg index 8e4e534..4a673ba 100644 --- a/static/img/stackoverflow.svg +++ b/static/img/stackoverflow.svg @@ -1 +1 @@ -Stack Overflow icon \ No newline at end of file +Stack Overflow \ No newline at end of file diff --git a/static/img/twitter.svg b/static/img/twitter.svg index b674108..e6e93d3 100644 --- a/static/img/twitter.svg +++ b/static/img/twitter.svg @@ -1 +1 @@ -Twitter icon \ No newline at end of file +Twitter \ No newline at end of file -- cgit v1.2.3