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