-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (180 loc) · 11.7 KB
/
index.html
File metadata and controls
196 lines (180 loc) · 11.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="tailwind.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/b6b5703b9c.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="container mx-auto">
<header class="flex justify-between h-16 items-center ml-8 ">
<div class="flex w-2/5 items-center">
<div class="logo pr-64px">
<div class="text-xl font-bold font-roboto">Logo</div>
</div>
<div class="m hidden items-center md:flex">
<div class="pr-24px text-lg"><a href="">Про нас</a></div>
<div class="pr-24px text-lg"><a href="">Тури</a></div>
<div class="pr-24px text-lg"><a href="">Контакти</a></div>
</div>
</div>
<div class=" hidden md:flex w-1/6 text-right">
<div class="flex w-52 items-center justify-center px-8 py-3 border border-transparent text-base font-medium text-white bg-gray-900 hover:bg-gray-50 hover:text-black hover:border-gray-900">
Зв’язатися з Вами
</div>
</div>
</header>
<div class="ml-8 hero flex h-700px items-center font-roboto">
<div class="w-11/12 md:w-1/2">
<div class="text-4xl font-bold"> Відкрий для себе Україну по новому </div>
<div class="text-lg py-3 "> Ми прокладемо маршрут по найкрасивіших куточках країни, щоб ця подорож була з вами все життя </div>
<div class="flex w-52 items-center justify-center py-3 border border-transparent text-bold font-medium text-white bg-gray-900 hover:bg-gray-50 hover:text-black hover:border-gray-900">
Дізнатися більше
</div>
</div>
<div class="hidden md:flex w-1/2 justify-end ">
<div><img src="img/bg.jpg" class="flex-shrink-0"></div>
</div>
</div>
<div class="toursfont-roboto">
<div class="flex text-4xl font-bold justify-center items-center pb-8 pl-8">Оберіть те що Вас цікавить</div>
<div class="list flex flex-wrap justify-center">
<div class="flex-wrap justify-center card w-352 min-w-300 md:mr-16 pb-10">
<div class="flex items-center justify-center flex-shrink-0"><img src="img/i1.jpg" class="max-w-xs"> </div>
<div class=" bg-E5 h-140px mt-2 pb-10 rounded">
<div class=" flex justify-center text-xl font-bold py-3">Tour 1</div>
<div class="flex justify-center">
<div class="flex w-52 items-center justify-center py-3 border border-transparent text-bold font-medium text-white bg-gray-900 hover:bg-gray-50 hover:text-black hover:border-gray-900">
Замовити
</div>
</div>
</div>
</div>
<div class="flex-wrap justify-center card w-352 min-w-300 md:mr-16 pb-10">
<div class="flex items-center justify-center flex-shrink-0"><img src="img/i2.jpg" class="max-w-xs"> </div>
<div class=" bg-E5 h-140px mt-2 pb-10 rounded">
<div class=" flex justify-center text-xl font-bold py-3">Tour 2</div>
<div class="flex justify-center">
<div class="flex w-52 items-center justify-center py-3 border border-transparent text-bold font-medium text-white bg-gray-900 hover:bg-gray-50 hover:text-black hover:border-gray-900">
Замовити
</div>
</div>
</div>
</div>
<div class="flex-wrap justify-center card w-352 min-w-300 md:mr-16 pb-10">
<div class="flex items-center justify-center flex-shrink-0"><img src="img/i3.jpg" class="max-w-xs"> </div>
<div class=" bg-E5 h-140px mt-2 pb-10 rounded">
<div class=" flex justify-center text-xl font-bold py-3">Tour 3</div>
<div class="flex justify-center">
<div class="flex w-52 items-center justify-center py-3 border border-transparent text-bold font-medium text-white bg-gray-900 hover:bg-gray-50 hover:text-black hover:border-gray-900">
Замовити
</div>
</div>
</div>
</div>
<div class="flex-wrap justify-center card w-352 min-w-300 md:mr-16 pb-10">
<div class="flex items-center justify-center flex-shrink-0"><img src="img/i4.jpg" class="max-w-xs"> </div>
<div class=" bg-E5 h-140px mt-2 pb-10 rounded">
<div class=" flex justify-center text-xl font-bold py-3">Tour 4</div>
<div class="flex justify-center">
<div class="flex w-52 items-center justify-center py-3 border border-transparent text-bold font-medium text-white bg-gray-900 hover:bg-gray-50 hover:text-black hover:border-gray-900">
Замовити
</div>
</div>
</div>
</div>
</div>
</div>
<div class="contacts flex h-700px items-centertext-lg py-3 ">
<div class="hidden md:flex w-1/2 justify-start ">
<div><img src="img/123333.jpg" class="flex-shrink-0 w-544px"></div>
</div>
<div class="w-11/12 md:w-1/2 ml-8">
<div class="text-4xl font-bold mb-6"> <h1 id="title">Замовити тур</h1> </div>
<p class="text-lg py-3 " id="description">
Тут ви замовите тур!!!
</p>
<form id="survey-form">
<label id="name-label" class=" w-12">Name</label><br>
<input class="shadow h-12 appearance-none border border-gray-900 mb-6 w-5/6 py-2 px-3 text-gray-700 " id="name" type="text" placeholder="Ім'я"><br>
<label id="email-label" class=" w-12">Email</label><br>
<input class="shadow h-12 appearance-none border border-gray-900 mb-6 w-5/6 py-2 px-3 text-gray-700 " id="email" type="text" placeholder="Пошта"><br>
<label id="number-label" class=" w-12">Age</label><br>
<input class="shadow h-12 appearance-none border border-gray-900 mb-6 w-5/6 py-2 px-3 text-gray-700 " id="number" min = "3" max="99" type="text" placeholder="Вік">
<div class="flex w-5/6">
<input class="shadow h-12 appearance-none border border-gray-900 w-4/6 mb-6 w-1/2 py-2 px-3 text-gray-700 " id="username" type="text" placeholder="Ви у соціальниї мережах">
<div class=" relative">
<select class="w-full h-12 bg-gray-50 border border-gray-900 text-gray-700 py-3 px-4 pr-8" id="dropdown">
<option class="focus:bg-gray-900 focus:text-white">Telegram</option>
<option>Instagram</option>
<option>Facebook</option>
</select>
</div>
</div>
<div class="mb-6">
<input type="checkbox" id="consent">
<label for="consent" class="ml-3">Даю згоду на обробку персональних даних</label>
</div>
<button class="flex w-52 items-center justify-center py-3 border border-transparent text-bold font-medium text-white bg-gray-900 hover:bg-gray-50 hover:text-black hover:border-gray-900">
Замовити
</button>
</form>
</div>
</div>
<div class="place font-roboto flex h-450px items-center">
<div class="w-11/12 md:w-1/2 ml-8">
<div class="text-4xl font-bold">Де ми розташовані?</div>
<div class="text-lg py-3 "> Турагенсто “З якоюсь назвою” розташоване за адресою м. Цеє, вул.Тая, 9</div>
<div class="text-4xl font-bold"> Працюємо </div>
<div class="text-lg py-3 "> Щодня з 10 до 11</div>
<div class="text-4xl font-bold"> Контакти </div>
<div class="text-lg py-3 "> +123456789 +123456789 </div>
<div class="text-lg py-2 align-center">
<i class="fab fa-telegram text-4xl pr-2"></i>
<i class="fab fa-facebook text-4xl pr-2"></i>
<i class="fab fa-instagram text-4xl pr-2"></i>
</div>
</div>
<div class="hidden md:flex w-1/2 justify-center ">
<div><img src="img/a1.jpg" class="flex-shrink-0"></div>
</div>
</div>
</div>
<footer class="flex flex-col font-roboto">
<div class="copypaste flex flex-wrap justify-center bg-DE w-full items-center min-h-36 ">
<div class="flex-wrap justify-start card w-300 min-w-300 md:mr-8 pb-10 mt-8">
<div class=" flex justify-start text-xl font-bold">Logo</div>
<div class="text-lg py-2 "> Ми прокладемо маршрут по найкрасивіших куточках країни, щоб ця подорож була з вами все життя </div>
</div>
<div class="flex-wrap justify-start card w-300 min-w-300 md:mr-8 pb-10 mt-8">
<div class=" flex justify-start text-xl font-bold">Інформація</div>
<div class="text-lg py-2 ">Чому ми? </div>
<div class="text-lg pb-2 ">Зробити замовлення </div>
<div class="text-lg pb-2 ">Оплата й ціна </div>
</div>
<div class="flex-wrap justify-start card w-300 min-w-300 md:mr-8 pb-10">
<div class=" flex justify-start text-xl font-bold">Служба підтримки</div>
<div class="text-lg py-2 "> Зворотній зв’язок</div>
<div class="text-lg pb-2 "> Відгуки</div>
</div>
<div class="flex-wrap justify-start card w-300 min-w-300 md:mr-8 pb-10 mt-8">
<div class=" flex justify-start text-xl font-bold">Ми в соц-мережах</div>
<div class="text-lg py-2 align-center">
<i class="fab fa-telegram text-4xl pr-2"></i>
<i class="fab fa-facebook text-4xl pr-2"></i>
<i class="fab fa-instagram text-4xl pr-2"></i>
</div>
</div>
</div>
<div class="copypaste flex justify-center bg-C4 w-full h-16 items-center">
©Турагенсто “З якоюсь назвою”, Всі права захищені
</div>
</footer>
</body>
</html>