-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboard.php
268 lines (219 loc) · 10.1 KB
/
dashboard.php
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<?php
require_once "./user/includes/session.php";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700;800;900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="dashboardStyle.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
</head>
<body>
<div class="main">
<nav>
<div class="nav">
<div class="logo">
<div class="logo_container">
<p>NVRS</p>
</div>
</div>
<div class="nav_center" id="dashboardnav-center">
<ul>
<li>
<a href="dashboard.html" class="page_links">home</a>
</li>
<li>
<a href="vehicle_registration.html" class="page_links">Vehicle registration</a>
</li>
<li>
<a href="Plate_number_verification.html" class="page_links">Plate number verification</a>
</li>
<li>
<a href="registered_vehicles.html" class="page_links">Registered Vehicles</a>
</li>
<li id="dropdown">
<a href="approved_centres copy.html" class="page_links">Approved Centres</a>
<!-- <div class="dropdown-content">
<a href="">Approved Centres</a>
<a href="#" >Link 2</a>
</div> -->
</li>
<li>
<a href="FAQ copy.html" class="page_links">FAQ</a>
</li>
</ul>
</div>
<div class="nav_right">
<div class="register_button">
<a href="log.php">Logout</a>
</div>
</div>
</div>
<!-- <div class="sub_nav">
<ul>
<li>
<img src="arrow.png" alt="" onclick="topFunction()" id="myBtn" title="Go to top">
</li>
<li id="dropdown">
<a>about us</a>
<div class="dropdown-content">
<a href="#mission_container">Mission</a>
<a href="#vision_container">Vision</a>
</div>
</li>
<li>
<a href="#contact_us">contact us</a>
</li>
<li>
<a href="#jobs">Join Us
</a>
</li>
</ul>
</div> -->
</nav>
<br /><br /><br /><br /><br />
<h4>Welcome, <span class="profile_name"><?= $firstName . " " . $lastName ?></span></h4>
<div class="image_container">
<div class="content">
<h4>Register your vehicle now</h4>
<a class="register_button" href="vehicle_registration.html"><img src="icons8-up-right-24.png"></a>
</div>
</div>
<div class="grid-con">
<!-- <div class="container">
</div> -->
<div class="registeredv-card">
<p>Registered vehicles</p>
</div>
</div>
<!-- <div class="body_container">
<div id="about_us"> -->
<!-- <h3>About Us</h3> -->
<!-- <div id="mission_container">
<h2>About Us</h2>
<div class="card_flex">
<h1>Mission</h1>
<div>
<div class="card">
<img src="icons8-arrow-right-64.png"> To reduce the amount of time spent in registration of
motor vehicle and
information for all the vehicle owners.
</div>
<div class="card">
<img src="icons8-arrow-right-64.png"> To develop a system that will allow for the generation and
assignment of
an infinite identification mark or number
(that
is, the vehicle plate number).
</div>
<div class="card">
<img src="icons8-arrow-right-64.png"> To ensure a very high level of accuracy during
registration of certain
vehicle or category of vehicles that are
prone to
errors in the manual system.
</div>
</div>
</div>
-->
<!-- </div>
<br /><br />
<div class="card_flex" id="vision_container">
<h1>Vision</h1>
<div>
<div class="card">
To replace the manual system of
registration with a computerized system that will make registration simple and easy for the
registration officer and vehicle owner.
</div>
</div>
</div>
<br /><br /><br /><br /><br /><br /> -->
<!-- </div>
<div id="contact_us">
<br /><br /><br /><br /><br />
<h3>Contact Us</h3>
<div class="contact_flex">
<img src="icons8-phone-50.png">
<p>+234 000 000 0000</p>
<img src="icons8-mail-account-32.png">
<p>xxx@gmail.com</p>
<img src="icons8-map-pin-50.png">
<p>check our approved <a href="approved_centres.html" class="green_link">centres</a></p>
</div>
</div>
-->
<!-- <br /><br />
<div id="jobs">
<br /><br /><br /><br /><br />
<h3>Join Us</h3>
<div class="grid_container">
<div class="joinus_card_container">
</div>
<div class="joinus_card_container">
</div>
</div>
</div> -->
<!-- <div class="something">
</div> -->
<!-- </div> -->
<footer>
<div class="footer-content">
<!--add all information -->
<h3>Nigerian Vehicle Registration System </h3>
<p>Replacing the manual system of
registration with a computerized system that will make registration simple and easy for the
registration officer and vehicle owner.</p>
<!-- <ul class="socials">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square"></i></a></li>
</ul> -->
<div class="footer-bottom">
<p>copyright ©2022 <a href="#">Nigerian Vehicle Registration System</a> </p>
<div class="footer-menu">
<ul class="f-menu">
<li><a href="main.html">Home</a></li>
<li><a href="#mission_container">About</a></li>
<li><a href="#contact_us">Contact</a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>
<script>
// Get the button:
let mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {
scrollFunction()
};
// function scrollFunction() {
// if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
// mybutton.style.display = "block";
// } else {
// mybutton.style.display = "none";
// }
// }
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
</html>