From f36abcf441830c88b372172d99aacfad34df1202 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sun, 12 Mar 2023 12:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 15 ++++++++++++--- docs/public/img/svg/focus.svg | 1 + docs/public/img/svg/insight.svg | 1 + docs/public/img/svg/knowledge.svg | 1 + 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 docs/public/img/svg/focus.svg create mode 100644 docs/public/img/svg/insight.svg create mode 100644 docs/public/img/svg/knowledge.svg diff --git a/docs/index.md b/docs/index.md index ae504119c..75827e352 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,13 +20,22 @@ hero: link: https://github.com/Charles7c/charles7c.github.io features: - - icon: ⚡️ + - icon: + src: img/svg/focus.svg + width: 10 + height: 10 title: 保持专注 details: “简单比复杂更难,你必须努力让你的想法变得清晰明了,让它变得简单。一旦你做到了简单,你就能搬动大山。” -- 乔布斯 - - icon: 🌌 + - icon: + src: img/svg/insight.svg + width: 10 + height: 10 title: 善于洞察 details: “我既没有突出的理解力,也没有过人的机智。只在觉察那些稍纵即逝的事物并对其进行精细观察的能力上,我可能在普通人之上。” -- 达尔文 - - icon: 🌟 + - icon: + src: img/svg/knowledge.svg + width: 10 + height: 10 title: 乐于分享 details: 关于分享,有形的物品越分越少,无形的知识越分越多。在记录与分享的过程中, 梳理所学, 交流所得, 必有所获。 --- diff --git a/docs/public/img/svg/focus.svg b/docs/public/img/svg/focus.svg new file mode 100644 index 000000000..1ebcf780a --- /dev/null +++ b/docs/public/img/svg/focus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/public/img/svg/insight.svg b/docs/public/img/svg/insight.svg new file mode 100644 index 000000000..60fd7e9f4 --- /dev/null +++ b/docs/public/img/svg/insight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/public/img/svg/knowledge.svg b/docs/public/img/svg/knowledge.svg new file mode 100644 index 000000000..50401e5ce --- /dev/null +++ b/docs/public/img/svg/knowledge.svg @@ -0,0 +1 @@ + \ No newline at end of file