-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.php
More file actions
69 lines (65 loc) · 2.54 KB
/
help.php
File metadata and controls
69 lines (65 loc) · 2.54 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
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RDL _ Rwanda driving license</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/all.min.js"></script>
<script type="text/javascript" src="js/all.js"></script>
<script type="text/javascript" src="js/fontawesome.js"></script>
<script type="text/javascript" src="js/fontawesome.js"></script>
<script type="text/javascript" src="vendor/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="vendor/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="js/fontawesome.css">
<link rel="stylesheet" type="text/css" href="js/all.css">
<link rel="stylesheet" type="text/css" href="js/all.mini.css">
<link rel="stylesheet" type="text/css" href="js/fontawesome.min.css">
<style type="text/css">
</style>
</head>
<style type="text/css">
body{
color:rgb(245, 6, 170);
}
.steps span{
background-color:rgb(245, 6, 170);
color: white;
padding: 5px;
}
</style>
<body>
<a href="index.php" class="font-weight-bold text-decoration-none mt-5 text mr-3 home">Home</a>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 text-center mt-3">
<h4 class="">Help page</h4>
<hr>
</div>
<div class="col-lg-12 mt-3">
<div class="row justify-content-center">
<div class="col-lg-6 border">
<div class="row">
<div class="col-lg-12 text-white p-3" style="background-color:rgb(245, 6, 170);">
Steps to send your request
</div>
<div class="col-lg-12 steps p-4">
<p class="text-dark"><span >1</span> First step fill all form fields.</p>
<hr>
<p class="text-dark"><span >2</span> Second step fill candidate national id field with correct format of numbers and length of 16 numbers.</p>
<hr>
<p class="text-dark"><span >3</span> Third step fill other form fields with other correct information.</p>
<hr>
<p class="text-dark"><span >4</span> Fourth step fill phone number with correct format of numbers and length of 10 numbers without country code.</p>
<hr>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>