'where to buy' page is ready
This commit is contained in:
208
index.html
208
index.html
@@ -8,14 +8,16 @@
|
||||
<meta name="description" content="SEO Description">
|
||||
<link rel="shortcut icon" href="/assets/img/favicon.ico?v=1.0">
|
||||
|
||||
<!-- Сбрасываем глобальные стили -->
|
||||
<link rel="stylesheet" href="/assets/css/normalize.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/reset.min.css">
|
||||
<!-- Link Swiper's CSS -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
|
||||
|
||||
<!-- Базовые стили -->
|
||||
<link rel="stylesheet" href="/assets/css/gp-style-normalize.css?v=1.0">
|
||||
<link rel="stylesheet" href="/assets/css/gp-style-core.css?v=1.0">
|
||||
<link rel="stylesheet" href="/assets/css/gp-style-desktop.css?v=1.0">
|
||||
<!-- Адаптив -->
|
||||
<link rel="stylesheet" media="screen and (min-width: 1400px)" href="/assets/css/gp-style-ultra.css?v=1.0">
|
||||
<link rel="stylesheet" media="screen and (max-width: 1200px)" href="/assets/css/gp-style-xl.css?v=1.0">
|
||||
<link rel="stylesheet" media="screen and (max-width: 992px)" href="/assets/css/gp-style-tablet.css?v=1.0">
|
||||
<link rel="stylesheet" media="screen and (max-width: 576px)" href="/assets/css/gp-style-mobile.css?v=1.0">
|
||||
|
||||
@@ -52,21 +54,193 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<header class="header">
|
||||
<div class="container header-container">
|
||||
<button class="header-bars">
|
||||
<img src="./assets/img/bars.svg" alt="">
|
||||
</button>
|
||||
<a href="/" class="header-logo">
|
||||
<img src="./assets/img/logo.svg" alt="">
|
||||
<span>сosmopet</span>
|
||||
</a>
|
||||
<ul class="header-navs">
|
||||
<li>
|
||||
<a href="#" class="header-navs__link">ГЛАВНАЯ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="header-navs__link">О COSMOPET</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="header-navs__link">ПРОИЗВОДСТВО</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="header-navs__link">БЛОГ</a>
|
||||
</li>
|
||||
<li class="header-accordion">
|
||||
<div class="header-accordion__btn">
|
||||
<span>ПРОДУКЦИЯ</span>
|
||||
<img src="./assets/img/arrow-down.svg" alt="">
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="header-right">
|
||||
<div class="header-lang">
|
||||
<div class="header-lang__btn">
|
||||
<span>RU</span>
|
||||
<img src="./assets/img/arrow-down.svg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<a href="#">
|
||||
<img src="./assets/img/user-icon.svg" alt="">
|
||||
</a>
|
||||
<a href="#">
|
||||
<img src="./assets/img/basket-icon.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header end -->
|
||||
|
||||
<main>
|
||||
|
||||
<!-- Where home -->
|
||||
<section class="where-home">
|
||||
<div class="container">
|
||||
<h1>Where to Buy</h1>
|
||||
<p>Looking for Cosmopet products in stores? You can find our premium pet treats in select pet shops and retail stores across the UAE.</p>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Where home end -->
|
||||
|
||||
<!-- Find us -->
|
||||
<section class="find-us">
|
||||
<div class="container">
|
||||
<h2>📍 Find us at:</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<h3>Roots Supermarket</h3>
|
||||
<p>Waves Grande, Retail unit 1-2 Shobha Hartland, Dubai DU United Arab Emirates</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>Pawdy Neighbors</h3>
|
||||
<p>Souk Al Manzil - Old Town Downtown, Dubai, United Arab Emirates</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>The Pet Co</h3>
|
||||
<p>Tower A, Shop 01, Prime Business Centre, JVC, Dubai, UAE</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>Ivy Secret Garden</h3>
|
||||
<p>Al Wasl Warehouse Complex, Unit 14 - 26th St <br>- Al Quoz Industrial Area 4 - Dubai</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Find us end -->
|
||||
|
||||
<!-- Location -->
|
||||
<section class="location">
|
||||
<div class="container">
|
||||
<h2>✨ More locations coming soon!</h2>
|
||||
<iframe src="https://yandex.ru/map-widget/v1/?um=constructor%3A10fa33c2e75b13012cd46cf715023f789e20c75b0805e24c3264f65ada592d40&source=constructor" width="1280" height="720" frameborder="0"></iframe>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Location end -->
|
||||
|
||||
<!-- Sell form -->
|
||||
<section class="sell-form">
|
||||
<div class="container sell-form__container">
|
||||
<h2>Want to sell Cosmopet in your store?</h2>
|
||||
<p>Join our growing network of retailers! Fill out the contact form below, and we’ll get in touch to discuss the details.</p>
|
||||
<form action="">
|
||||
<input type="text" placeholder="Your Name" class="form-inp">
|
||||
<input type="tel" name="" placeholder="Your Phone" class="form-inp" id="">
|
||||
<input type="email" name="" placeholder="E-mail" class="form-inp" id="">
|
||||
<textarea name="" placeholder="Message" class="form-textarea" id=""></textarea>
|
||||
<button type="submit">SUBMIT</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Sell form end -->
|
||||
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-top">
|
||||
<div class="footer-content__wrap">
|
||||
<div class="footer-content">
|
||||
<a href="/" class="logo">
|
||||
<img src="./assets/img/logo-green.svg" alt="">
|
||||
<span>сosmopet</span>
|
||||
</a>
|
||||
<p class="footer-content__address">
|
||||
123182 г. Москва, <br>
|
||||
4-й Красногорский пр., <br>
|
||||
д. 2/4, стр. 1, этаж/ком. 3/1
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Отзывы и предложения</p>
|
||||
<a href="mailto:pro@cosmopet.shop" target="_blank">pro@cosmopet.shop</a>
|
||||
</li>
|
||||
<li>
|
||||
<p>Заявки для оптовых покупателей</p>
|
||||
<a href="mailto:pro@cosmopet.shop" target="_blank">pro@cosmopet.shop</a>
|
||||
</li>
|
||||
<li>
|
||||
<p>Связь с ветеринаром</p>
|
||||
<a href="mailto:vetvopros@cosmopet.shop" target="_blank">vetvopros@cosmopet.shop</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-top__link">
|
||||
<a href="#" class="link-black">Чат бот с ветеринаром</a>
|
||||
<a href="#" class="link-white">Калькулятор рациона</a>
|
||||
</div>
|
||||
</div>
|
||||
<form class="footer-contact">
|
||||
<h3 class="footer-contact__title">Форма обратной связи</h3>
|
||||
<input type="text" placeholder="Ваше имя" class="form-inp">
|
||||
<input type="email" placeholder="Эл.почта" class="form-inp">
|
||||
<textarea class="form-textarea" name="" placeholder="Текст обращения" id=""></textarea>
|
||||
<button class="footer-contact__submit" type="submit">Отправить</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<ul class="footer-network">
|
||||
<li>
|
||||
<a href="#">
|
||||
<img src="./assets/img/footer-network-1.svg" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<img src="./assets/img/footer-network-2.svg" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<img src="./assets/img/footer-network-3.svg" alt="">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="#">Соглашение о конфиденциальности</a>
|
||||
<a href="#">Декларация соответствия корма</a>
|
||||
<a href="#">Декларация соответствия лакомств</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- Footer end -->
|
||||
|
||||
<!-- Пример формы для отправки в Телеграмм (обработчик send-telegram.php) -->
|
||||
<form class="form" method="post" action="/send-telegram.php">
|
||||
<div class="form__item">
|
||||
<input class="form__input" type="text" name="name" required>
|
||||
<label class="form__label">Ваше имя</label>
|
||||
</div>
|
||||
<div class="form__item">
|
||||
<input class="form__input" type="text" name="phone" required>
|
||||
<label class="form__label">Номер телефона</label>
|
||||
</div>
|
||||
<input class="form__input btn" type="submit" value="Отправить">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="/assets/js/gp-main.js"></script>
|
||||
<!-- Swiper JS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
|
||||
<script src="./assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user