Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 921fdbb3c7 | |||
| 97bca91849 |
109
index.html
Normal file
109
index.html
Normal file
@ -0,0 +1,109 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>Test Landing</title>
|
||||
<style>
|
||||
:root{--ink:#0F1218;--cyan:#00E5FF;--cyan-50:#E8FCFF;--white:#fff;--gray-500:#5B6573;--gray-100:#F2F4F7}
|
||||
*{box-sizing:border-box;margin:0;padding:0}
|
||||
body{font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,sans-serif;color:var(--ink);background:var(--white)}
|
||||
.container{max-width:1140px;margin:0 auto;padding:80px 24px}
|
||||
|
||||
.hero{background:var(--ink);color:var(--white);text-align:center;padding:100px 24px}
|
||||
.hero h1{font-size:56px;font-weight:800;line-height:1.05;margin-bottom:24px}
|
||||
.hero p{font-size:20px;color:#9aa3b2;max-width:600px;margin:0 auto 32px}
|
||||
.btn{display:inline-block;background:var(--cyan);color:var(--ink);padding:14px 28px;border-radius:8px;font-weight:700;text-decoration:none;transition:background .2s}
|
||||
.btn:hover{background:#1be5ff}
|
||||
.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white);margin-left:12px}
|
||||
.btn-outline:hover{background:rgba(255,255,255,.1)}
|
||||
|
||||
.section{padding:80px 24px}
|
||||
.section h2{font-size:36px;font-weight:700;margin-bottom:48px;text-align:center}
|
||||
|
||||
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1140px;margin:0 auto}
|
||||
.feature{background:var(--gray-100);border-radius:16px;padding:32px;text-align:center}
|
||||
.feature .icon{font-size:48px;margin-bottom:16px}
|
||||
.feature h3{font-size:22px;font-weight:700;margin-bottom:12px}
|
||||
.feature p{color:var(--gray-500);font-size:15px}
|
||||
|
||||
.stats{background:var(--cyan-50);text-align:center}
|
||||
.stats .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:800px;margin:0 auto}
|
||||
.stat h3{font-size:48px;font-weight:800;color:var(--cyan);margin-bottom:8px}
|
||||
.stat p{color:var(--gray-500);font-size:15px}
|
||||
|
||||
.cta{background:var(--ink);color:var(--white);text-align:center;padding:80px 24px}
|
||||
.cta h2{color:var(--white);margin-bottom:16px}
|
||||
.cta p{color:#9aa3b2;margin-bottom:32px;font-size:18px}
|
||||
|
||||
footer{background:var(--gray-100);text-align:center;padding:32px 24px;color:var(--gray-500);font-size:14px}
|
||||
|
||||
@media(max-width:640px){
|
||||
.hero h1{font-size:36px}
|
||||
.section h2{font-size:28px}
|
||||
.features{grid-template-columns:1fr}
|
||||
.stats .grid{grid-template-columns:1fr}
|
||||
.btn-outline{margin-left:0;margin-top:12px}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section class="hero">
|
||||
<h1>AUTO SWITCH OK</h1>
|
||||
<p>Это шаблон для быстрого старта. Замени текст на свой — и лендинг готов.</p>
|
||||
<a class="btn" href="#features">Узнать больше</a>
|
||||
<a class="btn btn-outline" href="#contact">Связаться</a>
|
||||
</section>
|
||||
|
||||
<section id="features" class="section">
|
||||
<h2>Что здесь есть</h2>
|
||||
<div class="features">
|
||||
<div class="feature">
|
||||
<div class="icon">⚡</div>
|
||||
<h3>Быстро</h3>
|
||||
<p>Страница загружается мгновенно. Никаких лишних скриптов.</p>
|
||||
</div>
|
||||
<div class="feature">
|
||||
<div class="icon">🎨</div>
|
||||
<h3>Красиво</h3>
|
||||
<p>Чистый минималистичный дизайн, который не отвлекает.</p>
|
||||
</div>
|
||||
<div class="feature">
|
||||
<div class="icon">📱</div>
|
||||
<h3>Мобилки</h3>
|
||||
<p>Идеально выглядит на любом экране — от телефона до десктопа.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section stats">
|
||||
<h2>Цифры</h2>
|
||||
<div class="grid">
|
||||
<div class="stat">
|
||||
<h3>10</h3>
|
||||
<p>минут на сборку</p>
|
||||
</div>
|
||||
<div class="stat">
|
||||
<h3>0</h3>
|
||||
<p>серверов нужно</p>
|
||||
</div>
|
||||
<div class="stat">
|
||||
<h3>∞</h3>
|
||||
<p>возможностей</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="contact" class="cta">
|
||||
<h2>Готов начать?</h2>
|
||||
<p>Замени этот текст на свой призыв к действию.</p>
|
||||
<a class="btn" href="https://t.me/">Написать в Telegram</a>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
© 2026 Тестовый лендинг. Сделано в Vibe42.
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user