Yangwa:Dashboard: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 65: Line 65:


     <div class="dashboard-card">
     <div class="dashboard-card">
       <h3>📤 Upload Files</h3>
       <h3>📤 Upload Files</h
      <a href="/index.php?title=Special:Upload">Go to Upload</a>
    </div>
 
    <div class="dashboard-card">
      <h3>📈 Recent Changes</h3>
      <a href="/index.php?title=Special:RecentChanges">Track Updates</a>
    </div>
 
    <div class="dashboard-card">
      <h3>👥 Manage Users</h3>
      <a href="/index.php?title=Special:UserRights">User Rights</a>
    </div>
 
    <div class="dashboard-card">
      <h3>⚙️ Preferences</h3>
      <a href="/index.php?title=Special:Preferences">Edit Profile</a>
    </div>
  </div>
 
  <h2 style="margin-top: 60px; text-align:center;">📘 Research Project Portals</h2>
 
  <div class="dashboard-grid">
    <div class="dashboard-card">
      <h3>🧑🏻‍🔬 王蛘</h3>
      <a href="/index.php?title=WANG:Project">View Project</a>
    </div>
 
    <div class="dashboard-card">
      <h3>👨🏻‍🔬 谢广能</h3>
      <a href="/index.php?title=XIE:Project">View Project</a>
    </div>
 
    <div class="dashboard-card">
      <h3>👩🏻‍🔬 徐安然</h3>
      <a href="/index.php?title=XU:Project">View Project</a>
    </div>
  </div>
</div>
</html>

Revision as of 20:50, 11 April 2025

<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 {
   background-color: #f9f9f9;
   border-radius: 16px;
   box-shadow: 0 2px 8px rgba(0,0,0,0.08);
   padding: 24px;
   width: 260px;
   transition: transform 0.2s ease;
 }
 .dashboard-card:hover {
   transform: translateY(-4px);
 }
 .dashboard-card h3 {
   margin-top: 0;
   margin-bottom: 12px;
   font-size: 18px;
 }
 .dashboard-card a {
   color: #007BFF;
   text-decoration: none;
   font-weight: bold;
 }

</style>

🔬 Labwiki Dashboard

Welcome back! Explore, edit, and manage the lab knowledge base.

📄 All Pages

     <a href="/index.php?title=Special:AllPages">View All Pages</a>

🧪 Protocols

     <a href="/index.php?title=Project:Protocols">View Lab Protocols</a>

📤 Upload Files</h