-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcharge2.html
138 lines (113 loc) · 5.49 KB
/
charge2.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>iCharge</title>
<!-- Bootstrap core CSS -->
<link href="css/min_ss.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/business-frontpage.css" rel="stylesheet">
<!-- Custom styles -->
<style type="text/css">
h2 {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.navbar-brand {
font-size: 15px;
font-weight: lighter;
font-family: sans-serif;
color: grey;
}
body{
background-color:whitesmoke;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="home.php">Home</a>
<a class="navbar-brand" href="iform.php">iDescription</a>
<a class="navbar-brand" href="about.php">Latest Feeds</a>
<a class="navbar-brand" href="index.php">Logout</a>
</div>
</nav>
<!-- Header with Background Image -->
<header class="business-header" style="min-height: 140px;background-image:url(resources/images/charge.jpg)">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="display-3 text-center mt-4" style="font-weight:bold;font-size: 55px;color: sandybrown;font-style: italic">Charge Sheet</h1>
<hr style="width: 15cm">
</div>
</div>
</div>
</header>
<br>
<!-- Page Content -->
<div class="container">
<div style="width: auto" class="row">
<div>
<h2 style="background-color: #343a40; color: white; text-align: center; font-size: 20px">Minor Traffic Offences and Fines in Kenya</h2>
<hr>
<p style="font-weight: 400; font-size: 15px">Failure to wear a seat belt while the vehicle is in motion -Ksh. 500</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Driving a PSV while being unquailed -Ksh. 7,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">The driver of the PSV who lets an unauthorized person drive – Ksh. 5,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">The driver of the PSV who lets an unauthorized person drive – Ksh. 5,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">An unlicensed individual acting as the conductor or driver of the PSV – Ksh. 5,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">PSV picking and dropping passengers at areas that are not the designated bus stops – Ksh. 1,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Failure to fit prescribed speed governors in vehicles – Ksh. 10,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Travelling with a part of the body outside a moving vehicle – Ksh. 1,0000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Touting – Ksh. 3,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Motorcycle rider riding without protective gear -Ksh. 1,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Motorcycle passenger riding without protective gear – Ksh. 1,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Rider of a motorcycle carrying more than one passenger – Ksh. 1,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Exceeding the speed limit shown on a traffic sign by;
<li>1-5 kph: Ksh. 500</li>
<li>6-10 kph: Ksh. 3,000</li>
<li>11-15 kph: Ksh. 6,000</li>
<li>16-20 kph: Ksh. 10,000</li>
</p>
<hr width="100%">
<!--Research on Pagination-->
<span>
Go to page>>
<a href="charge.html">1 |</a>
<a href="charge2.html"><b>2</b> |</a>
</span>
<hr style="border: 0">
</div>
<div class="col-sm-4">
<h2 class="mt-4">Downloads</h2>
<p><a href="resources/docs/Kenya%20Police%20Hotlines.pdf">Kenya Police Telephone Hotlines</a></p>
<p><a href="resources/docs/Traffic%20Act%20CAP%20403.pdf">Traffic_Act_of_Kenya doc</a></p>
<p><a href="resources/docs/Traffic%20Minor%20Penalties%20and%20Fines.pdf">Minor_offences_and_fines_in_Kenya doc</a></p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center" style="color:white; font-weight:bold">Copyright © <img src="resources/images/iReport_bwire.png" alt="irepor logo" style="width: 3cm; height: 1cm">2018</p>
</div>
<!-- /.container -->
</footer>
</body>
</html>