File size: 28,248 Bytes
3b99dfd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 |
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Фотограф Татьяна | Профессиональная фотосъемка</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Raleway:wght@300;400;600&display=swap');
body {
font-family: 'Raleway', sans-serif;
scroll-behavior: smooth;
}
h1, h2, h3 {
font-family: 'Playfair Display', serif;
}
.hero {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1493863641943-9b68992a8d47?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1958&q=80');
background-size: cover;
background-position: center;
min-height: 100vh;
}
.gallery-item {
transition: all 0.3s ease;
}
.gallery-item:hover {
transform: scale(1.03);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.portfolio-filter button.active {
background-color: #000;
color: white;
}
.fade-in {
animation: fadeIn 1s ease-in;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.testimonial-card {
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Навигация -->
<nav class="fixed w-full bg-white/90 backdrop-blur-md z-50 shadow-sm">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-2xl font-bold text-gray-800">Татьяна Фото</a>
<div class="hidden md:flex space-x-8">
<a href="#about" class="text-gray-700 hover:text-black transition">Обо мне</a>
<a href="#portfolio" class="text-gray-700 hover:text-black transition">Портфолио</a>
<a href="#services" class="text-gray-700 hover:text-black transition">Услуги</a>
<a href="#testimonials" class="text-gray-700 hover:text-black transition">Отзывы</a>
<a href="#contact" class="text-gray-700 hover:text-black transition">Контакты</a>
</div>
<button class="md:hidden text-gray-700">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</nav>
<!-- Герой секция -->
<section class="hero flex items-center justify-center text-center text-white pt-20">
<div class="container mx-auto px-6 fade-in">
<h1 class="text-5xl md:text-7xl font-bold mb-6">Татьяна </h1>
<p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto">Профессиональный фотограф, создающий неповторимые образы и моменты</p>
<div class="flex justify-center space-x-4">
<a href="#portfolio" class="bg-white text-black px-8 py-3 rounded-full font-medium hover:bg-gray-100 transition">Портфолио</a>
<a href="#contact" class="border-2 border-white px-8 py-3 rounded-full font-medium hover:bg-white hover:text-black transition">Забронировать</a>
</div>
</div>
</section>
<!-- Обо мне -->
<section id="about" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5cd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=688&q=80" alt="Татьяна" class="rounded-lg shadow-xl w-full">
</div>
<div class="md:w-1/2">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Обо мне</h2>
<p class="text-gray-600 mb-6">Привет! Я Татьяна - профессиональный фотограф с 8-летним опытом работы. Моя страсть к фотографии началась еще в детстве, и с тех пор я совершенствую свои навыки, чтобы запечатлеть самые важные моменты вашей жизни.</p>
<p class="text-gray-600 mb-6">Я специализируюсь на портретной, семейной и свадебной фотографии. Моя цель - не просто сделать красивые снимки, а создать историю, передать эмоции и характер каждого человека.</p>
<div class="flex flex-wrap gap-4">
<div class="bg-gray-100 px-4 py-2 rounded-full">
<span class="text-gray-800">📷 Портреты</span>
</div>
<div class="bg-gray-100 px-4 py-2 rounded-full">
<span class="text-gray-800">👨👩👧👦 Семейные фотосессии</span>
</div>
<div class="bg-gray-100 px-4 py-2 rounded-full">
<span class="text-gray-800">💍 Свадьбы</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Портфолио -->
<section id="portfolio" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<h2 class="text-3xl md:text-4xl font-bold mb-12 text-center">Портфолио</h2>
<div class="portfolio-filter flex justify-center mb-10 space-x-4">
<button class="filter-btn active px-4 py-2 rounded-full border border-black" data-filter="all">Все работы</button>
<button class="filter-btn px-4 py-2 rounded-full border border-black" data-filter="portrait">Портреты</button>
<button class="filter-btn px-4 py-2 rounded-full border border-black" data-filter="family">Семейные</button>
<button class="filter-btn px-4 py-2 rounded-full border border-black" data-filter="wedding">Свадьбы</button>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Портреты -->
<div class="gallery-item portrait">
<img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" alt="Портрет" class="rounded-lg w-full h-64 object-cover">
</div>
<div class="gallery-item portrait">
<img src="https://images.unsplash.com/photo-1524504388940-b1c1722653e1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80" alt="Портрет" class="rounded-lg w-full h-64 object-cover">
</div>
<!-- Семейные -->
<div class="gallery-item family">
<img src="https://images.unsplash.com/photo-1529333164850-9d77a0fdf1a3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1738&q=80" alt="Семья" class="rounded-lg w-full h-64 object-cover">
</div>
<div class="gallery-item family">
<img src="https://images.unsplash.com/photo-1527631746610-bca00a040d60?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" alt="Семья" class="rounded-lg w-full h-64 object-cover">
</div>
<!-- Свадьбы -->
<div class="gallery-item wedding">
<img src="https://images.unsplash.com/photo-1519225421980-715cb0215aed?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80" alt="Свадьба" class="rounded-lg w-full h-64 object-cover">
</div>
<div class="gallery-item wedding">
<img src="https://images.unsplash.com/photo-1511285560929-80b456fea0bc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1738&q=80" alt="Свадьба" class="rounded-lg w-full h-64 object-cover">
</div>
</div>
<div class="text-center mt-10">
<a href="#" class="inline-block border-2 border-black px-8 py-3 rounded-full font-medium hover:bg-black hover:text-white transition">Смотреть все работы</a>
</div>
</div>
</section>
<!-- Услуги -->
<section id="services" class="py-20 bg-white">
<div class="container mx-auto px-6">
<h2 class="text-3xl md:text-4xl font-bold mb-12 text-center">Мои услуги</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition">
<div class="text-4xl mb-4 text-pink-500">
<i class="fas fa-user"></i>
</div>
<h3 class="text-xl font-bold mb-4">Индивидуальная фотосессия</h3>
<p class="text-gray-600 mb-4">Профессиональная портретная съемка с индивидуальным подходом к каждому клиенту.</p>
<p class="font-bold text-lg">От 5 000 ₽</p>
</div>
<div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition">
<div class="text-4xl mb-4 text-blue-500">
<i class="fas fa-users"></i>
</div>
<h3 class="text-xl font-bold mb-4">Семейная фотосессия</h3>
<p class="text-gray-600 mb-4">Теплые и душевные кадры вашей семьи в естественной обстановке или студии.</p>
<p class="font-bold text-lg">От 8 000 ₽</p>
</div>
<div class="bg-gray-50 p-8 rounded-lg shadow-sm hover:shadow-md transition">
<div class="text-4xl mb-4 text-purple-500">
<i class="fas fa-ring"></i>
</div>
<h3 class="text-xl font-bold mb-4">Свадебная фотосъемка</h3>
<p class="text-gray-600 mb-4">Полное сопровождение вашего важного дня с утра до позднего вечера.</p>
<p class="font-bold text-lg">От 25 000 ₽</p>
</div>
</div>
</div>
</section>
<!-- Отзывы -->
<section id="testimonials" class="py-20 bg-gray-100">
<div class="container mx-auto px-6">
<h2 class="text-3xl md:text-4xl font-bold mb-12 text-center">Отзывы клиентов</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="testimonial-card p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80" alt="Анна" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Анна</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-600">"Татьяна сделала потрясающие фотографии нашей свадьбы! Она уловила все важные моменты, эмоции и создала настоящую историю нашего дня. Очень рекомендую!"</p>
</div>
<div class="testimonial-card p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" alt="Ирина" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Ирина</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-600">"Фотосессия с Татьяной - это всегда удовольствие! Она умеет найти подход к детям, создает комфортную атмосферу, а фотографии получаются живыми и эмоциональными."</p>
</div>
<div class="testimonial-card p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<img src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" alt="Дмитрий" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Дмитрий</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-600">"Заказывал корпоративную фотосессию для компании. Татьяна профессионально организовала процесс, все сотрудники остались довольны. Фотографии получились отличные!"</p>
</div>
<div class="testimonial-card p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<img src="https://images.unsplash.com/photo-1544005313-94ddf0286df2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=776&q=80" alt="Ольга" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Ольга</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
<p class="text-gray-600">"Очень понравилась работа Татьяны! Она сделала прекрасные фотографии для моего портфолио модели. Умеет подчеркнуть достоинства и создать нужный образ."</p>
</div>
</div>
</div>
</section>
<!-- Контакты -->
<section id="contact" class="py-20 bg-white">
<div class="container mx-auto px-6">
<h2 class="text-3xl md:text-4xl font-bold mb-12 text-center">Свяжитесь со мной</h2>
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<h3 class="text-xl font-bold mb-4">Контактная информация</h3>
<p class="text-gray-600 mb-6">Готова ответить на все ваши вопросы и обсудить детали фотосессии.</p>
<div class="space-y-4">
<div class="flex items-center">
<i class="fas fa-phone-alt text-gray-500 mr-4"></i>
<span>+7 (123) 456-78-90</span>
</div>
<div class="flex items-center">
<i class="fas fa-envelope text-gray-500 mr-4"></i>
<span>[email protected]</span>
</div>
<div class="flex items-center">
<i class="fas fa-map-marker-alt text-gray-500 mr-4"></i>
<span>г. Москва, ул. Фотографов, 15</span>
</div>
</div>
<div class="mt-8">
<h4 class="font-bold mb-4">Я в социальных сетях:</h4>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-gray-200 transition">
<i class="fab fa-instagram text-gray-700"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-gray-200 transition">
<i class="fab fa-vk text-gray-700"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-gray-200 transition">
<i class="fab fa-telegram text-gray-700"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-gray-200 transition">
<i class="fab fa-whatsapp text-gray-700"></i>
</a>
</div>
</div>
</div>
<div class="md:w-1/2">
<form class="bg-gray-50 p-8 rounded-lg shadow-sm">
<div class="mb-4">
<label for="name" class="block text-gray-700 mb-2">Ваше имя</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black">
</div>
<div class="mb-4">
<label for="email" class="block text-gray-700 mb-2">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black">
</div>
<div class="mb-4">
<label for="phone" class="block text-gray-700 mb-2">Телефон</label>
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black">
</div>
<div class="mb-4">
<label for="service" class="block text-gray-700 mb-2">Услуга</label>
<select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black">
<option value="">Выберите услугу</option>
<option value="portrait">Индивидуальная фотосессия</option>
<option value="family">Семейная фотосессия</option>
<option value="wedding">Свадебная фотосъемка</option>
<option value="other">Другое</option>
</select>
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 mb-2">Сообщение</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black"></textarea>
</div>
<button type="submit" class="w-full bg-black text-white px-6 py-3 rounded-lg hover:bg-gray-800 transition">Отправить</button>
</form>
</div>
</div>
</div>
</section>
<!-- Футер -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row justify-between">
<div class="mb-8 md:mb-0">
<h3 class="text-2xl font-bold mb-4">Татьяна Фото</h3>
<p class="text-gray-400 max-w-md">Профессиональная фотосъемка для ваших самых важных моментов.</p>
</div>
<div class="mb-8 md:mb-0">
<h4 class="text-lg font-bold mb-4">Быстрые ссылки</h4>
<ul class="space-y-2">
<li><a href="#about" class="text-gray-400 hover:text-white transition">Обо мне</a></li>
<li><a href="#portfolio" class="text-gray-400 hover:text-white transition">Портфолио</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition">Услуги</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition">Контакты</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Подписаться</h4>
<p class="text-gray-400 mb-4">Будьте в курсе новых работ и акций</p>
<div class="flex">
<input type="email" placeholder="Ваш email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-900">
<button class="bg-pink-500 px-4 py-2 rounded-r-lg hover:bg-pink-600 transition">OK</button>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-10 pt-6 text-center text-gray-400">
<p>© 2023 Татьяна Фото. Все права защищены.</p>
</div>
</div>
</footer>
<script>
// Фильтрация галереи
document.addEventListener('DOMContentLoaded', function() {
const filterButtons = document.querySelectorAll('.filter-btn');
const galleryItems = document.querySelectorAll('.gallery-item');
filterButtons.forEach(button => {
button.addEventListener('click', function() {
// Удаляем активный класс у всех кнопок
filterButtons.forEach(btn => btn.classList.remove('active'));
// Добавляем активный класс текущей кнопке
this.classList.add('active');
const filterValue = this.getAttribute('data-filter');
galleryItems.forEach(item => {
if (filterValue === 'all' || item.classList.contains(filterValue)) {
item.style.display = 'block';
} else {
item.style.display = 'none';
}
});
});
});
// Плавная прокрутка для якорных ссылок
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
// Анимация при прокрутке
const fadeElements = document.querySelectorAll('.fade-in');
const fadeInOnScroll = function() {
fadeElements.forEach(element => {
const elementTop = element.getBoundingClientRect().top;
const windowHeight = window.innerHeight;
if (elementTop < windowHeight - 100) {
element.style.opacity = '1';
}
});
};
window.addEventListener('scroll', fadeInOnScroll);
fadeInOnScroll(); // Вызываем сразу для элементов в видимой области
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Greats/tphoto" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |