Skip to content

Commit

Permalink
test: p5
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Nov 17, 2024
1 parent 1bf98b1 commit 2b5a8ad
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions _tabs/friends.md
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>

0 comments on commit 2b5a8ad

Please sign in to comment.