Yangwa:Dashboard: Difference between revisions
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
<div class="dashboard-card"> | <div class="dashboard-card"> | ||
<h3>📤 Upload Files</ | <h3>📤 Upload Files</h | ||
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>