Yangwa:Dashboard

From yangwa
Revision as of 20:50, 11 April 2025 by Yangwalab (talk | contribs)

<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