Skip to content

Commit

Permalink
fix: 为“关于我”页面增加词云;
Browse files Browse the repository at this point in the history
  • Loading branch information
01Petard committed Dec 27, 2024
1 parent 905ad86 commit 1394ce5
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@ type: "about"
text-align: center; /* 居中对齐 */
/*background-image: linear-gradient(120deg, #dd206f, #ea8011, #1c7526, #2b77b5, #51259c);*/
background-image: linear-gradient(
120deg,
#bd34fe, /* 紫色 */
#47caff, /* 蓝色 */
#2dd4bf, /* 青绿 */
#facc15, /* 金色 */
#ff4d4d, /* 红色 */
#fa1593, /* 嫣色 */
#bd34fe, /* 紫色 */
#2dd4bf, /* 青绿 */
#47caff, /* 蓝色 */
#facc15, /* 金色 */
#ff4d4d, /* 红色 */
#fa1593 /* 嫣色 */
);
120deg,
#bd34fe, /* 紫色 */
#47caff, /* 蓝色 */
#2dd4bf, /* 青绿 */
#facc15, /* 金色 */
#ff4d4d, /* 红色 */
#fa1593, /* 嫣色 */
#bd34fe, /* 紫色 */
#2dd4bf, /* 青绿 */
#47caff, /* 蓝色 */
#facc15, /* 金色 */
#ff4d4d, /* 红色 */
#fa1593 /* 嫣色 */
);
background-size: 300% 300%;
-webkit-background-clip: text; /* 使用背景裁剪文字 */
background-clip: text;
color: transparent; /* 让文字透明显示背景 */
animation: shine 30s infinite linear; /* 应用动画 */
font-size: 1.2rem;
}

/* 单独设置中文部分的颜色 */
.shiny-div p:nth-child(2) {
/*color: #ff4d4d; !* 深红色 *!*/
Expand Down Expand Up @@ -70,6 +70,10 @@ type: "about"
❤️ Hobbies: Bangumis, Doujin, Surfing Online, Digital Devices
```
## ☁️ 博文词云(util 2024-11)
<img src="https://cdn.jsdelivr.net/gh/01Petard/imageURL@main/img/202412271807089.png" alt="image-20241227180740799" style="zoom:50%;" />
## 🔨 技术栈
- 后端学习的还挺多的,感觉自己可以自己行了👍(Java要死了,那我转Go?)
Expand Down

0 comments on commit 1394ce5

Please sign in to comment.