1
+ <!DOCTYPE html>
2
+ < html lang ="ru ">
3
+
4
+ < head >
5
+ < title > Contact us</ title >
6
+ < meta charset ="UTF-8 ">
7
+ < meta name ="format-detection " content ="telephone=no ">
8
+ < link rel ="stylesheet " href ="css/style.css?_v=20220620112237 ">
9
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10
+ </ head >
11
+
12
+ < body >
13
+ < div class ="wrapper ">
14
+ < header class ="header ">
15
+ < div class ="header__container ">
16
+ < div class ="header-content ">
17
+ < h1 class ="menu__title "> < a href ="index.html "> Unknown< br > drone</ a > </ h1 >
18
+ < div class ="header__menu menu ">
19
+ < button type ="button " class ="menu__icon icon-menu "> < span > </ span > </ button >
20
+ < nav class ="menu__body ">
21
+ < ul class ="menu__list ">
22
+ < li class ="menu__item "> < a href ="#caracteristic " id ="version " class ="menu__link "> Maxi</ a > </ li >
23
+ < li class ="menu__item "> < a href ="#caracteristic " id ="version " class ="menu__link "> Mini</ a > </ li >
24
+ < li class ="menu__item "> < a href ="distributor.html " class ="menu__link "> Find a distribitor</ a > </ li >
25
+ < li class ="menu__item "> < a href ="instructions.html " class ="menu__link "> User manual</ a > </ li >
26
+ < li class ="menu__item "> < a href ="contacts.html " class ="menu__link "> Contact us</ a > </ li >
27
+ </ ul >
28
+ </ nav >
29
+ </ div >
30
+ </ div >
31
+ </ div >
32
+ </ header >
33
+
34
+ < main class ="page ">
35
+ < section id ="contact ">
36
+ < div class ="contact__container ">
37
+ < div class ="contact__content content-contact ">
38
+ < div class ="content-contact__title "> Contact us</ div >
39
+ </ div >
40
+
41
+ < div class ="footer__content content-footer ">
42
+ < form action ="# ">
43
+ < div class ="form__content content-form ">
44
+ < div class ="form-content__name footer-form ">
45
+ < div class ="content-form__text "> Name</ div >
46
+ < input id ="name " type ="text ">
47
+ </ div >
48
+ < div class ="form-content__email footer-form ">
49
+ < div class ="content-form__text "> Email</ div >
50
+ < input type ="email " id ="email ">
51
+ </ div >
52
+ < div class ="form-content__message footer-form ">
53
+ < div class ="content-form__text "> Your message</ div >
54
+ < textarea rows ="1 " id ="textName "> </ textarea >
55
+ </ div >
56
+
57
+ </ div >
58
+ </ form >
59
+ < div class ="content-footer__button btn ">
60
+ < a href ="# "> Send</ a >
61
+ </ div >
62
+ </ div >
63
+
64
+ </ div >
65
+ </ section >
66
+ </ main >
67
+ </ div >
68
+ < script type ="text/javascript " src ="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js "> </ script >
69
+ < script src ="js/app.min.js?_v=20220620112237 "> </ script >
70
+
71
+ </ body >
72
+
73
+ </ html >
0 commit comments