Yangwa:Dashboard: Difference between revisions
(Created page with "<html> <style> .dashboard-container { max-width: 1000px; margin: 40px auto; font-family: 'Segoe UI', sans-serif; } .dashboard-header { text-align: center; margin-bottom: 40px; } .dashboard-header h1 { font-size: 32px; margin-bottom: 10px; } .dashboard-header p { font-size: 16px; color: #666; } .dashboard-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; } .dashboard-card {...") |
No edit summary |
||
Line 54: | Line 54: | ||
<div class="dashboard-grid"> | <div class="dashboard-grid"> | ||
<div class="dashboard-card"> | <div class="dashboard-card"> | ||
<h3>📄 All Pages</h3> | <h3>📄 All Pages</h3> | ||
Line 83: | Line 82: | ||
<h3>⚙️ Preferences</h3> | <h3>⚙️ Preferences</h3> | ||
<a href="/index.php?title=Special:Preferences">Edit Profile</a> | <a href="/index.php?title=Special:Preferences">Edit Profile</a> | ||
</div> | |||
</div> | |||
<h2 style="margin-top: 60px; text-align:center;">📘 Student Project Portals</h2> | |||
<div class="dashboard-grid"> | |||
<div class="dashboard-card"> | |||
<h3>🧑🔬 王蛘</h3> | |||
<a href="/index.php?title=User:wang_yang/Project">View Project</a> | |||
</div> | </div> | ||
<div class="dashboard-card"> | |||
<h3>👨🔬 谢广能</h3> | |||
<a href="/index.php?title=User:xie_guangneng/Project">View Project</a> | |||
</div> | |||
<div class="dashboard-card"> | |||
<h3>👩🔬 徐安然</h3> | |||
<a href="/index.php?title=User:xu_anran/Project">View Project</a> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> |
Revision as of 20:03, 11 April 2025
🔬 Labwiki Dashboard
Welcome back! Explore, edit, and manage the lab knowledge base.