-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththird.html
More file actions
62 lines (59 loc) · 3.72 KB
/
third.html
File metadata and controls
62 lines (59 loc) · 3.72 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
<!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 rel="stylesheet" href="./css/third.css">
<title>Document</title>
</head>
<body>
<div class="container">
<div class="third__content">
<div class="third__title">
<h1>Анкета для корпоративных клиентов</h1>
</div>
<div class="third__top">
<form action="" class="top__form">
<label for="" class="top__label">Личные данные</label>
<br>
<input type="text" placeholder="Фамилия">
<input type="text" placeholder="Имя">
<input type="text" placeholder="Отчество">
</form>
</div>
<div class="middle__third">
<form action="" class="middle__form">
<label for="" class="middle__label">Паспортные данные</label><br>
<input type="text" class="middle__date one" placeholder="Дата рождения"><svg class="first__svg" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.9999 5.14282H5.99993C5.05316 5.14282 4.28564 5.91033 4.28564 6.85711V18.8571C4.28564 19.8039 5.05316 20.5714 5.99993 20.5714H17.9999C18.9467 20.5714 19.7142 19.8039 19.7142 18.8571V6.85711C19.7142 5.91033 18.9467 5.14282 17.9999 5.14282Z" stroke="#A3A3A3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.4285 3.42859V6.85716" stroke="#A3A3A3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.57153 3.42859V6.85716" stroke="#A3A3A3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.28564 10.2858H19.7142" stroke="#A3A3A3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<input type="text" placeholder="Место проживание по прописке" class="place__fixed">
<input type="number" placeholder="Серийный номер AN/ID">
<input type="number" placeholder="ИНН">
<input type="text" placeholder="Дата получения" class="middle__date two"><svg class="second__svg" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.9999 5.14282H5.99993C5.05316 5.14282 4.28564 5.91033 4.28564 6.85711V18.8571C4.28564 19.8039 5.05316 20.5714 5.99993 20.5714H17.9999C18.9467 20.5714 19.7142 19.8039 19.7142 18.8571V6.85711C19.7142 5.91033 18.9467 5.14282 17.9999 5.14282Z" stroke="#A3A3A3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.4285 3.42859V6.85716" stroke="#A3A3A3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.57153 3.42859V6.85716" stroke="#A3A3A3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.28564 10.2858H19.7142" stroke="#A3A3A3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<input type="number" placeholder="Контактный номер">
<input type="text" placeholder="Электронный адрес">
<input type="text" placeholder="Наименование банка">
<input type="text" class="middle__text place__various" placeholder="Фактическое место проживания">
</form>
</div>
<div class="third__button">
<a href="./four.html" target="_blank">
<button class="btn">
Далее
</button>
</a>
</div>
</div>
</div>
</body>
</html>