-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms-and-conditions.html
51 lines (47 loc) · 1.63 KB
/
terms-and-conditions.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>T.A.W Terms and Conditions</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<h1 class="heading">
TERMS AND CONDITIONS FOR REGISTERING ON THE<br> T.A.W. RECRUITMENT PORTAL
</h1>
<h2>
<p>
Below are the terms that come with registration on the T.A.W. portal. If you do not wish to continue with
your registration
after reading and understanding these terms, you may terminate all registration processes now, but if these
terms are acceptable to you, you may proceed with your
registration process.
<ol>
<li>
We have the right to make use of your inputed
information for the company's promotional purposes.</li><br>
<li> You agree to receive updates on the company's projects
via your inputed email address.</li><br>
<li> Your performance in your role applied for, shall be updated on the company's main website for new and
existing clients
to view. </li>
</ol>
</p>
</h2>
<h2>
<p>
You may continue with your registration process if you agree to these terms and conditions.
<br>
<br>
<bold> THANK YOU! </bold>
</p>
</h2>
<footer>
<small>
© 2023 Anthonia-Alexis Inc. </small>
</footer>
</main>
</body>
</html>