-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (209 loc) · 13.4 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>САЯК Shop</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="./style/style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script>
// You can also pass an optional settings object
// below listed default settings
AOS.init({
// Global settings:
disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
startEvent: 'DOMContentLoaded', // name of the event dispatched on the document, that AOS should initialize on
initClassName: 'aos-init', // class applied after initialization
animatedClassName: 'aos-animate', // class applied on animation
useClassNames: false, // if true, will add content of `data-aos` as classes on scroll
disableMutationObserver: false, // disables automatic mutations' detections (advanced)
debounceDelay: 500, // the delay on debounce used while resizing window (advanced)
throttleDelay: 990, // the delay on throttle used while scrolling the page (advanced)
// Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
offset: 0, // offset (in px) from the original trigger point
delay: 3000, // values from 0 to 3000, with step 50ms
duration: 3000, // values from 0 to 3000, with step 50ms
easing: 'ease', // default easing for AOS animations
once: true, // whether animation should happen only once - while scrolling down
mirror: true, // whether elements should animate out while scrolling past them
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
</script>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.1/css/all.css"
integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp"
crossorigin="anonymous"
/>
</head>
<body>
<div data-aos="fade-right" class="sidebar col-lg-3 d-none d-lg-block">
<div class="card col-10">
<h5 class="p-1">Contacts:</h5>
<div class="d-flex flex-wrap" >
<span class="col-12 p-2"><img src="./img/instagram.png" alt=""> Instagram: telephone.kg</span>
<span class="col-12 p-2"><img src="./img/vk.png" alt=""> Vkontakte: telephone@kg</span>
<span class="col-12 p-2">+86(150)2169-6754</span>
<button class='add-product btn btn-primary mb-3' >Добавить товар</button>
</div>
</div>
</div>
<header data-aos="fade-in" data-aos-duration="1000" class="header mb-5" >
<div id="navbar-bg" >
<div class="container">
<div class="navbar">
<div data-aos="fade-down" class="navbar__left">
<a href="#">
<img style='width: 150px; height: auto' src='https://image.freepik.com/free-vector/mobile-store-logo_8050-35.jpg' />
Саяк Shop
</a>
</div>
<div class="navbar__right col-12 col-lg-5">
<div class="hamburger-menu">
<input type="checkbox" id="menu__toggle">
<label for="menu__toggle" class="menu__btn">
<span></span>
</label>
<ul class="navbar__menu menu__box navbar__right__menu d-flex justify-content-between">
<li class="menu__item navbar__item mx-2">
<a href="#" style="color: red;">Главная</a>
</li>
<li class="menu__item navbar__item mx-2">
<a href="#">Доставка</a>
</li>
<li class="menu__item navbar__item mx-2">
<a href="#">Гарантия</a>
</li>
<li class="menu__item navbar__item mx-2">
<a href="#">Контакты</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container pt-3">
<div class="card">
<div class="row flex-wrap" >
<div class="header__desc p-5 col-12 col-md-5 text-center">
<p class="py-2" data-aos="fade-in" data-aos-duration="1000" >Добро пожаловать </p>
<h2 class="py-1 " data-aos="fade-right" data-aos-duration="1000" >Мир смартфонов</h2>
<p class="py-2 " data-aos="fade-right" data-aos-duration="1000" >Нурбека и Аиды</p>
<a href='#tovary' ><button data-aos="flip-right" data-aos-duration="1000" class="btn btn-primary col-12 py-2 order-btn">Посмотреть товары</button></a>
</div>
<div class="col-12 col-md-7 text-center">
<img data-aos="fade-up" data-aos-duration="1000" id="car" class="img-fluid p-5 col-12 " src="https://telefon.kg/image/catalog/new/Phones/Xiaomi/Redmi%20Note%209T%205G/5.jpg" alt="">
</div>
</div>
</div>
<!-- <div data-aos="fade-down" data-aos-duration="2000" class="card-group d-flex flex-wrap text-center mt-5">
<div data-aos="flip-right" data-aos-duration="2000" class="card mx-3">
<div class="card-body p-3" id="card-1">
<h4>Почему стоит выбрать нас</h4>
<p>
Друзья, планируете совершить покупку с максимальным комфортом,
минимальными рисками и выгодной цене? Вы оказались в нужном месте,
в нужное время.
</p>
</div>
</div>
<div data-aos="flip-down" data-aos-duration="2000" class="card mx-3">
<div class="card-body" id="card-2">
<h4>Плюсы нашего магазина</h4>
<p>Качественный товар, приемлемые цены, гарантия обслуживания 3 года на все товары.
Через нас вам будет удобно заказывать</p>
</div>
</div>
<div data-aos="flip-left" data-aos-duration="2000" class="card text-left mx-3">
<div class="card-body" id="card-3">
<h4>Модельный ряд</h4>
<p>
Ниже представлен наш модельный ряд:
</p>
<ul>
<li><img style='height: auto; width: 50px' src='./images/meizu logo 3-130x100.png' />Meizu</li>
<li><img style='height: auto; width: 50px' src='./images/apple-130x100.png' />Apple</li>
<li><img style='height: auto; width: 50px' src='./images/mi logo 2342-130x100.png' />Xiaomi</li>
<li><img style='height: auto; width: 50px' src='./images/lenovo logo 3-130x100.png' />Lenovo</li>
<li><img style='height: auto; width: 50px' src='./images/oneplus3-130x100.png' />OnePlus</li>
<li><img style='height: auto; width: 50px' src='./images/samsung logo-130x100.png' />Samsung</li>
</ul>
</div>
</div>
</div> -->
</div>
</header>
<section id='tovary' data-aos="fade-up" data-aos-duration="2000" class="features mt-5 text-center">
<div class="features__darker">
<div class="p-5" >
<h4 >
<input class="search-inp col-9" placeholder="Search">
<h5 id='currentPage' > </h5>
</h4>
<div class="contacts-menu" style='display: flex;
flex-wrap: wrap;
justify-content: center;'>
</div>
<div class="card">
<div class='container' >
<button class="prev-btn btn btn-primary">Prev</button>
<button class="next-btn btn btn-primary">Next</button>
</div>
</div>
</div>
</div>
</section>
<div id="main-modal">
<div class="inner-modal">
<button class="close-btn">✖</button>
<div class="inner-content">
<img id='uploaded-img'/>
<input class='inputName col-12 m-1' type='text' placeholder="Название"/>
<input class='inputNal col-12 m-1' type='text' placeholder="В наличии"/>
<input class='inputSurname col-12 m-1' type='text' placeholder="Марка"/>
<input class='inputTelephone col-12 m-1' type='text' placeholder="Телефон"/>
<input class='inputSeller col-12 m-1' type='text' placeholder="Продавец"/>
<input class='inputPhone col-12 m-1' type='text' placeholder="Цена"/>
<input id='input-img' type='text' alt="Загрузить картинку"/>
<button type="button" class="btn submit btn-outline-dark col-12 m-1">Submit</button>
</div>
</div>
</div>
<div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2923.7893796595577!2d74.58995091590097!3d42.87728947915567!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x389ec8201bd287c9%3A0x3a3918ff550b0b9f!2s105%20Isanov%20St%2C%20Bishkek!5e0!3m2!1sen!2skg!4v1611895370476!5m2!1sen!2skg" class='col-12' height=400 frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<footer data-aos="fade-down" class="footer py-1" >
<div class="container d-flex flex-wrap justify-content-around py-5">
<div class="col-12 col-md-5" >
<p class="col-12 col-md-10"> <img src="./img/uber.png" alt=""> Uber</p>
<p class="col-12 col-md-10"> <img src="./img/vk.png" alt=""> Vkontakte</p>
<p class="col-12 col-md-10"> <img src="./img/instagram.png" alt=""> Instagram</p>
</div>
<div class="col-12 col-md-5" >
<p class="col-12 col-md-10">Кыргызстан Бишкек</p>
<p class="col-12 col-md-10">+1-(123)-123-123-123</p>
<p class="col-12 col-md-10">[email protected]</p>
<button class="btn btn-primary col-12 col-md-10">Перезвонить мне</button>
</div>
</div>
</footer>
<div type="button" class="callback-bt">
<div class="text-call">
<i class="fa fa-phone"></i>
<span>Call Me</span>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src='./script/index.js' ></script>
<script src='./script/product.js' ></script>
</body>
</html>