-
Notifications
You must be signed in to change notification settings - Fork 1
/
charge.html
131 lines (106 loc) · 5.36 KB
/
charge.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
<!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: 60px;color: sandybrown;font-style: italic;font-family:times new roman">Charge Sheet</h1>
</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">Driving a vehicle that does have identification plates affixed or if they’ve been placed incorrectly – Ksh. 10,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Driving on or through a pedestrian walkway or pavement – Ksh. 5,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Causing obstruction on the road with your vehicle in a manner that inconveniences other motorists or prevents flow of traffic – Ksh. 10,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Failure of a driver to obey traffic signs – Ksh. 3,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Driving without a valid driving license that corresponds to the class of the vehicle being driven – Ksh. 7,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Failure to renew a driving license -Ksh. 1,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Failure to produce a driving license on demand – Ksh. 1,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Driving while using a mobile phone – Ksh. 2,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Learner failing to exhibit ‘L’ plates on front and rear of the vehicle – Ksh. 1,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Failure of a vehicle to carry lifesavers – Ksh. 2,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Failure to display lifesavers in the case where any part of the vehicle remains on the road in a position to obstruct or cause obstruction – Ksh. 3,000</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Failure of vehicle to have seat belts – Ksh. 10,000 for every seat that doesn’t have a seat belt or if the seat belts are not of the proper standard.</p>
<hr width="100%">
<p style="font-weight: 400; font-size: 15px">Exceeding the speed limit as prescribed to the class of the vehicle 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"><b>1</b> |</a>
<a href="charge2.html">2 |</a>
</span>
<hr style="border: 0">
</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>