<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="image_src" href="">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.0.2/dist/tailwind.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.1/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/animateCSS/4.1.1/animate.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.1/js/all.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places"></script>
<style>
/* Custom CSS Styles */
</style>
<script>
// Custom JavaScript code
</script>
</head>
<body>
<header class="bg-gray-900 text-white px-4 py-3">
<div class="flex items-center justify-between">
<div class="flex items-center">
<img src="path-to-logo.png" alt="Название бизнеса" class="h-8 w-8 mr-2">
<h1 class="text-xl">Название бизнеса</h1>
</div>
<nav>
<ul class="flex space-x-4">
<li><a href="#" class="hover:text-gray-300">Главная</a></li>
<li><a href="#" class="hover:text-gray-300">О нас</a></li>
<li><a href="#" class="hover:text-gray-300">Контакты</a></li>
</ul>
</nav>
</div>
</header>
<section class="bg-gray-800 text-white px-4 py-24">
<div class="container mx-auto">
<div class="flex flex-col items-center justify-center text-center mb-8">
<h2 class="text-4xl font-bold mb-4">Лучший спортивный опыт</h2>
<p class="text-lg mb-8">Присоединяйтесь к нам и наслаждайтесь спортивной атмосферой.</p>
<a href="#" class="py-2 px-4 bg-blue-500 text-white font-semibold rounded hover:bg-blue-600">Зарегистрироваться</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="flex flex-col items-center justify-center bg-white p-6 rounded-lg shadow-lg">
<span class="bg-blue-500 rounded-full p-3 text-white mb-4">
<i class="fas fa-dumbbell text-2xl"></i>
</span>
<h3 class="text-xl font-bold mb-4">Персональная тренировка</h3>
<p class="text-gray-700">Наша команда тренеров поможет вам достичь ваших целей.</p>
<a href="#" class="py-2 px-4 mt-4 bg-blue-500 text-white font-semibold rounded hover:bg-blue-600">Подробнее</a>
</div>
<div class="flex flex-col items-center justify-center bg-white p-6 rounded-lg shadow-lg">
<span class="bg-blue-500 rounded-full p-3 text-white mb-4">
<i class="fas fa-calendar-alt text-2xl"></i>
</span>
<h3 class="text-xl font-bold mb-4">Гибкое расписание</h3>
<p class="text-gray-700">Мы предлагаем различные тренировки на ваш выбор в удобное время.</p>
<a href="#" class="py-2 px-4 mt-4 bg-blue-500 text-white font-semibold rounded hover:bg-blue-600">Подробнее</a>
</div>
<div class="flex flex-col items-center justify-center bg-white p-6 rounded-lg shadow-lg">
<span class="bg-blue-500 rounded-full p-3 text-white mb-4">
<i class="fas fa-medal text-2xl"></i>
</span>
<h3 class="text-xl font-bold mb-4">Турниры и соревнования</h3>
<p class="text-gray-700">Примите участие в наших турнирах и соревнованиях для профессиональных спортсменов и любителей.</p>
<a href="#" class="py-2 px-4 mt-4 bg-blue-500 text-white font-semibold rounded hover:bg-blue-600">Подробнее</a>
</div>
</div>
</div>
</section>
<section class="bg-gray-100 px-4 py-24">
<div class="container mx-auto">
<div class="flex flex-col md:flex-row">
<div class="w-full md:w-1/2 flex items-center justify-center bg-gray-200 p-8">
<img src="https://source.unsplash.com/featured/1280x720/?" alt="Заголовок 1" class="float-left mr-8 h-60 w-80 object-cover object-center">
<div>
<h2 class="text-3xl font-bold mb-4">Заголовок 1</h2>
<p class="text-gray-700 mb-4">Описание 1.</p>
<a href="#" class="py-2 px-4 bg-blue-500 text-white font-semibold rounded hover:bg-blue-600">Подробнее</a>
</div>
</div>
<div class="w-full md:w-1/2 flex items-center justify-center bg-gray-200 p-8">
<img src="https://source.unsplash.com/featured/1280x720/?" alt="Заголовок 2" class="float-right ml-8 h-60 w-80 object-cover object-center">
<div>
<h2 class="text-3xl font-bold mb-4">Заголовок 2</h2>
<p class="text-gray-700 mb-4">Описание 2.</p>
<a href="#" class="py-2 px-4 bg-blue-500 text-white font-semibold rounded hover:bg-blue-600">Подробнее</a>
</div>
</div>
</div>
</div>
</section>
<section class="bg-gray-800 text-white px-4 py-24">
<div class="container mx-auto">
<div class="flex flex-col md:flex-row items-center justify-center text-center mb-8">
<h2 class="text-4xl font-bold mb-4">Отзывы довольных клиентов</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-white p-6 rounded-lg shadow-lg">
<blockquote class="text-gray-700 italic mb-4">"Отличная компания, в которой можно достичь результатов."</blockquote>
<p class="text-gray-500 mb-2">Иван Иванов</p>
<p class="text-gray-500">Профессиональный спортсмен</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-lg">
<blockquote class="text-gray-700 italic mb-4">"Я нашел свою вторую семью здесь. Очень благодарен!"</blockquote>
<p class="text-gray-500 mb-2">Анна Смирнова</p>
<p class="text-gray-500">Любитель</p>
</div>
</div>
</div>
</section>
<section class="bg-gray-100 px-4 py-24">
<div class="container mx-auto">
<h2 class="text-4xl font-bold text-center mb-8">Последние новости</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow-lg">
<h3 class="text-xl font-bold mb-4">Заголовок новости 1</h3>
<p class="text-gray-700 mb-4">Описание новости 1.</p>
<a href="#" class="text-blue-500 font-semibold">Читать далее</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-lg">
<h3 class="text-xl font-bold mb-4">Заголовок новости 2</h3>
<p class="text-gray-700 mb-4">Описание новости 2.</p>
<a href="#" class="text-blue-500 font-semibold">Читать далее</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-lg">
<h3 class="text-xl font-bold mb-4">Заголовок новости 3</h3>
<p class="text-gray-700 mb-4">Описание новости 3.</p>
<a href="#" class="text-blue-500 font-semibold">Читать далее</a>
</div>
</div>
</div>
</section>
<section class="bg-gray-800 text-white px-4 py-24">
<div class="container mx-auto">
<h2 class="text-4xl font-bold text-center mb-8">Часто задаваемые вопросы</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-xl font-bold mb-2">Вопрос 1?</h3>
<p class="text-gray-500 mb-4">Ответ на вопрос 1.</p>
</div>
<div>
<h3 class="text-xl font-bold mb-2">Вопрос 2?</h3>
<p class="text-gray-500 mb-4">Ответ на вопрос 2.</p>
</div>
<div>
<h3 class="text-xl font-bold mb-2">Вопрос 3?</h3>
<p class="text-gray-500 mb-4">Ответ на вопрос 3.</p>
</div>
<div>
<h3 class="text-xl font-bold mb-2">Вопрос 4?</h3>
<p class="text-gray-500 mb-4">Ответ на вопрос 4.</p>
</div>
</div>
</div>
</section>
<section class="bg-gray-100 px-4 py-24">
<div class="container mx-auto">
<h2 class="text-4xl font-bold text-center mb-8">Наша команда</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="flex flex-col items-center justify-center bg-white p-6 rounded-lg shadow-lg">
<img src="path-to-team-member-1.png" alt="Имя 1" class="h-32 w-32 rounded-full mb-4 object-cover object-center">
<h3 class="text-xl font-bold mb-2">Имя 1</h3>
<p class="text-gray-500 mb-2">Должность 1</p>
<div class="flex space-x-2">
<a href="#" class="text-blue-500"><i class="fab fa-facebook"></i></a>
<a href="#" class="text-blue-500"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-blue-500"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="flex flex-col items-center justify-center bg-white p-6 rounded-lg shadow-lg">
<img src="path-to-team-member-2.png" alt="Имя 2" class="h-32 w-32 rounded-full mb-4 object-cover object-center">
<h3 class="text-xl font-bold mb-2">Имя 2</h3>
<p class="text-gray-500 mb-2">Должность 2</p>
<div class="flex space-x-2">
<a href="#" class="text-blue-500"><i class="fab fa-facebook"></i></a>
<a href="#" class="text-blue-500"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-blue-500"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="flex flex-col items-center justify-center bg-white p-6 rounded-lg shadow-lg">
<img src="path-to-team-member-3.png" alt="Имя 3" class="h-32 w-32 rounded-full mb-4 object-cover object-center">
<h3 class="text-xl font-bold mb-2">Имя 3</h3>
<p class="text-gray-500 mb-2">Должность 3</p>
<div class="flex space-x-2">
<a href="#" class="text-blue-500"><i class="fab fa-facebook"></i></a>
<a href="#" class="text-blue-500"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-blue-500"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="bg-gray-800 text-white px-4 py-24">
<div class="container mx-auto">
<h2 class="text-4xl font-bold mb-8">Подпишитесь на нашу рассылку</h2>
<form class="grid grid-cols-1 md:grid-cols-3 gap-4">
<input type="text" class="py-2 px-4 bg-white rounded" placeholder="Имя">
<input type="email" class="py-2 px-4 bg-white rounded" placeholder="Email">
<button type="submit" class="py-2 px-4 bg-blue-500 text-white font-semibold rounded hover:bg-blue-600">Подписаться</button>
</form>
</div>
</section>
<section class="bg-gray-100 px-4 py-24">
<div class="container mx-auto">
<h2 class="text-4xl font-bold text-center mb-8">Связаться с нами</h2>
<form>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<input type="text" placeholder="Имя" class="py-2 px-4 bg-white rounded mb-4">
<input type="email" placeholder="Email" class="py-2 px-4 bg-white rounded mb-4">
</div>
<textarea placeholder="Сообщение" class="py-2 px-4 bg-white rounded mb-4"></textarea>
<button type="submit" class="py-2 px-4 bg-blue-500 text-white font-semibold rounded hover:bg-blue-600">Отправить</button>
</form>
</div>
</section>
<section class="bg-gray-800 px-4 py-24">
<div class="container mx-auto">
<div id="map" class="h-64"></div>
</div>
<script>
function initMap() {
var myLatLng = {lat: -33.8666, lng: 151.1958};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 15,
center: myLatLng
});
var marker = new google.maps.Marker({
position: myLatLng,
map: map,
title: 'Название бизнеса'
});
}
window.onload = function(){
initMap();
}
</script>
</section>
<footer class="bg-gray-900 text-white px-4 py-8">
<div class="container mx-auto flex items-center justify-between">
<div>
<img src="path-to-logo.png" alt="Название бизнеса" class="h-8 w-8 mr-2">
<span class="text-xl">Название бизнеса</span>
</div>
<div class="text-lg">
<a href="#" class="text-gray-500 hover:text-gray-300 mx-2"><i class="fab fa-facebook"></i></a>
<a href="#" class="text-gray-500 hover:text-gray-300 mx-2"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-500 hover:text-gray-300 mx-2"><i class="fab fa-instagram"></i></a>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css"></script>
</body>
</html>