Spaces:
Running
Running
Update index.html
#6
by
ANTIMOLL - opened
- index.html +149 -593
index.html
CHANGED
|
@@ -3,48 +3,56 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
| 10 |
-
@import url('https://fonts.googleapis.com/css2?family=
|
| 11 |
|
| 12 |
:root {
|
| 13 |
-
--primary: #
|
| 14 |
-
--
|
| 15 |
-
--
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|
| 17 |
|
| 18 |
body {
|
| 19 |
-
font-family: '
|
| 20 |
background-color: #f8fafc;
|
|
|
|
|
|
|
| 21 |
}
|
| 22 |
|
| 23 |
h1, h2, h3, h4 {
|
| 24 |
font-family: 'Playfair Display', serif;
|
|
|
|
| 25 |
}
|
| 26 |
|
| 27 |
-
.logo
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
}
|
| 32 |
|
| 33 |
.hero {
|
| 34 |
-
background: linear-gradient(rgba(0,
|
|
|
|
| 35 |
background-size: cover;
|
| 36 |
background-position: center;
|
| 37 |
-
min-height:
|
| 38 |
}
|
| 39 |
|
| 40 |
-
.
|
| 41 |
transition: all 0.3s ease;
|
| 42 |
-
box-shadow: 0 4px 6px rgba(0,
|
|
|
|
| 43 |
}
|
| 44 |
|
| 45 |
-
.
|
| 46 |
-
transform: translateY(-
|
| 47 |
-
box-shadow: 0
|
| 48 |
}
|
| 49 |
|
| 50 |
.nav-link {
|
|
@@ -56,9 +64,9 @@
|
|
| 56 |
position: absolute;
|
| 57 |
width: 0;
|
| 58 |
height: 2px;
|
| 59 |
-
bottom:
|
| 60 |
left: 0;
|
| 61 |
-
background
|
| 62 |
transition: width 0.3s ease;
|
| 63 |
}
|
| 64 |
|
|
@@ -66,26 +74,32 @@
|
|
| 66 |
width: 100%;
|
| 67 |
}
|
| 68 |
|
| 69 |
-
.
|
| 70 |
-
|
| 71 |
-
|
| 72 |
}
|
| 73 |
|
| 74 |
-
.
|
| 75 |
-
|
|
|
|
| 76 |
}
|
| 77 |
|
| 78 |
-
.
|
| 79 |
-
|
| 80 |
}
|
| 81 |
|
| 82 |
-
|
| 83 |
-
|
|
|
|
| 84 |
}
|
| 85 |
|
| 86 |
-
.
|
| 87 |
-
transform:
|
| 88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
}
|
| 90 |
</style>
|
| 91 |
</head>
|
|
@@ -93,622 +107,164 @@
|
|
| 93 |
<!-- Header -->
|
| 94 |
<header class="bg-white shadow-sm sticky top-0 z-50">
|
| 95 |
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
|
| 96 |
-
<
|
| 97 |
-
|
| 98 |
-
<div class="w-10 h-10 rounded-full bg-blue-500 flex items-center justify-center text-white">
|
| 99 |
<i class="fas fa-glasses text-xl"></i>
|
| 100 |
</div>
|
| 101 |
-
<span class="logo
|
| 102 |
-
</
|
| 103 |
|
| 104 |
-
<!-- Navigation -->
|
| 105 |
<nav class="hidden md:flex space-x-8">
|
| 106 |
-
<a href="#
|
| 107 |
-
|
| 108 |
-
<
|
| 109 |
-
<a href="#
|
| 110 |
-
|
| 111 |
-
<
|
| 112 |
-
<a href="#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
</nav>
|
| 114 |
|
| 115 |
-
<
|
| 116 |
-
|
| 117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
</button>
|
| 119 |
</div>
|
| 120 |
|
| 121 |
-
<!-- Mobile
|
| 122 |
-
<div id="mobile-menu" class="
|
| 123 |
-
<
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
</div>
|
| 131 |
</header>
|
| 132 |
|
| 133 |
<!-- Hero Section -->
|
| 134 |
-
<section
|
| 135 |
-
<div class="
|
| 136 |
-
|
| 137 |
-
<
|
|
|
|
| 138 |
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 139 |
-
<a href="#
|
| 140 |
-
<a href="#
|
| 141 |
</div>
|
| 142 |
</div>
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
<div
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
| 151 |
-
<i class="fas fa-eye text-blue-600 text-2xl"></i>
|
| 152 |
-
</div>
|
| 153 |
-
<h3 class="text-xl font-bold mb-2">Бесплатная проверка зрения</h3>
|
| 154 |
-
<p class="text-gray-600">Профессиональная диагностика на современном оборудовании</p>
|
| 155 |
-
</div>
|
| 156 |
-
<div class="text-center p-6 rounded-lg bg-gray-50">
|
| 157 |
-
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
| 158 |
-
<i class="fas fa-star text-blue-600 text-2xl"></i>
|
| 159 |
-
</div>
|
| 160 |
-
<h3 class="text-xl font-bold mb-2">Качественные материалы</h3>
|
| 161 |
-
<p class="text-gray-600">Используем только проверенные материалы от ведущих производителей</p>
|
| 162 |
-
</div>
|
| 163 |
-
<div class="text-center p-6 rounded-lg bg-gray-50">
|
| 164 |
-
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
| 165 |
-
<i class="fas fa-truck text-blue-600 text-2xl"></i>
|
| 166 |
-
</div>
|
| 167 |
-
<h3 class="text-xl font-bold mb-2">Быстрая доставка</h3>
|
| 168 |
-
<p class="text-gray-600">Доставим ваш заказ в кратчайшие сроки</p>
|
| 169 |
-
</div>
|
| 170 |
-
</div>
|
| 171 |
</div>
|
| 172 |
</section>
|
| 173 |
|
| 174 |
<!-- Products Section -->
|
| 175 |
-
<section
|
| 176 |
<div class="container mx-auto px-4">
|
| 177 |
<div class="text-center mb-12">
|
| 178 |
-
<h2 class="text-3xl font-bold mb-4">
|
| 179 |
-
<p class="text-gray-600 max-w-2xl mx-auto">
|
| 180 |
</div>
|
| 181 |
|
| 182 |
-
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-
|
| 183 |
-
<
|
| 184 |
-
<div class="glasses-card bg-white rounded-lg overflow-hidden">
|
| 185 |
<div class="relative h-64 overflow-hidden">
|
| 186 |
-
<img src="https://images.unsplash.com/photo-1511499767150-a48a79f39864?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80" alt="Очки" class="w-full h-full object-cover">
|
| 187 |
-
<div class="absolute top-2 right-2 bg-blue-600 text-white px-2 py-1 rounded text-xs">Новинка</div>
|
| 188 |
</div>
|
| 189 |
<div class="p-4">
|
| 190 |
<h3 class="font-bold text-lg mb-1">Ray-Ban Clubmaster</h3>
|
| 191 |
<p class="text-gray-600 text-sm mb-2">Классическая форма, золотистая оправа</p>
|
| 192 |
<div class="flex justify-between items-center">
|
| 193 |
-
<span class="font-bold text-
|
| 194 |
-
<button class="bg-
|
| 195 |
-
</div>
|
| 196 |
-
</div>
|
| 197 |
-
</div>
|
| 198 |
-
|
| 199 |
-
<!-- Product 2 -->
|
| 200 |
-
<div class="glasses-card bg-white rounded-lg overflow-hidden">
|
| 201 |
-
<div class="relative h-64 overflow-hidden">
|
| 202 |
-
<img src="https://images.unsplash.com/photo-1556306535-0f09a537f0a3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Очки" class="w-full h-full object-cover">
|
| 203 |
-
</div>
|
| 204 |
-
<div class="p-4">
|
| 205 |
-
<h3 class="font-bold text-lg mb-1">Oakley Holbrook</h3>
|
| 206 |
-
<p class="text-gray-600 text-sm mb-2">Спортивный стиль, черная оправа</p>
|
| 207 |
-
<div class="flex justify-between items-center">
|
| 208 |
-
<span class="font-bold text-blue-600">14 490 ₽</span>
|
| 209 |
-
<button class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm">В корзину</button>
|
| 210 |
-
</div>
|
| 211 |
-
</div>
|
| 212 |
-
</div>
|
| 213 |
-
|
| 214 |
-
<!-- Product 3 -->
|
| 215 |
-
<div class="glasses-card bg-white rounded-lg overflow-hidden">
|
| 216 |
-
<div class="relative h-64 overflow-hidden">
|
| 217 |
-
<img src="https://images.unsplash.com/photo-1591073113125-e46713c829ec?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Очки" class="w-full h-full object-cover">
|
| 218 |
-
<div class="absolute top-2 right-2 bg-red-500 text-white px-2 py-1 rounded text-xs">Акция</div>
|
| 219 |
-
</div>
|
| 220 |
-
<div class="p-4">
|
| 221 |
-
<h3 class="font-bold text-lg mb-1">Prada PR 16WV</h3>
|
| 222 |
-
<p class="text-gray-600 text-sm mb-2">Стильные очки с прозрачной оправой</p>
|
| 223 |
-
<div class="flex justify-between items-center">
|
| 224 |
-
<span class="font-bold text-blue-600">18 990 ₽</span>
|
| 225 |
-
<button class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm">В корзину</button>
|
| 226 |
-
</div>
|
| 227 |
-
</div>
|
| 228 |
-
</div>
|
| 229 |
-
|
| 230 |
-
<!-- Product 4 -->
|
| 231 |
-
<div class="glasses-card bg-white rounded-lg overflow-hidden">
|
| 232 |
-
<div class="relative h-64 overflow-hidden">
|
| 233 |
-
<img src="https://images.unsplash.com/photo-1559599101-f09722fb4948?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Очки" class="w-full h-full object-cover">
|
| 234 |
-
</div>
|
| 235 |
-
<div class="p-4">
|
| 236 |
-
<h3 class="font-bold text-lg mb-1">Gucci GG0397O</h3>
|
| 237 |
-
<p class="text-gray-600 text-sm mb-2">Элегантные женские очки</p>
|
| 238 |
-
<div class="flex justify-between items-center">
|
| 239 |
-
<span class="font-bold text-blue-600">21 490 ₽</span>
|
| 240 |
-
<button class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm">В корзину</button>
|
| 241 |
</div>
|
| 242 |
</div>
|
| 243 |
</div>
|
| 244 |
-
</div>
|
| 245 |
-
|
| 246 |
-
<div class="text-center mt-10">
|
| 247 |
-
<a href="#" class="inline-block border-2 border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white px-6 py-2 rounded-lg font-medium transition duration-300">Смотреть все очки</a>
|
| 248 |
-
</div>
|
| 249 |
-
</div>
|
| 250 |
-
</section>
|
| 251 |
-
|
| 252 |
-
<!-- Lenses Section -->
|
| 253 |
-
<section id="lenses" class="py-16 bg-white">
|
| 254 |
-
<div class="container mx-auto px-4">
|
| 255 |
-
<div class="text-center mb-12">
|
| 256 |
-
<h2 class="text-3xl font-bold mb-4">Контактные линзы</h2>
|
| 257 |
-
<p class="text-gray-600 max-w-2xl mx-auto">Комфорт и четкость зрения на весь день</p>
|
| 258 |
-
</div>
|
| 259 |
-
|
| 260 |
-
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
|
| 261 |
-
<div>
|
| 262 |
-
<h3 class="text-2xl font-bold mb-4">Почему выбирают наши линзы?</h3>
|
| 263 |
-
<ul class="space-y-3">
|
| 264 |
-
<li class="flex items-start">
|
| 265 |
-
<i class="fas fa-check-circle text-blue-600 mt-1 mr-2"></i>
|
| 266 |
-
<span>Высокий уровень кислородопроницаемости</span>
|
| 267 |
-
</li>
|
| 268 |
-
<li class="flex items-start">
|
| 269 |
-
<i class="fas fa-check-circle text-blue-600 mt-1 mr-2"></i>
|
| 270 |
-
<span>Увлажняющие компоненты для комфорта</span>
|
| 271 |
-
</li>
|
| 272 |
-
<li class="flex items-start">
|
| 273 |
-
<i class="fas fa-check-circle text-blue-600 mt-1 mr-2"></i>
|
| 274 |
-
<span>Широкий диапазон диоптрий</span>
|
| 275 |
-
</li>
|
| 276 |
-
<li class="flex items-start">
|
| 277 |
-
<i class="fas fa-check-circle text-blue-600 mt-1 mr-2"></i>
|
| 278 |
-
<span>Доступные цены и акции</span>
|
| 279 |
-
</li>
|
| 280 |
-
</ul>
|
| 281 |
-
|
| 282 |
-
<div class="mt-8">
|
| 283 |
-
<a href="#" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Подобрать линзы</a>
|
| 284 |
-
</div>
|
| 285 |
-
</div>
|
| 286 |
|
| 287 |
-
<
|
| 288 |
-
<div class="bg-gray-50 p-4 rounded-lg text-center">
|
| 289 |
-
<img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Линзы" class="h-32 object-contain mx-auto mb-3">
|
| 290 |
-
<h4 class="font-bold">Ежедневные</h4>
|
| 291 |
-
<p class="text-sm text-gray-600">от 1 200 ₽</p>
|
| 292 |
-
</div>
|
| 293 |
-
<div class="bg-gray-50 p-4 rounded-lg text-center">
|
| 294 |
-
<img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Линзы" class="h-32 object-contain mx-auto mb-3">
|
| 295 |
-
<h4 class="font-bold">Двухнедельные</h4>
|
| 296 |
-
<p class="text-sm text-gray-600">от 900 ₽</p>
|
| 297 |
-
</div>
|
| 298 |
-
<div class="bg-gray-50 p-4 rounded-lg text-center">
|
| 299 |
-
<img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Линзы" class="h-32 object-contain mx-auto mb-3">
|
| 300 |
-
<h4 class="font-bold">Месячные</h4>
|
| 301 |
-
<p class="text-sm text-gray-600">от 1 500 ₽</p>
|
| 302 |
-
</div>
|
| 303 |
-
<div class="bg-gray-50 p-4 rounded-lg text-center">
|
| 304 |
-
<img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Линзы" class="h-32 object-contain mx-auto mb-3">
|
| 305 |
-
<h4 class="font-bold">Цветные</h4>
|
| 306 |
-
<p class="text-sm text-gray-600">от 1 800 ₽</p>
|
| 307 |
-
</div>
|
| 308 |
-
</div>
|
| 309 |
</div>
|
| 310 |
</div>
|
| 311 |
</section>
|
| 312 |
|
| 313 |
-
<!--
|
| 314 |
-
<section
|
| 315 |
<div class="container mx-auto px-4">
|
| 316 |
-
<div class="text-center mb-12">
|
| 317 |
-
<h2 class="text-3xl font-bold mb-4">Наши услуги</h2>
|
| 318 |
-
<p class="max-w-2xl mx-auto">Полный спектр услуг для вашего зрения</p>
|
| 319 |
-
</div>
|
| 320 |
-
|
| 321 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 322 |
-
<div class="bg-white
|
| 323 |
-
<div class="w-
|
| 324 |
-
<i class="fas fa-eye text-
|
| 325 |
</div>
|
| 326 |
<h3 class="text-xl font-bold mb-2">Проверка зрения</h3>
|
| 327 |
-
<p>Профессиональная диагностика на современном оборудовании
|
| 328 |
-
</div>
|
| 329 |
-
<div class="bg-white bg-opacity-10 p-6 rounded-lg">
|
| 330 |
-
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-full flex items-center justify-center mb-4">
|
| 331 |
-
<i class="fas fa-glasses text-xl"></i>
|
| 332 |
-
</div>
|
| 333 |
-
<h3 class="text-xl font-bold mb-2">Подбор очков</h3>
|
| 334 |
-
<p>Поможем выбрать идеальные очки с учетом вашего зрения, формы лица и стиля</p>
|
| 335 |
-
</div>
|
| 336 |
-
<div class="bg-white bg-opacity-10 p-6 rounded-lg">
|
| 337 |
-
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-full flex items-center justify-center mb-4">
|
| 338 |
-
<i class="fas fa-user-md text-xl"></i>
|
| 339 |
-
</div>
|
| 340 |
-
<h3 class="text-xl font-bold mb-2">Консультация офтальмолога</h3>
|
| 341 |
-
<p>Профессиональные консультации по вопросам здоровья глаз и профилактике заболеваний</p>
|
| 342 |
-
</div>
|
| 343 |
-
<div class="bg-white bg-opacity-10 p-6 rounded-lg">
|
| 344 |
-
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-full flex items-center justify-center mb-4">
|
| 345 |
-
<i class="fas fa-cogs text-xl"></i>
|
| 346 |
-
</div>
|
| 347 |
-
<h3 class="text-xl font-bold mb-2">Ремонт очков</h3>
|
| 348 |
-
<p>Качественный ремонт и регулировка оправ любой сложности</p>
|
| 349 |
-
</div>
|
| 350 |
-
<div class="bg-white bg-opacity-10 p-6 rounded-lg">
|
| 351 |
-
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-full flex items-center justify-center mb-4">
|
| 352 |
-
<i class="fas fa-sun text-xl"></i>
|
| 353 |
-
</div>
|
| 354 |
-
<h3 class="text-xl font-bold mb-2">Солнцезащитные очки</h3>
|
| 355 |
-
<p>Широкий выбор солнцезащитных очков с UV-защитой от ведущих брендов</p>
|
| 356 |
-
</div>
|
| 357 |
-
<div class="bg-white bg-opacity-10 p-6 rounded-lg">
|
| 358 |
-
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-full flex items-center justify-center mb-4">
|
| 359 |
-
<i class="fas fa-child text-xl"></i>
|
| 360 |
-
</div>
|
| 361 |
-
<h3 class="text-xl font-bold mb-2">Детская оптика</h3>
|
| 362 |
-
<p>Специальные детские оправы и линзы для комфортного ношения</p>
|
| 363 |
-
</div>
|
| 364 |
-
</div>
|
| 365 |
-
</div>
|
| 366 |
-
</section>
|
| 367 |
-
|
| 368 |
-
<!-- Articles Section -->
|
| 369 |
-
<section id="articles" class="py-16 bg-gray-50">
|
| 370 |
-
<div class="container mx-auto px-4">
|
| 371 |
-
<div class="text-center mb-12">
|
| 372 |
-
<h2 class="text-3xl font-bold mb-4">Полезные статьи</h2>
|
| 373 |
-
<p class="text-gray-600 max-w-2xl mx-auto">Актуальная информация о здор��вье глаз и уходе за очками</p>
|
| 374 |
-
</div>
|
| 375 |
-
|
| 376 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 377 |
-
<!-- Article 1 -->
|
| 378 |
-
<div class="article-card bg-white rounded-lg overflow-hidden shadow-sm">
|
| 379 |
-
<div class="h-48 overflow-hidden">
|
| 380 |
-
<img src="https://images.unsplash.com/photo-1505576399279-565b52d4ac71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Статья" class="w-full h-full object-cover">
|
| 381 |
-
</div>
|
| 382 |
-
<div class="p-6">
|
| 383 |
-
<span class="text-sm text-blue-600">Здоровье глаз</span>
|
| 384 |
-
<h3 class="text-xl font-bold my-2">Как сохранить зрение при работе за компьютером</h3>
|
| 385 |
-
<p class="text-gray-600 mb-4">Простые и эффективные способы снизить нагрузку на глаза при длительной работе за монитором...</p>
|
| 386 |
-
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
| 387 |
-
Читать далее
|
| 388 |
-
<i class="fas fa-arrow-right ml-2"></i>
|
| 389 |
-
</a>
|
| 390 |
-
</div>
|
| 391 |
-
</div>
|
| 392 |
-
|
| 393 |
-
<!-- Article 2 -->
|
| 394 |
-
<div class="article-card bg-white rounded-lg overflow-hidden shadow-sm">
|
| 395 |
-
<div class="h-48 overflow-hidden">
|
| 396 |
-
<img src="https://images.unsplash.com/photo-1556306535-0f09a537f0a3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Статья" class="w-full h-full object-cover">
|
| 397 |
-
</div>
|
| 398 |
-
<div class="p-6">
|
| 399 |
-
<span class="text-sm text-blue-600">Уход за очками</span>
|
| 400 |
-
<h3 class="text-xl font-bold my-2">Как правильно ухаживать за очками</h3>
|
| 401 |
-
<p class="text-gray-600 mb-4">Рекомендации по очистке и хранению очков, которые помогут продлить их срок службы...</p>
|
| 402 |
-
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
| 403 |
-
Читать далее
|
| 404 |
-
<i class="fas fa-arrow-right ml-2"></i>
|
| 405 |
-
</a>
|
| 406 |
-
</div>
|
| 407 |
-
</div>
|
| 408 |
-
|
| 409 |
-
<!-- Article 3 -->
|
| 410 |
-
<div class="article-card bg-white rounded-lg overflow-hidden shadow-sm">
|
| 411 |
-
<div class="h-48 overflow-hidden">
|
| 412 |
-
<img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Статья" class="w-full h-full object-cover">
|
| 413 |
-
</div>
|
| 414 |
-
<div class="p-6">
|
| 415 |
-
<span class="text-sm text-blue-600">Контактные линзы</span>
|
| 416 |
-
<h3 class="text-xl font-bold my-2">Как правильно надевать и снимать контактные линзы</h3>
|
| 417 |
-
<p class="text-gray-600 mb-4">Пошаговая инструкция для новичков и полезные советы по использованию линз...</p>
|
| 418 |
-
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
|
| 419 |
-
Читать далее
|
| 420 |
-
<i class="fas fa-arrow-right ml-2"></i>
|
| 421 |
-
</a>
|
| 422 |
-
</div>
|
| 423 |
-
</div>
|
| 424 |
-
</div>
|
| 425 |
-
|
| 426 |
-
<div class="text-center mt-10">
|
| 427 |
-
<a href="#" class="inline-block border-2 border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white px-6 py-2 rounded-lg font-medium transition duration-300">Все статьи</a>
|
| 428 |
-
</div>
|
| 429 |
-
</div>
|
| 430 |
-
</section>
|
| 431 |
-
|
| 432 |
-
<!-- Gallery Section -->
|
| 433 |
-
<section id="gallery" class="py-16 bg-white">
|
| 434 |
-
<div class="container mx-auto px-4">
|
| 435 |
-
<div class="text-center mb-12">
|
| 436 |
-
<h2 class="text-3xl font-bold mb-4">Наша галерея</h2>
|
| 437 |
-
<p class="text-gray-600 max-w-2xl mx-auto">Фотографии нашего салона и довольных клиентов</p>
|
| 438 |
-
</div>
|
| 439 |
-
|
| 440 |
-
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
|
| 441 |
-
<div class="gallery-item">
|
| 442 |
-
<img src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Галерея" class="w-full h-full object-cover">
|
| 443 |
-
</div>
|
| 444 |
-
<div class="gallery-item">
|
| 445 |
-
<img src="https://images.unsplash.com/photo-1589156280159-27698a70f0de?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1632&q=80" alt="Галерея" class="w-full h-full object-cover">
|
| 446 |
-
</div>
|
| 447 |
-
<div class="gallery-item">
|
| 448 |
-
<img src="https://images.unsplash.com/photo-1556228453-efd6c1ff04f6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Галерея" class="w-full h-full object-cover">
|
| 449 |
-
</div>
|
| 450 |
-
<div class="gallery-item">
|
| 451 |
-
<img src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Галерея" class="w-full h-full object-cover">
|
| 452 |
-
</div>
|
| 453 |
-
<div class="gallery-item">
|
| 454 |
-
<img src="https://images.unsplash.com/photo-1589156280159-27698a70f0de?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1632&q=80" alt="Галерея" class="w-full h-full object-cover">
|
| 455 |
-
</div>
|
| 456 |
-
<div class="gallery-item">
|
| 457 |
-
<img src="https://images.unsplash.com/photo-1556228453-efd6c1ff04f6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Галерея" class="w-full h-full object-cover">
|
| 458 |
-
</div>
|
| 459 |
-
<div class="gallery-item">
|
| 460 |
-
<img src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Галерея" class="w-full h-full object-cover">
|
| 461 |
-
</div>
|
| 462 |
-
<div class="gallery-item">
|
| 463 |
-
<img src="https://images.unsplash.com/photo-1589156280159-27698a70f0de?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1632&q=80" alt="Галерея" class="w-full h-full object-cover">
|
| 464 |
-
</div>
|
| 465 |
-
</div>
|
| 466 |
-
</div>
|
| 467 |
-
</section>
|
| 468 |
-
|
| 469 |
-
<!-- Testimonials Section -->
|
| 470 |
-
<section class="py-16 bg-blue-50">
|
| 471 |
-
<div class="container mx-auto px-4">
|
| 472 |
-
<div class="text-center mb-12">
|
| 473 |
-
<h2 class="text-3xl font-bold mb-4">Отзывы наших клиентов</h2>
|
| 474 |
-
<p class="text-gray-600 max-w-2xl mx-auto">Что говорят о нас наши клиенты</p>
|
| 475 |
-
</div>
|
| 476 |
-
|
| 477 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 478 |
-
<div class="bg-white p-6 rounded-lg shadow-sm">
|
| 479 |
-
<div class="flex items-center mb-4">
|
| 480 |
-
<div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
|
| 481 |
-
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Клиент" class="w-full h-full object-cover">
|
| 482 |
-
</div>
|
| 483 |
-
<div>
|
| 484 |
-
<h4 class="font-bold">Анна К.</h4>
|
| 485 |
-
<div class="flex text-yellow-400">
|
| 486 |
-
<i class="fas fa-star"></i>
|
| 487 |
-
<i class="fas fa-star"></i>
|
| 488 |
-
<i class="fas fa-star"></i>
|
| 489 |
-
<i class="fas fa-star"></i>
|
| 490 |
-
<i class="fas fa-star"></i>
|
| 491 |
-
</div>
|
| 492 |
-
</div>
|
| 493 |
-
</div>
|
| 494 |
-
<p class="text-gray-600">"Очень профессиональный подход! Подобрали идеальные очки, которые мне очень идут. Проверка зрения была точной и комфортной. Рекомендую!"</p>
|
| 495 |
-
</div>
|
| 496 |
-
<div class="bg-white p-6 rounded-lg shadow-sm">
|
| 497 |
-
<div class="flex items-center mb-4">
|
| 498 |
-
<div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
|
| 499 |
-
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Клиент" class="w-full h-full object-cover">
|
| 500 |
-
</div>
|
| 501 |
-
<div>
|
| 502 |
-
<h4 class="font-bold">Иван П.</h4>
|
| 503 |
-
<div class="flex text-yellow-400">
|
| 504 |
-
<i class="fas fa-star"></i>
|
| 505 |
-
<i class="fas fa-star"></i>
|
| 506 |
-
<i class="fas fa-star"></i>
|
| 507 |
-
<i class="fas fa-star"></i>
|
| 508 |
-
<i class="fas fa-star"></i>
|
| 509 |
-
</div>
|
| 510 |
-
</div>
|
| 511 |
-
</div>
|
| 512 |
-
<p class="text-gray-600">"Пользуюсь контактными линзами от Optica Opton уже несколько лет. Всегда отличное качество и быстрая доставка. Персонал очень вежливый и компетентный."</p>
|
| 513 |
-
</div>
|
| 514 |
-
<div class="bg-white p-6 rounded-lg shadow-sm">
|
| 515 |
-
<div class="flex items-center mb-4">
|
| 516 |
-
<div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
|
| 517 |
-
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Клиент" class="w-full h-full object-cover">
|
| 518 |
-
</div>
|
| 519 |
-
<div>
|
| 520 |
-
<h4 class="font-bold">Елена С.</h4>
|
| 521 |
-
<div class="flex text-yellow-400">
|
| 522 |
-
<i class="fas fa-star"></i>
|
| 523 |
-
<i class="fas fa-star"></i>
|
| 524 |
-
<i class="fas fa-star"></i>
|
| 525 |
-
<i class="fas fa-star"></i>
|
| 526 |
-
<i class="fas fa-star-half-alt"></i>
|
| 527 |
-
</div>
|
| 528 |
-
</div>
|
| 529 |
-
</div>
|
| 530 |
-
<p class="text-gray-600">"Привела ребенка на проверку зрения. Врач нашел подход даже к моему непоседливому сыну. Очки подобрали быстро, а через месяц зрение улучшилось. Спасибо!"</p>
|
| 531 |
</div>
|
|
|
|
| 532 |
</div>
|
| 533 |
</div>
|
| 534 |
</section>
|
| 535 |
|
| 536 |
-
<!-- Contacts Section -->
|
| 537 |
-
<section id="contacts" class="py-16 bg-white">
|
| 538 |
-
<div class="container mx-auto px-4">
|
| 539 |
-
<div class="text-center mb-12">
|
| 540 |
-
<h2 class="text-3xl font-bold mb-4">Контакты</h2>
|
| 541 |
-
<p class="text-gray-600 max-w-2xl mx-auto">Мы всегда рады видеть вас в нашем салоне</p>
|
| 542 |
-
</div>
|
| 543 |
-
|
| 544 |
-
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 545 |
-
<div>
|
| 546 |
-
<div class="mb-6">
|
| 547 |
-
<h3 class="text-xl font-bold mb-3">Наш адрес</h3>
|
| 548 |
-
<p class="text-gray-600"><i class="fas fa-map-marker-alt text-blue-600 mr-2"></i> г. Москва, ул. Оптическая, д. 15</p>
|
| 549 |
-
</div>
|
| 550 |
-
<div class="mb-6">
|
| 551 |
-
<h3 class="text-xl font-bold mb-3">Часы работы</h3>
|
| 552 |
-
<p class="text-gray-600"><i class="fas fa-clock text-blue-600 mr-2"></i> Пн-Пт: 10:00 - 20:00</p>
|
| 553 |
-
<p class="text-gray-600"><i class="fas fa-clock text-blue-600 mr-2"></i> Сб-Вс: 11:00 - 18:00</p>
|
| 554 |
-
</div>
|
| 555 |
-
<div class="mb-6">
|
| 556 |
-
<h3 class="text-xl font-bold mb-3">Контакты</h3>
|
| 557 |
-
<p class="text-gray-600"><i class="fas fa-phone text-blue-600 mr-2"></i> +7 (495) 123-45-67</p>
|
| 558 |
-
<p class="text-gray-600"><i class="fas fa-envelope text-blue-600 mr-2"></i> info@optica-opton.ru</p>
|
| 559 |
-
</div>
|
| 560 |
-
<div>
|
| 561 |
-
<h3 class="text-xl font-bold mb-3">Мы в соцсетях</h3>
|
| 562 |
-
<div class="flex space-x-4">
|
| 563 |
-
<a href="#" class="w-10 h-10 rounded-full bg-blue-600 text-white flex items-center justify-center hover:bg-blue-700">
|
| 564 |
-
<i class="fab fa-vk"></i>
|
| 565 |
-
</a>
|
| 566 |
-
<a href="#" class="w-10 h-10 rounded-full bg-blue-600 text-white flex items-center justify-center hover:bg-blue-700">
|
| 567 |
-
<i class="fab fa-telegram"></i>
|
| 568 |
-
</a>
|
| 569 |
-
<a href="#" class="w-10 h-10 rounded-full bg-blue-600 text-white flex items-center justify-center hover:bg-blue-700">
|
| 570 |
-
<i class="fab fa-instagram"></i>
|
| 571 |
-
</a>
|
| 572 |
-
<a href="#" class="w-10 h-10 rounded-full bg-blue-600 text-white flex items-center justify-center hover:bg-blue-700">
|
| 573 |
-
<i class="fab fa-whatsapp"></i>
|
| 574 |
-
</a>
|
| 575 |
-
</div>
|
| 576 |
-
</div>
|
| 577 |
-
</div>
|
| 578 |
-
|
| 579 |
-
<div>
|
| 580 |
-
<div class="bg-gray-50 p-6 rounded-lg h-full">
|
| 581 |
-
<h3 class="text-xl font-bold mb-4">Записаться на прием</h3>
|
| 582 |
-
<form>
|
| 583 |
-
<div class="mb-4">
|
| 584 |
-
<label for="name" class="block text-gray-700 mb-2">Ваше имя</label>
|
| 585 |
-
<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-blue-600 focus:border-transparent">
|
| 586 |
-
</div>
|
| 587 |
-
<div class="mb-4">
|
| 588 |
-
<label for="phone" class="block text-gray-700 mb-2">Телефон</label>
|
| 589 |
-
<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-blue-600 focus:border-transparent">
|
| 590 |
-
</div>
|
| 591 |
-
<div class="mb-4">
|
| 592 |
-
<label for="date" class="block text-gray-700 mb-2">Дата приема</label>
|
| 593 |
-
<input type="date" id="date" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600 focus:border-transparent">
|
| 594 |
-
</div>
|
| 595 |
-
<div class="mb-4">
|
| 596 |
-
<label for="service" class="block text-gray-700 mb-2">Услуга</label>
|
| 597 |
-
<select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600 focus:border-transparent">
|
| 598 |
-
<option>Проверка зрения</option>
|
| 599 |
-
<option>Подбор очков</option>
|
| 600 |
-
<option>Консультация офтальмолога</option>
|
| 601 |
-
<option>Подбор контактных линз</option>
|
| 602 |
-
<option>Ремонт очков</option>
|
| 603 |
-
</select>
|
| 604 |
-
</div>
|
| 605 |
-
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Записаться</button>
|
| 606 |
-
</form>
|
| 607 |
-
</div>
|
| 608 |
-
</div>
|
| 609 |
-
</div>
|
| 610 |
-
|
| 611 |
-
<div class="mt-12 rounded-lg overflow-hidden">
|
| 612 |
-
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2245.373789919745!2d37.615310715930474!3d55.75202398055314!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46b54a5a738fa419%3A0x7c347d506f52311f!2z0JrRgNCw0YHQvdCw0Y8g0YPQuy4sIDE1LCDQnNC-0YHQutCy0LAsINCc0L7RgdC60LLQsCwgMTI1MDQ3!5e0!3m2!1sru!2sru!4v1623750000000!5m2!1sru!2sru" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
|
| 613 |
-
</div>
|
| 614 |
-
</div>
|
| 615 |
-
</section>
|
| 616 |
-
|
| 617 |
-
<!-- Footer -->
|
| 618 |
-
<footer class="bg-gray-900 text-white py-12">
|
| 619 |
-
<div class="container mx-auto px-4">
|
| 620 |
-
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 621 |
-
<div>
|
| 622 |
-
<div class="flex items-center space-x-2 mb-4">
|
| 623 |
-
<div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center">
|
| 624 |
-
<i class="fas fa-glasses text-sm"></i>
|
| 625 |
-
</div>
|
| 626 |
-
<span class="logo-text text-xl">Optica Opton</span>
|
| 627 |
-
</div>
|
| 628 |
-
<p class="text-gray-400">Мы заботимся о вашем зрении с 2010 года. Качественные очки и линзы по доступным ценам.</p>
|
| 629 |
-
</div>
|
| 630 |
-
<div>
|
| 631 |
-
<h3 class="text-lg font-bold mb-4">Меню</h3>
|
| 632 |
-
<ul class="space-y-2">
|
| 633 |
-
<li><a href="#home" class="text-gray-400 hover:text-white">Главная</a></li>
|
| 634 |
-
<li><a href="#products" class="text-gray-400 hover:text-white">Очки</a></li>
|
| 635 |
-
<li><a href="#lenses" class="text-gray-400 hover:text-white">Линзы</a></li>
|
| 636 |
-
<li><a href="#services" class="text-gray-400 hover:text-white">Услуги</a></li>
|
| 637 |
-
<li><a href="#articles" class="text-gray-400 hover:text-white">Статьи</a></li>
|
| 638 |
-
</ul>
|
| 639 |
-
</div>
|
| 640 |
-
<div>
|
| 641 |
-
<h3 class="text-lg font-bold mb-4">Информация</h3>
|
| 642 |
-
<ul class="space-y-2">
|
| 643 |
-
<li><a href="#" class="text-gray-400 hover:text-white">О компании</a></li>
|
| 644 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Доставка и оплата</a></li>
|
| 645 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Гарантии</a></li>
|
| 646 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Отзывы</a></li>
|
| 647 |
-
<li><a href="#contacts" class="text-gray-400 hover:text-white">Контакты</a></li>
|
| 648 |
-
</ul>
|
| 649 |
-
</div>
|
| 650 |
-
<div>
|
| 651 |
-
<h3 class="text-lg font-bold mb-4">Подписаться на новости</h3>
|
| 652 |
-
<p class="text-gray-400 mb-4">Будьте в курсе акций и новинок</p>
|
| 653 |
-
<form class="flex">
|
| 654 |
-
<input type="email" placeholder="Ваш email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-900 w-full">
|
| 655 |
-
<button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r-lg">
|
| 656 |
-
<i class="fas fa-paper-plane"></i>
|
| 657 |
-
</button>
|
| 658 |
-
</form>
|
| 659 |
-
</div>
|
| 660 |
-
</div>
|
| 661 |
-
|
| 662 |
-
<div class="border-t border-gray-800 mt-10 pt-6 flex flex-col md:flex-row justify-between items-center">
|
| 663 |
-
<p class="text-gray-400 text-sm">© 2023 Optica Opton. Все права защищены.</p>
|
| 664 |
-
<div class="flex space-x-6 mt-4 md:mt-0">
|
| 665 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-cc-visa text-xl"></i></a>
|
| 666 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-cc-mastercard text-xl"></i></a>
|
| 667 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-cc-paypal text-xl"></i></a>
|
| 668 |
-
</div>
|
| 669 |
-
</div>
|
| 670 |
-
</div>
|
| 671 |
-
</footer>
|
| 672 |
-
|
| 673 |
<script>
|
| 674 |
// Mobile menu toggle
|
| 675 |
-
document.getElementById('
|
| 676 |
-
|
| 677 |
-
menu.classList.toggle('hidden');
|
| 678 |
});
|
| 679 |
|
| 680 |
-
|
| 681 |
-
|
| 682 |
-
anchor.addEventListener('click', function (e) {
|
| 683 |
-
e.preventDefault();
|
| 684 |
-
|
| 685 |
-
const targetId = this.getAttribute('href');
|
| 686 |
-
const targetElement = document.querySelector(targetId);
|
| 687 |
-
|
| 688 |
-
if (targetElement) {
|
| 689 |
-
window.scrollTo({
|
| 690 |
-
top: targetElement.offsetTop - 80,
|
| 691 |
-
behavior: 'smooth'
|
| 692 |
-
});
|
| 693 |
-
|
| 694 |
-
// Close mobile menu if open
|
| 695 |
-
const mobileMenu = document.getElementById('mobile-menu');
|
| 696 |
-
if (!mobileMenu.classList.contains('hidden')) {
|
| 697 |
-
mobileMenu.classList.add('hidden');
|
| 698 |
-
}
|
| 699 |
-
}
|
| 700 |
-
});
|
| 701 |
});
|
| 702 |
|
| 703 |
-
//
|
| 704 |
-
|
| 705 |
-
|
| 706 |
-
contactForm.addEventListener('submit', function(e) {
|
| 707 |
e.preventDefault();
|
| 708 |
-
|
| 709 |
-
|
|
|
|
| 710 |
});
|
| 711 |
-
}
|
| 712 |
</script>
|
| 713 |
-
<
|
| 714 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Visionary — Премиальные очки и линзы</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
| 10 |
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:wght@700&display=swap');
|
| 11 |
|
| 12 |
:root {
|
| 13 |
+
--primary: #6d28d9;
|
| 14 |
+
--primary-light: #8b5cf6;
|
| 15 |
+
--primary-dark: #5b21b6;
|
| 16 |
+
--secondary: #f59e0b;
|
| 17 |
+
--dark: #1e293b;
|
| 18 |
+
--light: #f8fafc;
|
| 19 |
}
|
| 20 |
|
| 21 |
body {
|
| 22 |
+
font-family: 'Montserrat', sans-serif;
|
| 23 |
background-color: #f8fafc;
|
| 24 |
+
color: #334155;
|
| 25 |
+
scroll-behavior: smooth;
|
| 26 |
}
|
| 27 |
|
| 28 |
h1, h2, h3, h4 {
|
| 29 |
font-family: 'Playfair Display', serif;
|
| 30 |
+
color: var(--dark);
|
| 31 |
}
|
| 32 |
|
| 33 |
+
.logo {
|
| 34 |
+
background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);
|
| 35 |
+
-webkit-background-clip: text;
|
| 36 |
+
-webkit-text-fill-color: transparent;
|
| 37 |
}
|
| 38 |
|
| 39 |
.hero {
|
| 40 |
+
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5)),
|
| 41 |
+
url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
|
| 42 |
background-size: cover;
|
| 43 |
background-position: center;
|
| 44 |
+
min-height: 700px;
|
| 45 |
}
|
| 46 |
|
| 47 |
+
.product-card {
|
| 48 |
transition: all 0.3s ease;
|
| 49 |
+
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
| 50 |
+
transform: translateY(0);
|
| 51 |
}
|
| 52 |
|
| 53 |
+
.product-card:hover {
|
| 54 |
+
transform: translateY(-10px);
|
| 55 |
+
box-shadow: 0 20px 25px rgba(109,40,217,0.2);
|
| 56 |
}
|
| 57 |
|
| 58 |
.nav-link {
|
|
|
|
| 64 |
position: absolute;
|
| 65 |
width: 0;
|
| 66 |
height: 2px;
|
| 67 |
+
bottom: 0;
|
| 68 |
left: 0;
|
| 69 |
+
background: linear-gradient(90deg, var(--primary), var(--primary-light));
|
| 70 |
transition: width 0.3s ease;
|
| 71 |
}
|
| 72 |
|
|
|
|
| 74 |
width: 100%;
|
| 75 |
}
|
| 76 |
|
| 77 |
+
.btn-primary {
|
| 78 |
+
background: linear-gradient(90deg, var(--primary), var(--primary-light));
|
| 79 |
+
transition: all 0.3s ease;
|
| 80 |
}
|
| 81 |
|
| 82 |
+
.btn-primary:hover {
|
| 83 |
+
transform: translateY(-3px);
|
| 84 |
+
box-shadow: 0 10px 20px rgba(109,40,217,0.3);
|
| 85 |
}
|
| 86 |
|
| 87 |
+
.animate-float {
|
| 88 |
+
animation: float 6s ease-in-out infinite;
|
| 89 |
}
|
| 90 |
|
| 91 |
+
@keyframes float {
|
| 92 |
+
0%, 100% { transform: translateY(0); }
|
| 93 |
+
50% { transform: translateY(-20px); }
|
| 94 |
}
|
| 95 |
|
| 96 |
+
.mobile-menu {
|
| 97 |
+
transform: translateX(100%);
|
| 98 |
+
transition: transform 0.3s ease;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
.mobile-menu.open {
|
| 102 |
+
transform: translateX(0);
|
| 103 |
}
|
| 104 |
</style>
|
| 105 |
</head>
|
|
|
|
| 107 |
<!-- Header -->
|
| 108 |
<header class="bg-white shadow-sm sticky top-0 z-50">
|
| 109 |
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
|
| 110 |
+
<a href="#" class="flex items-center space-x-2">
|
| 111 |
+
<div class="w-10 h-10 rounded-full bg-gradient-to-r from-purple-600 to-purple-400 flex items-center justify-center text-white">
|
|
|
|
| 112 |
<i class="fas fa-glasses text-xl"></i>
|
| 113 |
</div>
|
| 114 |
+
<span class="logo text-2xl font-bold">Visionary</span>
|
| 115 |
+
</a>
|
| 116 |
|
|
|
|
| 117 |
<nav class="hidden md:flex space-x-8">
|
| 118 |
+
<a href="#" class="nav-link text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 119 |
+
<i class="fas fa-home mr-2"></i> Главная
|
| 120 |
+
</a>
|
| 121 |
+
<a href="#" class="nav-link text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 122 |
+
<i class="fas fa-glasses mr-2"></i> Очки
|
| 123 |
+
</a>
|
| 124 |
+
<a href="#" class="nav-link text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 125 |
+
<i class="fas fa-eye mr-2"></i> Линзы
|
| 126 |
+
</a>
|
| 127 |
+
<a href="#" class="nav-link text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 128 |
+
<i class="fas fa-concierge-bell mr-2"></i> Услуги
|
| 129 |
+
</a>
|
| 130 |
+
<a href="#" class="nav-link text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 131 |
+
<i class="fas fa-info-circle mr-2"></i> О нас
|
| 132 |
+
</a>
|
| 133 |
</nav>
|
| 134 |
|
| 135 |
+
<div class="hidden md:flex items-center space-x-6">
|
| 136 |
+
<a href="#" class="text-gray-700 hover:text-purple-600">
|
| 137 |
+
<i class="fas fa-search"></i>
|
| 138 |
+
</a>
|
| 139 |
+
<a href="#" class="text-gray-700 hover:text-purple-600 relative">
|
| 140 |
+
<i class="fas fa-shopping-cart"></i>
|
| 141 |
+
<span class="absolute -top-2 -right-2 bg-purple-600 text-white text-xs rounded-full w-5 h-5 flex items-center justify-center">3</span>
|
| 142 |
+
</a>
|
| 143 |
+
</div>
|
| 144 |
+
|
| 145 |
+
<button id="menu-toggle" class="md:hidden text-gray-700">
|
| 146 |
+
<i class="fas fa-bars text-xl"></i>
|
| 147 |
</button>
|
| 148 |
</div>
|
| 149 |
|
| 150 |
+
<!-- Mobile Menu -->
|
| 151 |
+
<div id="mobile-menu" class="mobile-menu fixed inset-y-0 right-0 w-64 bg-white shadow-lg z-50 p-6">
|
| 152 |
+
<div class="flex justify-between items-center mb-8">
|
| 153 |
+
<a href="#" class="flex items-center space-x-2">
|
| 154 |
+
<div class="w-8 h-8 rounded-full bg-gradient-to-r from-purple-600 to-purple-400 flex items-center justify-center text-white">
|
| 155 |
+
<i class="fas fa-glasses"></i>
|
| 156 |
+
</div>
|
| 157 |
+
<span class="logo text-xl font-bold">Visionary</span>
|
| 158 |
+
</a>
|
| 159 |
+
<button id="menu-close" class="text-gray-700">
|
| 160 |
+
<i class="fas fa-times"></i>
|
| 161 |
+
</button>
|
| 162 |
+
</div>
|
| 163 |
+
|
| 164 |
+
<nav class="flex flex-col space-y-4">
|
| 165 |
+
<a href="#" class="text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 166 |
+
<i class="fas fa-home mr-3"></i> Главная
|
| 167 |
+
</a>
|
| 168 |
+
<a href="#" class="text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 169 |
+
<i class="fas fa-glasses mr-3"></i> Очки
|
| 170 |
+
</a>
|
| 171 |
+
<a href="#" class="text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 172 |
+
<i class="fas fa-eye mr-3"></i> Линзы
|
| 173 |
+
</a>
|
| 174 |
+
<a href="#" class="text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 175 |
+
<i class="fas fa-concierge-bell mr-3"></i> Услуги
|
| 176 |
+
</a>
|
| 177 |
+
<a href="#" class="text-gray-700 hover:text-purple-600 font-medium flex items-center">
|
| 178 |
+
<i class="fas fa-info-circle mr-3"></i> О нас
|
| 179 |
+
</a>
|
| 180 |
+
</nav>
|
| 181 |
</div>
|
| 182 |
</header>
|
| 183 |
|
| 184 |
<!-- Hero Section -->
|
| 185 |
+
<section class="hero flex items-center justify-center text-white relative">
|
| 186 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black/50 via-black/30 to-transparent"></div>
|
| 187 |
+
<div class="container mx-auto px-4 text-center relative z-10">
|
| 188 |
+
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6">Стильные очки <br>для яркой жизни</h1>
|
| 189 |
+
<p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto">Подчеркните свою индивидуальность с нашей коллекцией премиальных очков</p>
|
| 190 |
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 191 |
+
<a href="#" class="btn-primary text-white px-8 py-3 rounded-lg font-medium">Купить сейчас</a>
|
| 192 |
+
<a href="#" class="bg-white text-purple-600 px-8 py-3 rounded-lg font-medium hover:bg-gray-100">Подробнее</a>
|
| 193 |
</div>
|
| 194 |
</div>
|
| 195 |
+
|
| 196 |
+
<!-- Floating elements -->
|
| 197 |
+
<div class="absolute top-1/4 left-1/4 w-16 h-16 opacity-20 animate-float">
|
| 198 |
+
<i class="fas fa-glasses text-white text-4xl"></i>
|
| 199 |
+
</div>
|
| 200 |
+
<div class="absolute top-1/3 right-1/4 w-20 h-20 opacity-30 animate-float delay-1000">
|
| 201 |
+
<i class="fas fa-eye text-white text-4xl"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
</div>
|
| 203 |
</section>
|
| 204 |
|
| 205 |
<!-- Products Section -->
|
| 206 |
+
<section class="py-16 bg-white">
|
| 207 |
<div class="container mx-auto px-4">
|
| 208 |
<div class="text-center mb-12">
|
| 209 |
+
<h2 class="text-3xl font-bold mb-4">Популярные модели</h2>
|
| 210 |
+
<p class="text-gray-600 max-w-2xl mx-auto">Выберите очки, которые подчеркнут ваш стиль</p>
|
| 211 |
</div>
|
| 212 |
|
| 213 |
+
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 214 |
+
<div class="product-card bg-white rounded-lg overflow-hidden">
|
|
|
|
| 215 |
<div class="relative h-64 overflow-hidden">
|
| 216 |
+
<img src="https://images.unsplash.com/photo-1511499767150-a48a79f39864?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80" alt="Очки" class="w-full h-full object-cover transition duration-500 hover:scale-110">
|
|
|
|
| 217 |
</div>
|
| 218 |
<div class="p-4">
|
| 219 |
<h3 class="font-bold text-lg mb-1">Ray-Ban Clubmaster</h3>
|
| 220 |
<p class="text-gray-600 text-sm mb-2">Классическая форма, золотистая оправа</p>
|
| 221 |
<div class="flex justify-between items-center">
|
| 222 |
+
<span class="font-bold text-purple-600">12 990 ₽</span>
|
| 223 |
+
<button class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-lg text-sm">В корзину</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
</div>
|
| 225 |
</div>
|
| 226 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 227 |
|
| 228 |
+
<!-- More product cards... -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
</div>
|
| 230 |
</div>
|
| 231 |
</section>
|
| 232 |
|
| 233 |
+
<!-- Features Section -->
|
| 234 |
+
<section class="py-16 bg-gray-50">
|
| 235 |
<div class="container mx-auto px-4">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 236 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 237 |
+
<div class="bg-white p-6 rounded-lg shadow-sm text-center">
|
| 238 |
+
<div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
| 239 |
+
<i class="fas fa-eye text-purple-600 text-2xl"></i>
|
| 240 |
</div>
|
| 241 |
<h3 class="text-xl font-bold mb-2">Проверка зрения</h3>
|
| 242 |
+
<p class="text-gray-600">Профессиональная диагностика на современном оборудовании</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 243 |
</div>
|
| 244 |
+
<!-- More features... -->
|
| 245 |
</div>
|
| 246 |
</div>
|
| 247 |
</section>
|
| 248 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 249 |
<script>
|
| 250 |
// Mobile menu toggle
|
| 251 |
+
document.getElementById('menu-toggle').addEventListener('click', function() {
|
| 252 |
+
document.getElementById('mobile-menu').classList.add('open');
|
|
|
|
| 253 |
});
|
| 254 |
|
| 255 |
+
document.getElementById('menu-close').addEventListener('click', function() {
|
| 256 |
+
document.getElementById('mobile-menu').classList.remove('open');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 257 |
});
|
| 258 |
|
| 259 |
+
// Smooth scrolling
|
| 260 |
+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
| 261 |
+
anchor.addEventListener('click', function(e) {
|
|
|
|
| 262 |
e.preventDefault();
|
| 263 |
+
document.querySelector(this.getAttribute('href')).scrollIntoView({
|
| 264 |
+
behavior: 'smooth'
|
| 265 |
+
});
|
| 266 |
});
|
| 267 |
+
});
|
| 268 |
</script>
|
| 269 |
+
</body>
|
| 270 |
</html>
|