-
Notifications
You must be signed in to change notification settings - Fork 3
/
mainHost.html
53 lines (48 loc) · 1.79 KB
/
mainHost.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!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>host</title>
<link rel="stylesheet" href="mainHost.css">
</head>
<body>
<nav class="navbar">
<ul>
</ul>
</nav>
<div class="box1">
<p id="text">Zoomcar Host-India</p>
<p id="text2">Share few more details and move one step closer to EARNING up to Rs.36,000 per month. Get Rs.
10,000 bonus on successful sign-up to the program</p>
</div>
<div class="box2">
<div class="hostPopUp">
<img id="image1" onclick="cross1()" src="cross2.png" alt="image">
<p id="text6">Congratulation!</p>
<p id="text7"> Now, You are our partener</p>
</div>
<div class="box2_1">
<input type="number" placeholder="Mobile number" id="hostNumber">
<input type="text" placeholder="Car license number*" id="license">
<p id="text3">Please enter in DL04AN1234 format</p>
</div>
<div class="box2_2">
<input type="email" placeholder="Enter Email" id="hostEmail">
<p id="text4">Car KM driven*</p>
<div id="check_box1">
<input type="checkbox" id="checkbox1">
<p id="text5">Less than 80,000 KMs</p>
</div>
<div id="check_box1">
<input type="checkbox" id="checkbox1">
<p id="text5">More than 80,000 KMs</p>
</div>
</div>
</div>
<button id="hostBtn" onclick="hostFunc()">Become a Host</button>
<!-- JS link -->
<script src="signin_signup.js"></script>
</body>
</html>