-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.html
More file actions
209 lines (192 loc) · 10.2 KB
/
form.html
File metadata and controls
209 lines (192 loc) · 10.2 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
<!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">
<title>CATS</title>
<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=Oswald&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<header class="header second-header">
<nav class="header__navigation">
<div class="container">
<div class="header__inner">
<div class="header__mobile">
<img class="header__mobile-logo" src="images/logo-moblile.svg" alt="">
<img src="images/text-logo-mobile.svg" alt="" class="header__mobile-text">
<button class="header__mobile-button ">
<span></span>
<span></span>
<span></span>
</button>
</div>
<a href="index.html" class="header__logo-link">
<img src="images/header-log.svg" alt="" class="header__logo">
</a>
<a href="index.html" class="header__logo-tablet">
<img src="images/logo-tablet.png" alt="" class="header__logo-tablet">
</a>
<ul class="header__navigation-list">
<li class="header__navigation-item">
<a href="index.html" class="header__navigation-link">ГЛАВНАЯ</a>
</li>
<li class="header__navigation-item">
<a href="catalog.html" class="header__navigation-link">КАТАЛОГ ПРОДУКЦИИ</a>
</li>
<li class="header__navigation-item active">
<a href="" class="header__navigation-link">ПОДБОР ПРОГРАММЫ</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="main">
<section class="forms">
<div class="container">
<h1 class="forms__title">Подбор программы</h1>
<p class="forms__desc">Заполните анкету, и мы подберем
программу питания для вашего кота
</p>
<div class="forms__wrapper">
<div class="forms__inputs-wrapper">
<div class="forms__name">
<label for="name" class="forms__name-label">ИМЯ:*</label>
<input type="text" id="name" class='forms__name-input'>
</div>
<div class="forms__weight">
<label for="weight" class="forms__weight-label">Вес (кг):*</label>
<input type="text" id="weight" class='forms__weight-input'>
</div>
<div class="forms__age">
<label for="age" class="forms__age-label">Возраст (лет):</label>
<input type="text" id="age" class='forms__age-input'>
</div>
</div>
<div class="forms__radio">
<form action="">
<label id="option-3" for="option-1">
<input name="2" class="forms__radio-input" type="radio">
похудение
</label>
<label for="option-2">
<input id="option-3" class="forms__radio-input" name="2" type="radio">
Набор массы
</label>
<label for="option-3">
<input id="option-3" class="forms__radio-input" name="2" type="radio">
Не знаю (Нужен ваш совет)
</label>
</form>
</div>
</div>
</div>
</section>
<section class="contacts">
<div class="container">
<h2 class="contacts__title">Контактные данные (владельца кота)</h2>
<div class="contacts__form">
<label id="email-form" for="email">
E-mail:*
<input id="email" name="2" class="contacts__form-email" type="text">
<img class="contacts__image" src="images/email.png" alt="">
</label>
<label id="tel-form" for="tel">
Телефон:*
<input id="tel" name="2" class="contacts__form-tel" type="text">
<img class="contacts__image" src="images/exit.png" alt="">
</label>
</div>
</div>
</section>
<section class="comment">
<div class="container">
<h2 class="comment__title">Комментарий</h2>
<textarea class="comment__form" id="" cols="30" rows="10"
placeholder="РАССКАЖИТЕ ОБО ВСЕХ ПОВАДКАХ КОТА"></textarea>
</div>
</section>
<section class="additional">
<div class="container">
<h2 class="additional__title">Дополнительно</h2>
<form action="" class="additional__form">
<label for="sugaer-free">
<input class="addtional__form-input" id="sugaer-free" type="checkbox" value="sugar-free">
сахарозаменитель
</label>
<label for="water">
<input class="addtional__form-input" id="water" type="checkbox" value="water">
питьевая вода
</label>
<label for="milk">
<input class="addtional__form-input" id="milk" type="checkbox" value="milk">
молоко
</label>
<label for="vitamins">
<input class="addtional__form-input" id="vitamins" type="checkbox" value="vitamins">
витамины
</label>
</form>
<div class="additional__submit">
<button class="additional__submit-button" type="button">отправить заявку</button>
<p class="additional__submit-desc">* — Обязательные поля</p>
</div>
</div>
</section>
<section class="position">
<div class="container position-container">
<iframe class="position__image" title="Map with the location of the sales office"
class="contacts__map"
src="https://yandex.ru/map-widget/v1/?um=constructor%3A66f64247d09b87daf4706806394599fb09d0975dc945b350bec5e0953004a6be&source=constructor"
width="100%" height="400" frameborder="0"></iframe>
<div class="container">
<div class="position-wrapper">
<h2 class="position__title">
Приглашаем <br>
к сотрудничеству
дилеров!
</h2>
<p class="position__text">
ул. Большая <br>
Конюшенная, д. 19/8
<span>Санкт-Петербург</span>
</p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__inner">
<img src="images/footer-logo.png" alt="" class="footer__image">
<ul class="footer__media-list">
<li class="footer__media-item">
<a href="#" class="footer__media-link">
<img class="footer__media-icon" src="images/vk.png" alt="">
</a>
</li>
<li class="footer__media-item">
<a href="#" class="footer__media-link">
<img class="footer__media-icon" src="images/inst.png" alt="">
</a>
</li>
<li class="footer__media-item">
<a href="#" class="footer__media-link">
<img class="footer__media-icon" src="images/facebook.png" alt="">
</a>
</li>
</ul>
<img class="footer__academy" src="images/logo_html.png" alt="">
</div>
</div>
</footer>
</div>
<script async src="js/scripts.js"></script>
</body>
</html>