Skip to content

Commit

Permalink
新增bilibili链接;更改得到logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chiimagnus committed Nov 20, 2024
1 parent d6bbcfb commit 5f02154
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
1 change: 1 addition & 0 deletions assets/得到.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/得到logo.svg

This file was deleted.

18 changes: 10 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,21 +281,23 @@ footer {

.social-links {
display: flex;
gap: 8px;
justify-content: center;
gap: 30px;
margin-top: 15px;
align-items: center;
margin: 12px 0;
}

.social-link {
color: #666;
opacity: 0.8;
transition: all 0.3s ease;
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-color);
transition: color 0.2s ease;
padding: 4px;
}

.social-link:hover {
opacity: 1;
transform: translateY(-2px);
color: var(--primary-color);
}

.social-link svg {
Expand Down
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ <h2 class="blog-title">Chii Magnus的博客</h2>
</svg>
</a>
<a href="https://m.igetget.com/native/mine/account#/user/detail?enId=GEznR6VwQNKxEeXPOz9xB9Ojy0d24k" class="social-link" title="得到">
<img src="assets/得到logo.svg" width="24" height="24" alt="得到" />
<img src="assets/得到.svg" width="24" height="24" alt="得到" />
</a>
<a href="https://space.bilibili.com/1055823731" class="social-link" title="哔哩哔哩">
<svg viewBox="0 0 24 24" width="24" height="24">
<path fill="currentColor" d="M17.813 4.653h.854c1.51.054 2.769.578 3.773 1.574 1.004.995 1.524 2.249 1.56 3.76v7.36c-.036 1.51-.556 2.769-1.56 3.773s-2.262 1.524-3.773 1.56H5.333c-1.51-.036-2.769-.556-3.773-1.56S.036 18.858 0 17.347v-7.36c.036-1.511.556-2.765 1.56-3.76 1.004-.996 2.262-1.52 3.773-1.574h.774l-1.174-1.12a1.234 1.234 0 0 1-.373-.906c0-.356.124-.658.373-.907l.027-.027c.267-.249.573-.373.92-.373.347 0 .653.124.92.373L9.653 4.44c.071.071.134.142.187.213h4.267a.836.836 0 0 1 .16-.213l2.853-2.747c.267-.249.573-.373.92-.373.347 0 .662.151.929.4.267.249.391.551.391.907 0 .355-.124.657-.373.906zM5.333 7.24c-.746.018-1.373.276-1.88.773-.506.498-.769 1.13-.786 1.894v7.52c.017.764.28 1.395.786 1.893.507.498 1.134.756 1.88.773h13.334c.746-.017 1.373-.275 1.88-.773.506-.498.769-1.129.786-1.893v-7.52c-.017-.765-.28-1.396-.786-1.894-.507-.497-1.134-.755-1.88-.773zM8 11.107c.373 0 .684.124.933.373.25.249.383.569.4.96v1.173c-.017.391-.15.711-.4.96-.249.25-.56.374-.933.374s-.684-.125-.933-.374c-.25-.249-.383-.569-.4-.96V12.44c0-.373.129-.689.386-.947.258-.257.574-.386.947-.386zm8 0c.373 0 .684.124.933.373.25.249.383.569.4.96v1.173c-.017.391-.15.711-.4.96-.249.25-.56.374-.933.374s-.684-.125-.933-.374c-.25-.249-.383-.569-.4-.96V12.44c.017-.391.15-.711.4-.96.249-.249.56-.373.933-.373Z"/>
</svg>
</a>
</div>
</div>
Expand Down Expand Up @@ -152,7 +157,7 @@ <h3>InputGenie 🎩</h3>
<h3>《咖波的咖啡仪式》📚</h3>
<p class="product-description">
一部AI生成的科幻小说,讲述了在遥远的未来,一位名为"咖波"的外星咖啡大师降临地球,
致力于恢复人类对咖啡的敬畏之心。通过精心构建的故事情节,探讨了传统文化的传承与现代化之间的平衡
致力于恢复人类对咖啡的敬畏之心。通过精心构建的故事情节,探讨了传统文化的传承与现代化之间的���衡
</p>
<div class="product-tags">
<span class="tag">AI创作</span>
Expand Down

0 comments on commit 5f02154

Please sign in to comment.