docs: rewrite landing page with operator-focused copy
Replace marketing-heavy hero, feature cards, and architecture diagram with straightforward copy aimed at real MikroTik operators. New sections: What It Does, Safe Configuration, Built for Real Operators, Designed for Scale, and Open Source CTA. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -379,10 +379,19 @@ ul, ol {
|
||||
font-size: clamp(1.1rem, 2vw, 1.35rem);
|
||||
color: var(--text-secondary);
|
||||
max-width: 600px;
|
||||
margin: 0 auto 48px;
|
||||
margin: 0 auto 16px;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.hero-subtitle:last-of-type {
|
||||
margin-bottom: 48px;
|
||||
}
|
||||
|
||||
.hero-subtitle--muted {
|
||||
color: var(--text-muted);
|
||||
font-size: clamp(0.95rem, 1.5vw, 1.1rem);
|
||||
}
|
||||
|
||||
.hero-actions {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
@@ -476,11 +485,55 @@ ul, ol {
|
||||
.section-desc {
|
||||
color: var(--text-secondary);
|
||||
max-width: 600px;
|
||||
margin-bottom: 64px;
|
||||
margin-bottom: 32px;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.section-desc--emphasis {
|
||||
color: var(--text-primary);
|
||||
font-weight: 500;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
.content-list {
|
||||
list-style: none;
|
||||
max-width: 600px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.content-list li {
|
||||
position: relative;
|
||||
padding-left: 24px;
|
||||
margin-bottom: 12px;
|
||||
color: var(--text-secondary);
|
||||
font-size: 1.05rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.content-list li::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 10px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background: var(--accent);
|
||||
}
|
||||
|
||||
.features-section--alt {
|
||||
background: var(--bg-surface);
|
||||
}
|
||||
|
||||
.cta-tagline {
|
||||
color: var(--text-secondary);
|
||||
font-size: 1.15rem;
|
||||
font-style: italic;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.features-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
||||
Reference in New Issue
Block a user