diff --git a/templates/home.tmpl b/templates/home.tmpl
index 599fa6b..682a3f8 100644
--- a/templates/home.tmpl
+++ b/templates/home.tmpl
@@ -9,21 +9,8 @@
}
.mgit-hero {
text-align: center;
- max-width: 600px;
- }
- .mgit-mark {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- width: 80px;
- height: 80px;
- background: linear-gradient(135deg, var(--color-primary, #3b82f6), var(--color-primary-dark-2, #1e40af));
- border-radius: 20px;
- margin-bottom: 1.5rem;
- }
- .mgit-mark svg {
- width: 48px;
- height: 48px;
+ max-width: 900px;
+ width: 100%;
}
.mgit-title {
font-size: 2.5rem;
@@ -35,9 +22,42 @@
.mgit-subtitle {
font-size: 1.1rem;
color: var(--color-text-light, #64748b);
- margin: 0 0 2rem;
+ margin: 0 0 2.5rem;
line-height: 1.6;
}
+ .mgit-designs {
+ display: grid;
+ grid-template-columns: repeat(3, 1fr);
+ gap: 1.5rem;
+ margin-bottom: 2.5rem;
+ }
+ .mgit-design-card {
+ border: 2px solid var(--color-secondary-dark-2, #e2e8f0);
+ border-radius: 1rem;
+ padding: 1.5rem;
+ background: var(--color-box-body, #f8fafc);
+ transition: border-color 0.2s, box-shadow 0.2s;
+ }
+ .mgit-design-card:hover {
+ border-color: var(--color-primary, #2563eb);
+ box-shadow: 0 4px 12px var(--color-shadow, rgba(0,0,0,0.1));
+ }
+ .mgit-design-card h3 {
+ margin: 1rem 0 0.25rem;
+ font-size: 1rem;
+ font-weight: 600;
+ color: var(--color-text, #1e293b);
+ }
+ .mgit-design-card p {
+ margin: 0;
+ font-size: 0.85rem;
+ color: var(--color-text-light, #64748b);
+ }
+ .mgit-design-card svg {
+ width: 100%;
+ max-width: 180px;
+ height: auto;
+ }
.mgit-actions {
display: flex;
gap: 0.75rem;
@@ -58,29 +78,140 @@
background: var(--color-primary, #2563eb);
color: #fff !important;
}
- .mgit-btn-primary:hover {
- opacity: 0.9;
- text-decoration: none !important;
- }
+ .mgit-btn-primary:hover { opacity: 0.9; text-decoration: none !important; }
.mgit-btn-secondary {
border: 1px solid var(--color-secondary-dark-2, #e2e8f0);
color: var(--color-text, #1e293b) !important;
background: var(--color-box-body, transparent);
}
- .mgit-btn-secondary:hover {
- border-color: var(--color-primary, #2563eb);
- text-decoration: none !important;
+ .mgit-btn-secondary:hover { border-color: var(--color-primary, #2563eb); text-decoration: none !important; }
+ @media (max-width: 700px) {
+ .mgit-designs { grid-template-columns: 1fr; max-width: 300px; margin-left: auto; margin-right: auto; }
}
-
-
-
mGit
-
Private Git hosting for projects, code, and collaboration.
+
Pick a logo — which one speaks to you?
+
+
+
+
+
+
+
A — Classic Branch
+
Clean arches with commit nodes
+
+
+
+
+
+
B — Smooth Flow
+
Continuous branches, minimal nodes
+
+
+
+
+
+
C — Git Graph
+
Network nodes with branch forks
+
+
+
+