From 12ff58121df9c15a2b043e42f3c09903dba3b506 Mon Sep 17 00:00:00 2001 From: foxlee2525 <140967832+foxlee2525@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:07:58 +0800 Subject: [PATCH 1/3] chore(about/coc): add SVG assets Add SVG files for COC Icon. --- static/img/about/code-of-conduct/Icon-1.svg | 13 +++ static/img/about/code-of-conduct/Icon-2.svg | 5 ++ static/img/about/code-of-conduct/Icon-3.svg | 15 ++++ .../code-of-conduct/procedure-en-rwd.svg | 82 ++++++++++++++++++ .../about/code-of-conduct/procedure-en.svg | 77 +++++++++++++++++ .../code-of-conduct/procedure-zh-rwd.svg | 83 +++++++++++++++++++ .../about/code-of-conduct/procedure-zh.svg | 77 +++++++++++++++++ 7 files changed, 352 insertions(+) create mode 100644 static/img/about/code-of-conduct/Icon-1.svg create mode 100644 static/img/about/code-of-conduct/Icon-2.svg create mode 100644 static/img/about/code-of-conduct/Icon-3.svg create mode 100644 static/img/about/code-of-conduct/procedure-en-rwd.svg create mode 100644 static/img/about/code-of-conduct/procedure-en.svg create mode 100644 static/img/about/code-of-conduct/procedure-zh-rwd.svg create mode 100644 static/img/about/code-of-conduct/procedure-zh.svg diff --git a/static/img/about/code-of-conduct/Icon-1.svg b/static/img/about/code-of-conduct/Icon-1.svg new file mode 100644 index 0000000000..4cb4462126 --- /dev/null +++ b/static/img/about/code-of-conduct/Icon-1.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/img/about/code-of-conduct/Icon-2.svg b/static/img/about/code-of-conduct/Icon-2.svg new file mode 100644 index 0000000000..3bdceb7519 --- /dev/null +++ b/static/img/about/code-of-conduct/Icon-2.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/img/about/code-of-conduct/Icon-3.svg b/static/img/about/code-of-conduct/Icon-3.svg new file mode 100644 index 0000000000..a206ae2090 --- /dev/null +++ b/static/img/about/code-of-conduct/Icon-3.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/static/img/about/code-of-conduct/procedure-en-rwd.svg b/static/img/about/code-of-conduct/procedure-en-rwd.svg new file mode 100644 index 0000000000..974b30d0ef --- /dev/null +++ b/static/img/about/code-of-conduct/procedure-en-rwd.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/about/code-of-conduct/procedure-en.svg b/static/img/about/code-of-conduct/procedure-en.svg new file mode 100644 index 0000000000..44d1f5288d --- /dev/null +++ b/static/img/about/code-of-conduct/procedure-en.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/about/code-of-conduct/procedure-zh-rwd.svg b/static/img/about/code-of-conduct/procedure-zh-rwd.svg new file mode 100644 index 0000000000..ebbd0b1836 --- /dev/null +++ b/static/img/about/code-of-conduct/procedure-zh-rwd.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/about/code-of-conduct/procedure-zh.svg b/static/img/about/code-of-conduct/procedure-zh.svg new file mode 100644 index 0000000000..77145cd867 --- /dev/null +++ b/static/img/about/code-of-conduct/procedure-zh.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 086d8dcc5951abb2004a9b38821d12593d8e194b Mon Sep 17 00:00:00 2001 From: foxlee2525 <140967832+foxlee2525@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:11:18 +0800 Subject: [PATCH 2/3] refactor(about/coc): Update CSS and PNG to SVG Replace PNG images with SVG, update CSS. --- pages/about/code-of-conduct.vue | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/pages/about/code-of-conduct.vue b/pages/about/code-of-conduct.vue index 179cc425a0..2abe7e67ec 100644 --- a/pages/about/code-of-conduct.vue +++ b/pages/about/code-of-conduct.vue @@ -1,6 +1,6 @@