-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
330 lines (301 loc) · 22.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TailwindCSS Powered By DIYORBEK</title>
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link href="css/tailwind.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<body class="min-h-screen bg-gray-100" style="font-family: 'Roboto', sans-serif;">
<header>
<div class="container mx-auto" style="max-width: 1024px;">
<div class="flex justify-between items-center h-12">
<div class="flex items-center h-full">
<div class="
flex items-center
px-2
block w-40 mr-2
flex-shrink-0
h-full
text-3xl
hover:bg-gray-300 rounded-md cursor-pointer">
DRONE
</div>
<div class="
block ml-20 text-sm
flex items-center justify-center">
<div class="mr-5 px-2 hover:bg-gray-300 rounded-md cursor-pointer">Продукты</div>
<div class="mr-5 px-2 h-full hover:bg-gray-300 rounded-md cursor-pointer">Топ товары</div>
<div class="mr-5 px-2 hover:bg-gray-300 rounded-md cursor-pointer">Новинки</div>
<div class="mr-5 px-2 hover:bg-gray-300 rounded-md cursor-pointer">Связ с нами</div>
</div>
</div>
<div><div class="flex items-center h-full px-2 text-gray-600">
<svg class="h-6 hover:text-black" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="10" cy="10" r="7" /> <line x1="21" y1="21" x2="15" y2="15" /></svg>
<div class="">
<svg class="h-6 hover:text-black" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="9" cy="19" r="2" /> <circle cx="17" cy="19" r="2" /> <path d="M3 3h2l2 12a3 3 0 0 0 3 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /></svg>
</div>
</div>
</div>
</header>
<div class="carousel relative container mx-auto pt-10" style="max-width:1600px;">
<div class="carousel-inner relative overflow-hidden w-full">
<!--Slide 1-->
<input class="carousel-open" type="radio" id="carousel-1" name="carousel" aria-hidden="true" hidden="" checked="checked">
<div class="carousel-item absolute opacity-0" style="height:50vh;">
<div class="block h-full w-full mx-auto flex pt-6 md:pt-0 md:items-center bg-cover bg-right" style="background-image: url('images/bg3.jpg');">
<div class="container mx-auto">
<div class="flex flex-col w-full lg:w-1/2 md:ml-16 items-center md:items-start px-6 tracking-wide">
<p class="text-white text-2xl my-4">Новинки DJI AIR 2S</p>
<a class="text-white text-xl inline-block no-underline border-b border-gray-600 leading-relaxed hover:text-black hover:border-black" href="#">view product</a>
</div>
</div>
</div>
</div>
<label for="carousel-3" class="prev control-1 w-10 h-10 ml-2 md:ml-10 absolute cursor-pointer hidden text-3xl font-bold text-black hover:text-white rounded-full bg-white hover:bg-gray-900 leading-tight text-center z-10 inset-y-0 left-0 my-auto">‹</label>
<label for="carousel-2" class="next control-1 w-10 h-10 mr-2 md:mr-10 absolute cursor-pointer hidden text-3xl font-bold text-black hover:text-white rounded-full bg-white hover:bg-gray-900 leading-tight text-center z-10 inset-y-0 right-0 my-auto">›</label>
<!--Slide 2-->
<input class="carousel-open" type="radio" id="carousel-2" name="carousel" aria-hidden="true" hidden="">
<div class="carousel-item absolute opacity-0 bg-cover bg-right" style="height:50vh;">
<div class="block h-full w-full mx-auto flex pt-6 md:pt-0 md:items-center bg-cover bg-right" style="background-image: url('images/bg2.jpg');">
<div class="container mx-auto">
<div class="flex flex-col w-full lg:w-1/2 md:ml-16 items-center md:items-start px-6 tracking-wide">
<p class="text-white text-2xl my-4">Дрон Autel Robotic EVO 2</p>
<a class="text-white text-xl inline-block no-underline border-b border-gray-600 leading-relaxed hover:text-black hover:border-black" href="#">view product</a>
</div>
</div>
</div>
</div>
<label for="carousel-1" class="prev control-2 w-10 h-10 ml-2 md:ml-10 absolute cursor-pointer hidden text-3xl font-bold text-black hover:text-white rounded-full bg-white hover:bg-gray-900 leading-tight text-center z-10 inset-y-0 left-0 my-auto">‹</label>
<label for="carousel-3" class="next control-2 w-10 h-10 mr-2 md:mr-10 absolute cursor-pointer hidden text-3xl font-bold text-black hover:text-white rounded-full bg-white hover:bg-gray-900 leading-tight text-center z-10 inset-y-0 right-0 my-auto">›</label>
<!--Slide 3-->
<input class="carousel-open" type="radio" id="carousel-3" name="carousel" aria-hidden="true" hidden="">
<div class="carousel-item absolute opacity-0" style="height:50vh;">
<div class="block h-full w-full mx-auto flex pt-6 md:pt-0 md:items-center bg-cover bg-bottom" style="background-image: url('images/bg1.jpg');">
<div class="container mx-auto">
<div class="flex flex-col w-full lg:w-1/2 md:ml-16 items-center md:items-start px-6 tracking-wide">
<p class="text-white text-2xl my-4">Hubsan Zino PRO</p>
<a class="text-white text-xl inline-block no-underline border-b border-gray-600 leading-relaxed hover:text-black hover:border-black" href="#">view product</a>
</div>
</div>
</div>
</div>
<label for="carousel-2" class="prev control-3 w-10 h-10 ml-2 md:ml-10 absolute cursor-pointer hidden text-3xl font-bold text-black hover:text-white rounded-full bg-white hover:bg-gray-900 leading-tight text-center z-10 inset-y-0 left-0 my-auto">‹</label>
<label for="carousel-1" class="next control-3 w-10 h-10 mr-2 md:mr-10 absolute cursor-pointer hidden text-3xl font-bold text-black hover:text-white rounded-full bg-white hover:bg-gray-900 leading-tight text-center z-10 inset-y-0 right-0 my-auto">›</label>
<!-- Add additional indicators for each slide-->
<ol class="carousel-indicators">
<li class="inline-block mr-3">
<label for="carousel-1" class="carousel-bullet cursor-pointer block text-4xl text-gray-400 hover:text-gray-900">•</label>
</li>
<li class="inline-block mr-3">
<label for="carousel-2" class="carousel-bullet cursor-pointer block text-4xl text-gray-400 hover:text-gray-900">•</label>
</li>
<li class="inline-block mr-3">
<label for="carousel-3" class="carousel-bullet cursor-pointer block text-4xl text-gray-400 hover:text-gray-900">•</label>
</li>
</ol>
</div>
</div>
<div class="container mx-auto pt-10" style="max-width: 1024px;">
<div class="text-2xl pb-4">Продукты</div>
<div class="flex items-center justify-center text-white">
<div class="rounded-md ml-4 mt-4 hover:shadow-lg" style="background: #27272A;">
<div class="w-80 h-full mr-10 flex justify-center"> <img class="h-44 pt-6" src="images/1.jpg"></div>
<div class="text-xl pb-2 mx-auto pt-6" style="max-width: 300px;">
<div class="flex justify-between items-center">
<div> DJ F-PV</div>
<div class="text-green-600 border-green-600 border-2">TOP</div>
</div>
<p class="text-xs pt-4 text-gray-300">An unmanned aerial vehicle (UAV) or uncrewed aerial vehicle, commonly known as a drone, is an aircraft without any human pilot, crew or passengers on board. UAVs are a component of an unmanned aircraft system (UAS), which include additionally a ground-based controller and a system of communications with the UAV. The flight of UAVs may operate under remote control by a human operator, as remotely-piloted aircraft (RPA), or with various degrees of autonomy, such as autopilot assistance, up to fully autonomous aircraft that have no provision for human intervention.
</p>
<div class="pt-4 flex justify-between items-center">
<div><svg class="h-8 w-8 text-white" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="9" cy="19" r="2" /> <circle cx="17" cy="19" r="2" /> <path d="M3 3h2l2 12a3 3 0 0 0 3 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /></svg></div>
<div class="pb-4">$1000,21</div>
</div>
</div></div>
<div class="ml-4 mt-4 rounded-md" style="background: #27272A;">
<div class=" w-80 h-full mr-10 flex justify-center"> <img class="h-44 pt-6" src="images/1.jpg"></div>
<div class="text-xl pb-2 mx-auto pt-6" style="max-width: 300px;">
<div class="flex justify-start items-center">
<div> PHANTORM</div>
</div>
<p class="text-xs pt-4 text-gray-300">An unmanned aerial vehicle (UAV) or uncrewed aerial vehicle, commonly known as a drone, is an aircraft without any human pilot, crew or passengers on board. UAVs are a component of an unmanned aircraft system (UAS), which include additionally a ground-based controller and a system of communications with the UAV. The flight of UAVs may operate under remote control by a human operator, as remotely-piloted aircraft (RPA), or with various degrees of autonomy, such as autopilot assistance, up to fully autonomous aircraft that have no provision for human intervention. </p>
<div class="pt-4 flex justify-between items-center">
<div><svg class="h-8 w-8 text-white" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="9" cy="19" r="2" /> <circle cx="17" cy="19" r="2" /> <path d="M3 3h2l2 12a3 3 0 0 0 3 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /></svg></div>
<div class="pb-4">$1000,21</div>
</div>
</div></div>
</div>
<div class="flex items-center justify-center text-white">
<div class="rounded-md ml-4 mt-4" style="background: #27272A;">
<div class=" w-80 h-full mr-10 flex justify-center"> <img class="h-44 pt-6" src="images/1.jpg"></div>
<div class="text-xl pb-2 mx-auto pt-6" style="max-width: 300px;">
<div class="flex justify-start items-center">
<div> TEST</div>
</div>
<p class="text-xs pt-4 text-gray-300">An unmanned aerial vehicle (UAV) or uncrewed aerial vehicle, commonly known as a drone, is an aircraft without any human pilot, crew or passengers on board. UAVs are a component of an unmanned aircraft system (UAS), which include additionally a ground-based controller and a system of communications with the UAV. The flight of UAVs may operate under remote control by a human operator, as remotely-piloted aircraft (RPA), or with various degrees of autonomy, such as autopilot assistance, up to fully autonomous aircraft that have no provision for human intervention. </p>
<div class="pt-4 flex justify-between items-center">
<div><svg class="h-8 w-8 text-white" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="9" cy="19" r="2" /> <circle cx="17" cy="19" r="2" /> <path d="M3 3h2l2 12a3 3 0 0 0 3 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /></svg></div>
<div class="pb-4">$1000,21</div>
</div>
</div></div>
<div class="ml-4 mt-4 rounded-md" style="background: #27272A;">
<div class=" w-80 h-full mr-10 flex justify-center"> <img class="h-44 pt-6" src="images/1.jpg"></div>
<div class="text-xl pb-2 mx-auto pt-6" style="max-width: 300px;">
<div class="flex justify-start items-center">
<div> TEST</div>
</div>
<p class="text-xs pt-4 text-gray-300">An unmanned aerial vehicle (UAV) or uncrewed aerial vehicle, commonly known as a drone, is an aircraft without any human pilot, crew or passengers on board. UAVs are a component of an unmanned aircraft system (UAS), which include additionally a ground-based controller and a system of communications with the UAV. The flight of UAVs may operate under remote control by a human operator, as remotely-piloted aircraft (RPA), or with various degrees of autonomy, such as autopilot assistance, up to fully autonomous aircraft that have no provision for human intervention. </p>
<div class="pt-4 flex justify-between items-center">
<div><svg class="h-8 w-8 text-white" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="9" cy="19" r="2" /> <circle cx="17" cy="19" r="2" /> <path d="M3 3h2l2 12a3 3 0 0 0 3 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /></svg></div>
<div class="pb-4">$1000,21</div>
</div>
</div></div>
</div>
</div>
</div>
<div>
<div class="container mx-auto pt-10" style="max-width: 1024px;">
<div class="text-2xl pb-4">Запчасти</div>
<div class="flex justify-center items-center pt-6">
<div class="
flex
items-center
justify-center
h-28 w-28
rounded-md
text-2xl
mr-5" style="background: #27272A;"><img class="h-14" src="images/1.jpg"></div>
<div class="flex items-center justify-center h-28 w-28 rounded-md text-2xl mr-5 hover:shadow-lg" style="background: #27272A;"><img class="h-14" src="images/1.jpg"></div>
<div class="flex items-center justify-center h-28 w-28 rounded-md text-2xl mr-5" style="background: #27272A;"><img class="h-14" src="images/1.jpg"></div>
<div class="flex items-center justify-center h-28 w-28 rounded-md text-2xl mr-5" style="background: #27272A;"><img class="h-14" src="images/1.jpg"></div>
<div class="flex items-center justify-center h-28 w-28 rounded-md text-2xl mr-5" style="background: #27272A;"><img class="h-14" src="images/1.jpg"></div>
<div class="flex items-center justify-center h-28 w-28 rounded-md text-2xl mr-5" style="background: #27272A;""><img class="h-14" src="images/1.jpg"></div>
<div class="flex items-center justify-center h-28 w-28 rounded-md text-2xl mr-5" style="background: #27272A;"><img class="h-14" src="images/1.jpg"></div>
</div>
</div>
</div>
<div class="pb-10"></div>
<footer class="body-font text-white" style="background: #27272A;">
<div
class="container px-5 py-16 mx-auto flex md:items-center lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col">
<div class="flex-grow flex flex-wrap md:pl-20 -mb-10 md:mt-0 mt-10 md:text-left text-center">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">CATEGORIES</h2>
<nav class="list-none mb-10">
<li>
<a href="" class="text-gray-300 hover:text-gray-800">First Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Second Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Third Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Fourth Link</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">CATEGORIES</h2>
<nav class="list-none mb-10">
<li>
<a href="" class="text-gray-300 hover:text-gray-800">First Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Second Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Third Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Fourth Link</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">CATEGORIES</h2>
<nav class="list-none mb-10">
<li>
<a href="" class="text-gray-300 hover:text-gray-800">First Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Second Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Third Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Fourth Link</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">CATEGORIES</h2>
<nav class="list-none mb-10">
<li>
<a href="" class="text-gray-300 hover:text-gray-800">First Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Second Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Third Link</a>
</li>
<li>
<a href="" class="text-gray-300 hover:text-gray-800">Fourth Link</a>
</li>
<li class="flex items-center pt-2">
<svg class="h-7 w-7 text-pink-500 mr-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <rect x="4" y="4" width="16" height="16" rx="4" /> <circle cx="12" cy="12" r="3" /> <line x1="16.5" y1="7.5" x2="16.5" y2="7.501" /></svg>
<svg class="h-7 w-7 text-red-500 mr-1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" /> <polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" /></svg>
<svg class="h-7 w-7 text-blue-500" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4" /></svg>
</li>
</nav>
</div>
</div>
</div>
<div style="background: #27272A;">
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row">
<p class="text-gray-500 text-sm text-center sm:text-left">© 2021 Copyright:
<a href="https://t.me/Diyorbek_Tj/" class="text-gray-600 ml-1" target="_blank">DIYOR
LTD</a>
</p>
</div>
</div>
</footer>
</body>
<style>
.carousel-open:checked + .carousel-item {
position: static;
opacity: 100;
}
.carousel-item {
-webkit-transition: opacity 0.6s ease-out;
transition: opacity 0.6s ease-out;
}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
display: block;
}
.carousel-indicators {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 2%;
left: 0;
right: 0;
text-align: center;
z-index: 10;
}
#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
color: #000;
</style>
</html>