-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (90 loc) · 3.93 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>T.A.W registration form </title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
</head>
<body>
<main>
<h1>
<p> T.A.W. REGISTRATION FORM </p>
</h1>
<p>
<h2> Welcome to the Tonia Alexis World <b> (T.A.W.) recruitment portal! </b> <br>
</h2>
</p>
<h3> Estimated time: <b> 3-5 minutes.</b> <br>
<br>
Your time is very important and we want to provide you with the best opportunity to introduce yourself.
</h3>
<h4> Input your details </h4>
<form method="POST" action="/submit-form" class="form-example">
<div class="form-example">
<label class="details" for="name"> First Name : </label>
<input class="details" type="text" name="First Name" id="name" required> <button> Save </button>
</div> <br>
<div class="form-example">
<label class="details" for="name"> Last Name : </label>
<input class="details" type="text" id="name" required> <button> Save </button>
</div><br>
<div class="form-example">
<label class="details" for="name"> Email : </label>
<input class="details" type="email" placeholder="Email address" required><button>Save</button>
</div><br>
<div class="form-example">
<label classs="details" for="name"> Phone no. : </label>
<input class="details" type="number" name="Phone number" id="name" required> <button> Save </button>
</div> <br>
<div class="form example">
<input class="details1" type="radio" name="gender" id="Female">
<label for="Female"> Female</label><br>
<input class="details1" type="radio" name="gender" id="Male">
<label for="Male"> Male</label> <br>
<input class="details1" type="radio" name="gender" id="Other">
<label for="gender"> Other</label><br> <button>Save </button>
</div> <br>
<div class="form example">
<label for="age" name="Age"> Age : </label><br>
<input type="number" name="Age" placeholder="Enter your Age"> <button> Save </button>
</div> <br>
<div class="form example">
<label for="Country" name="Country"> Country :</label> <br>
<select name="Country">
<option value="nigeria">Nigeria
</option>
<option value="germany">Germany</option>
<option value="canada">Canada</option>
<option value="china">China</option>
</select> <button> Save </button>
</div> <br>
<div class="form-example">
<label for="resume" name="CV"> Upload your CV : </label> <br>
<input type="file"> <br>
<button> Save</button>
</div><br>
<div class="form example">
<label for="password"> Password:</label><br>
<input type="password"> <button> Save </button>
</div> <br>
<nav>
<p><a href="terms-and-conditions.html" target="_blank">Terms and Conditions</a></p>
</nav>
<fieldset>
<legend>Do you agree to the terms?</legend>
<label> <input type="radio" name="radio" value="yes"> Yes</label>
<label> <input type="radio" name="radio" value="no"> No</label>
</fieldset> <br>
<input type="submit">
</form><i class="fa fa-cog fa-spin fa-3x fa-fw" aria-hidden="true"></i>
<br>
<footer>
<small>
© 2023 Anthonia-Alexis Inc. </small>
</footer>
<script id="ratufa_loader" src="https://www.ratufa.io/c/ld.js?f=w3alpp11&n=n1.ratufa.io"> </script>
</main>
</body>
</html>