-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign_up_additional-info.html
37 lines (36 loc) · 2.08 KB
/
sign_up_additional-info.html
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
<!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="//cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css">
<link rel="stylesheet" href="css/main.css">
<title>Document</title>
</head>
<body>
<div class="sign-wrapper">
<a href="#" class="sign-back">
<i class="mdi mdi-arrow-left"></i> Back to Ineichen
</a>
<div class="sign-form sign-form_wide">
<h1 class="title">Additional
information needed</h1>
<div class="sign-form__note">
We require clients to complete identity verification before placing a bid. Please verify your mobile phone number and upload photos of your ID. Take into account that the final stage of verification includes face verification using you device’s camera. So, make sure that the person in ID is the same as in camera.
</div>
<div class="sign-form__note">
You need to choose a contact person to be an official representative of your company. This person should pass the identity verification to access bidding. <br><br>
Please verify the mobile phone number and upload contact person's ID photo. Take into account that the final stage of verification includes face verification using you device’s camera. So, make sure that the person in ID is the same as in camera.
</div>
<div class="sign-form__btns sign-form__btns_2x">
<a href="" class="sign-form__btn c-button c-button_grey c-button_outline c-button_full">Do it later</a>
<a href="" class="sign-form__btn c-button c-button_blue c-button_filled c-button_full">Continue 👉</a>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/main.js"></script>
</body>
</html>