-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse-single.html
More file actions
293 lines (263 loc) · 13 KB
/
course-single.html
File metadata and controls
293 lines (263 loc) · 13 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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>E Driver : Course Single</title>
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/icon" href="img/wpf-favicon.png"/>
<!-- CSS
================================================== -->
<!-- Bootstrap css file-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font awesome css file-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Superslide css file-->
<link rel="stylesheet" href="css/superslides.css">
<!-- Slick slider css file -->
<link href="css/slick.css" rel="stylesheet">
<!-- Circle counter cdn css file -->
<link rel='stylesheet prefetch' href='https://cdn.rawgit.com/pguso/jquery-plugin-circliful/master/css/jquery.circliful.css'>
<!-- smooth animate css file -->
<link rel="stylesheet" href="css/animate.css">
<!-- preloader -->
<link rel="stylesheet" href="css/queryLoader.css" type="text/css" />
<!-- gallery slider css -->
<link type="text/css" media="all" rel="stylesheet" href="css/jquery.tosrus.all.css" />
<!-- Default Theme css file -->
<link id="switcher" href="css/themes/default-theme.css" rel="stylesheet">
<!-- Main structure css file -->
<link href="style.css" rel="stylesheet">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Varela' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#"></a>
<!-- END SCROLL TOP BUTTON -->
<!--=========== BEGIN HEADER SECTION ================-->
<header id="header">
<!-- BEGIN MENU -->
<div class="menu_area">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<!-- TEXT BASED LOGO -->
<a class="navbar-brand" href="index.html">E <span>Driver</span></a>
<!-- IMG BASED LOGO -->
<!-- <a class="navbar-brand" href="index.html"><img src="img/logo.png" alt="logo"></a> -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav navbar-right main-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="course-archive.html">Course Page</a></li>
<li><a href="scholarship.html">Scholarship I</a></li>
<li><a href="events-archive.html">Events Page</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog-archive.html">Blog</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Page<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="404.html">404 Page</a></li>
<li><a href="#">Link for 2nd page</a></li>
<li><a href="#">Link Three</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</div>
<!-- END MENU -->
</header>
<!--=========== END HEADER SECTION ================-->
<!--=========== BEGIN COURSE BANNER SECTION ================-->
<section id="imgBanner">
<h2>Course Details</h2>
</section>
<!--=========== END COURSE BANNER SECTION ================-->
<!--=========== BEGIN COURSE BANNER SECTION ================-->
<section id="courseArchive">
<div class="container">
<div class="row">
<!-- start course content -->
<div class="col-md-8 col-md-8">
<div class="courseArchive_content">
<div class="singlecourse_ferimg_area">
<div class="singlecourse_ferimg">
<img src="img/course-3.jpg" alt="img">
</div>
<div class="singlecourse_bottom">
<h2>Introduction To Road Signals</h2>
<span class="singlecourse_author">
<img alt="img" src="img/author.jpg">
E Driver
</span>
<span class="singlecourse_price">Lesson 02</span>
</div>
</div>
<div class="single_course_content">
<h3>Intended learning outcomes:</h3>
<p>At the end of this lesson learner will be able to;</p>
<ol><li>Identify differnet types of road signals.</li>
<li>Describe about the road signals.</li>
<li>Apply theoretical knowledge practically when it needed. </li>
</ol><br>
<h3><u>Introduction</u></h3><br>
<p>Road signs in Sri Lanka are standardized to closely follow those used in Europe with certain distinctions,
and a number of changes have introduced road signs that suit as per local road and system.
Sri Lankan government announced by a gazette that aimed to get a face-lift and introduction of over 100 new
road traffic signs. Road signs in sri lanka can be categorized as follows.</p>
<ol>
<li>Danger warning signs</li>
<li>Traffic light signals</li>
<li>Directional informative signs</li>
<li>Miscellaneous signs</li>
<li>Road markings</li>
<li>Regulatory signs</li>
<li>Prohibited distance</li>
</ol><br>
<h3><u>1.Danger warning signs </u></h3><br>
<video width="500" align="center" controls>
<source src="videos/Danger Warning Signs.mp4" type="video/mp4">
</video><br><br>
<p>Click here to doenload more details about<a href="objects/Danger warning signs.pdf"><font color="blue"> Danger warning signs </font></a>
<p>Click here to download sinhala version of<a href="objects/Danger Warning Signs - Sinhala.jpg"><font color="blue"> Danger warning signs </font></a><br>
<h3><u>2. Traffic light signals </u></h3><br>
<video width="500" align="center" controls>
<source src="videos/Traffic Light Signals.mp4" type="video/mp4">
</video><br><br>
<h3><a href="drag.html">3. Quiz 01 </a></h3><br>
</div>
</div>
</div>
<!-- End course content -->
<!-- start course archive sidebar -->
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="courseArchive_sidebar">
<!-- start single sidebar -->
<div class="single_sidebar">
<h2>Quick Links <span class="fa fa-angle-double-right"></span></h2>
<ul>
<li><a href="#">1.Introduction about driving guidelines</a></li>
<li><a href="course-single.html">2.Road Signals</a></li>
<li><a href="#">3.Fines & penalties for driving offences</a></li>
<li><a href="#">4.Defensive Driving</a></li>
<li><a href="#">5.Basic vehicle mechanics</a></li>
<li><a href="#">6.Driving License</a></li>
<li><a href="End Test/index.html">7.End Test</a></li>
</ul>
</div>
<!-- End single sidebar -->
</div>
</div>
<!-- start course archive sidebar -->
</div>
</div>
</section>
<!--=========== END COURSE BANNER SECTION ================-->
<!--=========== BEGIN FOOTER SECTION ================-->
<footer id="footer">
<!-- Start footer top area -->
<div class="footer_top">
<div class="container">
<div class="row">
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>About Us</h3>
</div>
</div>
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>Community</h3>
</div>
</div>
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>Others</h3>
</div>
</div>
<div class="col-ld-3 col-md-3 col-sm-3">
<div class="single_footer_widget">
<h3>Social Links</h3>
<ul class="footer_social">
<li><a data-toggle="tooltip" data-placement="top" title="Facebook" class="soc_tooltip" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Twitter" class="soc_tooltip" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Google+" class="soc_tooltip" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Linkedin" class="soc_tooltip" href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a data-toggle="tooltip" data-placement="top" title="Youtube" class="soc_tooltip" href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End footer top area -->
<!-- Start footer bottom area -->
<div class="footer_bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="footer_bootomLeft">
<p> Copyright © All Rights Reserved</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="footer_bootomRight">
<p>Designed by <a href="http://wpfreeware.com/" rel="nofollow">E-Driver.com</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- End footer bottom area -->
</footer>
<!--=========== END FOOTER SECTION ================-->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Preloader js file -->
<script src="js/queryloader2.min.js" type="text/javascript"></script>
<!-- For smooth animatin -->
<script src="js/wow.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="js/slick.min.js"></script>
<!-- superslides slider -->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.animate-enhanced.min.js"></script>
<script src="js/jquery.superslides.min.js" type="text/javascript" charset="utf-8"></script>
<!-- for circle counter -->
<script src='https://cdn.rawgit.com/pguso/jquery-plugin-circliful/master/js/jquery.circliful.min.js'></script>
<!-- Gallery slider -->
<script type="text/javascript" language="javascript" src="js/jquery.tosrus.min.all.js"></script>
<!-- Custom js-->
<script src="js/custom.js"></script>
<!--===============================================
Template Design By WpFreeware Team.
Author URI : http://www.wpfreeware.com/
====================================================-->
</body>
</html>