forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
developer
committed
Nov 17, 2024
1 parent
1bf98b1
commit 2b5a8ad
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
# the default layout is 'page' | ||
icon: fas fa-info-circle | ||
order: 5 | ||
--- | ||
|
||
<h2 align="center">🔗 Friends</h2> | ||
|
||
<div align="center"> | ||
<p>这些是我可爱的朋友们,快来看看吧!</p> | ||
</div> | ||
<a href="https://example.com" target="_blank" style="text-decoration: none;"> | ||
|
||
<div style="border: 2px solid #d1d5db; border-radius: 20px; padding: 20px; margin-bottom: 20px; text-align: center; background: linear-gradient(135deg, #f0f4f8, #dfe7ec); box-shadow: 0 8px 16px rgba(0,0,0,0.2); transition: transform 0.3s, box-shadow 0.3s;"> | ||
<h3 style="margin: 0; font-size: 1.5em;">🌱 朋友1</h3> | ||
<p style="margin: 10px 0;">特长 xxx</p> | ||
</div> | ||
</a> | ||
|
||
<a href="https://example.com" target="_blank" style="text-decoration: none;"> | ||
<div style="border: 2px solid #d1d5db; border-radius: 20px; padding: 20px; margin-bottom: 20px; text-align: center; background: linear-gradient(135deg, #f0f4f8, #dfe7ec); box-shadow: 0 8px 16px rgba(0,0,0,0.2); transition: transform 0.3s, box-shadow 0.3s;"> | ||
<h3 style="margin: 0; font-size: 1.5em;">🌈 朋友2</h3> | ||
<p style="margin: 10px 0;">特长 xxx</p> | ||
</div> | ||
</a> | ||
|
||
<a href="https://example.com" target="_blank" style="text-decoration: none;"> | ||
<div style="border: 2px solid #d1d5db; border-radius: 20px; padding: 20px; margin-bottom: 20px; text-align: center; background: linear-gradient(135deg, #f0f4f8, #dfe7ec); box-shadow: 0 8px 16px rgba(0,0,0,0.2); transition: transform 0.3s, box-shadow 0.3s;"> | ||
<h3 style="margin: 0; font-size: 1.5em;">💡 朋友3</h3> | ||
<p style="margin: 10px 0;">特长 xxx</p> | ||
</div> | ||
</a> | ||
|
||
<a href="https://example.com" target="_blank" style="text-decoration: none;"> | ||
|
||
<div style="border: 2px solid #d1d5db; border-radius: 20px; padding: 20px; margin-bottom: 20px; text-align: center; background: linear-gradient(135deg, #f0f4f8, #dfe7ec); box-shadow: 0 8px 16px rgba(0,0,0,0.2); transition: transform 0.3s, box-shadow 0.3s;"> | ||
<h3 style="margin: 0; font-size: 1.5em;">📚 朋友4</h3> | ||
<p style="margin: 10px 0;">特长 xxx</p> | ||
</div> | ||
</a> | ||
|
||
--- | ||
|
||
<p align="center">✨ 欢迎访问这些站点,发现更多有趣内容!✨</p> |