-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTask_0.html
More file actions
212 lines (158 loc) · 7.93 KB
/
Task_0.html
File metadata and controls
212 lines (158 loc) · 7.93 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<title><Туристический сайт></title>
<style>
h3 {
background-color: #77DD77;
}
body{
background-color: #FFFFFF;
}
</style>
</head>
<body>
<h1 class="display-1" align="center">Тест на туриста</h1>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Главная</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="#">Отзывы</a>
<a class="nav-link" href="#">Контакты</a>
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Другое</a>
</div>
</div>
</div>
</nav>
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://armeniafly.com/image/autoxauto/blog-yerevan.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://7d9e88a8-f178-4098-bea5-48d960920605.selcdn.net/638861ae-38ce-4d89-a121-b76ae6b4f797/" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://region15.ru/wp-content/uploads/2020/12/vladikavkaz-2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://georgiabest.ru/wp-content/uploads/2016/12/Vardziya.-Peshhernyy-gorod.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://posta-magazine.ru/wp-content/uploads/2021/09/main_armenia-2021_posta-magazine-1.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Предыдущий</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Следующий</span>
</button>
</div>
<span class="d-block bg-info">
<div class="container-fluid">
<div class="d-flex justify-content-center">
<div class="p-2">Чё ты за турист вообще?!</div>
</div>
</div>
</span>
<span class="d-block bg-info">
<div class="container-fluid">
<div class="d-flex justify-content-center">
<div class="d-flex flex-column-reverse">
<div class="p-2">
<form>
<div class="form-group">
<label for="formGroupExampleInput">Зовут как тебя?</label>
<input type="text" class="form-control" placeholder="Имя">
</div>
<br>
<div class="form-group">
<label for="formGroupExampleInput">Сёрнейм</label>
<input type="text" class="form-control" placeholder="Фамилия">
</div>
<br>
<div class="form-group">
<label for="formGroupExampleInput">Email</label>
<input type="text" class="form-control" placeholder="Email">
</div>
<br>
<div class="form-group">
<label for="formGroupExampleInput">Сколько раз ты путешествовал?</label>
<input type="text" class="form-control" placeholder="Количество раз">
</div>
<br>
<select class="custom-select">
<option selected>В какой части света вы любите путешествовать?</option>
<option value="1">Америка</option>
<option value="2">Австралия</option>
<option value="3">Азия</option>
<option value="4">Антарктида</option>
<option value="5">Африка</option>
<option value="6">Европа</option>
</select>
<br>
<br>
<p>В какое время года любишь путешествовать?</p>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox1" value="option1">
<label class="form-check-label" for="inlineCheckbox1">Лето</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox1" value="option2">
<label class="form-check-label" for="inlineCheckbox1">Зима</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox1" value="option3">
<label class="form-check-label" for="inlineCheckbox1">Осень</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox1" value="option1">
<label class="form-check-label" for="inlineCheckbox1">Весна</label>
</div>
<br>
<br>
<p> Какой вид транспорта ты предпочитаешь для путешествий? </p>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="inlineCheckbox1" value="option1">
<label class="form-check-label" for="inlineCheckbox1">Автомобиль</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="inlineCheckbox1" value="option1">
<label class="form-check-label" for="inlineCheckbox1">Поезд</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="inlineCheckbox1" value="option1">
<label class="form-check-label" for="inlineCheckbox1">Самолёт</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="inlineCheckbox1" value="option1">
<label class="form-check-label" for="inlineCheckbox1">Круизный лайнер</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="inlineCheckbox1" value="option1">
<label class="form-check-label" for="inlineCheckbox1">Своим ходом</label>
</div>
<br>
<br>
<p>Что скажешь в своё оправдание?</p>
<input class="form-control-lg" type="text" placeholder="Оправдание">
<br>
<br>
<a href="https://www.turizm.ru"><button type="button" class="btn btn-primary">Отправить</button></a><br>
</div>
</div>
</div>
</div>
</span>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
</body>
</html>