sozday-lending-sayta-dlya-te/index.html

153 lines
7.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Тестовый лендинг</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🚀</text></svg>">
<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);padding:120px 24px}
.hero .container{padding:0}
.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-bottom:32px}
.btn{display:inline-block;background:var(--cyan);color:var(--ink);padding:14px 28px;border-radius:8px;font-weight:700;text-decoration:none;transition:transform .2s}
.btn:hover{transform:translateY(-2px)}
.section{padding:80px 24px}
.section .container{padding:0}
.section h2{font-size:36px;font-weight:700;margin-bottom:40px;text-align:center}
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.feature{background:var(--gray-100);border-radius:16px;padding:32px;transition:transform .2s}
.feature:hover{transform:translateY(-4px)}
.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)}
.about{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.about-img{width:100%;height:400px;object-fit:cover;border-radius:16px}
.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.testimonial{background:var(--gray-100);border-radius:16px;padding:32px}
.testimonial-text{font-size:18px;font-style:italic;margin-bottom:16px;color:var(--gray-500)}
.testimonial-author{font-weight:700}
.cta{background:var(--cyan-50);text-align:center;padding:80px 24px}
.cta .container{padding:0}
.cta h2{font-size:36px;font-weight:700;margin-bottom:16px}
.cta p{color:var(--gray-500);max-width:500px;margin:0 auto 32px}
.footer{background:var(--ink);color:var(--white);padding:48px 24px;text-align:center}
.footer .container{padding:0}
.footer p{color:#9aa3b2}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
@media (max-width:640px){
.hero h1{font-size:36px}
.section h2{font-size:28px}
.about{grid-template-columns:1fr}
.container{padding:48px 20px}
.hero{padding:80px 20px}
}
</style>
</head>
<body>
<section class="hero">
<div class="container">
<h1>Создаём будущее<br>уже сегодня</h1>
<p>Инновационные решения для вашего бизнеса. Быстро, качественно, с гарантией результата.</p>
<a class="btn" href="#features">Узнать больше</a>
</div>
</section>
<section id="features" class="section">
<div class="container">
<h2 class="reveal">Наши преимущества</h2>
<div class="features">
<div class="feature reveal">
<div class="feature-icon"></div>
<h3>Скорость</h3>
<p>Запускаем проекты в рекордные сроки без потери качества</p>
</div>
<div class="feature reveal">
<div class="feature-icon">💎</div>
<h3>Качество</h3>
<p>Используем только проверенные технологии и подходы</p>
</div>
<div class="feature reveal">
<div class="feature-icon">🎯</div>
<h3>Результат</h3>
<p>Гарантируем достижение поставленных целей</p>
</div>
<div class="feature reveal">
<div class="feature-icon">🤝</div>
<h3>Поддержка</h3>
<p>Сопровождаем проект на всех этапах и после запуска</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="about">
<div class="reveal">
<h2>О нас</h2>
<p style="color:var(--gray-500);margin-bottom:16px">
Мы — команда энтузиастов, которые любят своё дело. Более 5 лет создаём цифровые продукты для бизнеса любого масштаба.
</p>
<p style="color:var(--gray-500);margin-bottom:16px">
Наш подход: слушаем клиента, анализируем рынок, предлагаем лучшее решение. Без шаблонов и клише.
</p>
<a class="btn" href="#contact">Связаться с нами</a>
</div>
<img class="about-img reveal" src="https://picsum.photos/seed/office/800/600" alt="Офис">
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="reveal">Отзывы клиентов</h2>
<div class="testimonials">
<div class="testimonial reveal">
<p class="testimonial-text">«Работать было одно удовольствие! Команда быстро поняла задачу и реализовала даже лучше, чем мы ожидали.»</p>
<p class="testimonial-author">— Алексей Петров, CEO TechStart</p>
</div>
<div class="testimonial reveal">
<p class="testimonial-text">«Профессиональный подход к делу. Все сроки соблюдены, результат превзошёл ожидания.»</p>
<p class="testimonial-author">— Мария Иванова, маркетолог</p>
</div>
<div class="testimonial reveal">
<p class="testimonial-text">«Рекомендую всем! Качество на высоте, поддержка оперативная. Будем сотрудничать дальше.»</p>
<p class="testimonial-author">— Дмитрий Сидоров, основатель StartupLab</p>
</div>
</div>
</div>
</section>
<section id="contact" class="cta">
<div class="container">
<h2 class="reveal">Готовы начать проект?</h2>
<p class="reveal">Оставьте заявку и мы свяжемся с вами в течение 15 минут</p>
<a class="btn reveal" href="https://wa.me/77771234567?text=Здравствуйте! Хочу обсудить проект" style="background:#25D366;color:#fff">
Написать в WhatsApp
</a>
</div>
</section>
<footer class="footer">
<div class="container">
<p>© 2026 Все права защищены</p>
</div>
</footer>
<script>
var io=new IntersectionObserver(function(entries){
entries.forEach(function(e){ if(e.isIntersecting) e.target.classList.add('in'); });
},{threshold:.15});
document.querySelectorAll('.reveal').forEach(function(el){ io.observe(el); });
</script>
</body>
</html>