-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoursesdetails-page.html
396 lines (382 loc) · 18.8 KB
/
coursesdetails-page.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
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html class=""><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>CourseDetail -Knowledge</title>
<!-- Standard Favicon -->
<link rel="icon" type="image/x-icon" href="images//favicon.ico" />
<!-- For iPhone 4 Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images//apple-touch-icon-114x114-precomposed.png">
<!-- For iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images//apple-touch-icon-72x72-precomposed.png">
<!-- For iPhone: -->
<link rel="apple-touch-icon-precomposed" href="images//apple-touch-icon-57x57-precomposed.png">
<!-- Library - Bootstrap v3.3.5 -->
<link rel="stylesheet" type="text/css" href="libraries/lib.css">
<link rel="stylesheet" type="text/css" href="libraries/Stroke-Gap-Icon/stroke-gap-icon.css">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,900,300,300italic,500,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
<!-- Custom - Common CSS -->
<link rel="stylesheet" type="text/css" href="css/plugins.css">
<link rel="stylesheet" type="text/css" href="css/navigation-menu.css">
<!-- Custom - Theme CSS -->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="css/shortcode.css">
<!--[if lt IE 9]>
<script src="js/html5/respond.min.js"></script>
<![endif]-->
</head>
<body data-offset="200" data-spy="scroll" data-target=".ow-navigation">
<!-- LOADER -->
<div id="site-loader" class="load-complete">
<div class="loader">
<div class="loader-inner ball-clip-rotate">
<div></div>
</div>
</div>
</div><!-- Loader /- -->
<!-- Header -->
<header class="header-main container-fluid no-padding">
<!-- Top Header -->
<div class="top-header container-fluid no-padding">
<div class="container">
<div class="topheader-left">
<a href="tel:+5198759822" title="5198759822"><i class="fa fa-mobile" aria-hidden="true"></i>(519) - 875 - 9822 </a>
<a href="mailto:Support@info.com" title="Support@info.com"><i class="fa fa-envelope-o" aria-hidden="true"></i>Emailus: Support@info.com</a>
</div>
<div class="topheader-right">
<a href="#" title="Login"><i class="fa fa-sign-out" aria-hidden="true"></i>Login</a>
<a href="#" title="Register">Register</a>
</div>
</div>
</div><!-- Top Header /- -->
<!-- Menu Block -->
<div class="menu-block container-fluid no-padding">
<!-- Container -->
<div class="container">
<div class="row">
<!-- Navigation -->
<nav class="navbar ow-navigation">
<div class="col-md-3">
<div class="navbar-header">
<button aria-controls="navbar" aria-expanded="false" data-target="#navbar" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a title="Logo" href="index.html" class="navbar-brand"><img src="images/logo.png" alt="logo"/>Edumax<span>Education of Best</span></a>
<a href="index.html" class="mobile-logo" title="Logo"><h3>Edumax</h3></a>
</div>
</div>
<div class="col-md-9">
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav menubar">
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" href="index.html" role="button" class="dropdown-toggle" title="Home">Home</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Home 2" href="home2.html">Home 2</a></li>
</ul>
</li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Courses" href="courses-page.html">Courses</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li class="active"><a title="Courses Detail" href="coursesdetails-page.html">Courses Detail</a></li>
</ul>
</li>
<li><a title="Event" href="events-page.html">Event</a></li>
<li><a title="About" href="about-page.html">About</a></li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Blog" href="blog-page.html">Blog</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Blog Post" href="blogpost-page.html">Blog Post</a></li>
</ul>
</li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Pages" href="#">Pages</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Home 2" href="home2.html">Home 2</a></li>
<li><a title="Course Detail" href="coursesdetails-page.html">Course Detail</a></li>
<li><a title="BlogPost" href="blogpost-page.html">BlogPost</a></li>
</ul>
</li>
<li><a title="Contact" href="contactus-page.html">Contact</a></li>
</ul>
</div>
</div>
</nav><!-- Navigation /- -->
<div class="menu-search">
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Enter your search term..." type="text" value="" name="search" id="search" />
<button class="sb-search-submit"><i class="fa fa-search"></i></button>
<span class="sb-icon-search"></span>
</form>
</div>
</div>
</div>
</div><!-- Container /- -->
</div><!-- Menu Block /- -->
</header><!-- Header /- -->
<!-- PageBanner -->
<div class="container-fluid no-padding pagebanner">
<div class="container">
<div class="pagebanner-content">
<h3>Political Science</h3>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li>Courses Details</li>
</ol>
</div>
</div>
</div><!-- PageBanner /- -->
<div class="container coursesdetail-section">
<div class="section-padding"></div>
<div class="row">
<div class="col-md-9 col-sm-8 event-contentarea">
<div class="coursesdetail-block">
<img src="images/event-coursesdetail.jpg" alt="event-coursesdetail" width="860" height="500"/>
<div class="course-description">
<h3 class="course-title">Courses Description</h3>
<p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.Sed non mauris vitae erat consequat auctor eu in elit. Class aptent taciti.Neque porro quisquam est qui dolorem ipsum quia dolor sit amet consectetur adipisci velit sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam quis nostrum exercitationem ullam corporis suscipit.</p>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi id est laborum et dolorum fuga.</p>
</div>
<div class="courses-summary">
<h3 class="course-title">Courses summary</h3>
<ul>
<li><a href="#" title="Over 94 lectures and 6 hours">Over 94 lectures and 6 hours</a></li>
<li><a href="#" title="Educated Staff">Educated Staff</a></li>
<li><a href="#" title="To teach real programming skills">To teach real programming skills</a></li>
<li><a href="#" title="Timesheets">Timesheets</a></li>
<li><a href="#" title="Build a solid understanding">Build a solid understanding</a></li>
<li><a href="#" title="Video Lessons">Video Lessons</a></li>
</ul>
</div>
<div class="courses-curriculum">
<h3 class="course-title">Courses curriculum</h3>
<div class="courses-sections-block">
<h3>Section 1: <span>Introduction</span></h3>
<div class="courses-lecture-box">
<i class="fa fa-file-o" aria-hidden="true"></i>
<span class="lecture-no">Lecture 1.1</span>
<span class="lecture-title">Introduction to Software Training</span>
<span class="lecture-time">00:40:00</span>
</div>
<div class="courses-lecture-box">
<i class="fa fa-file-o" aria-hidden="true"></i>
<span class="lecture-no">Lecture 1.2</span>
<span class="lecture-title">Software Training</span>
<span class="lecture-tag"><a href="#">Free</a></span>
<span class="lecture-time">00:50:00</span>
</div>
</div>
<div class="courses-sections-block">
<h3>Section 2: <span>Reference Material, Moodboards and Mind Mapping</span></h3>
<div class="courses-lecture-box">
<i class="fa fa-file-o" aria-hidden="true"></i>
<span class="lecture-no">Lecture 2.1</span>
<span class="lecture-title">Advanced Database Development</span>
<span class="lecture-time">00:40:00</span>
</div>
<div class="courses-lecture-box">
<i class="fa fa-file-o" aria-hidden="true"></i>
<span class="lecture-no">Lecture 2.2</span>
<span class="lecture-title">Multi Threading in Softwares</span>
<span class="lecture-tag"><a href="#">Free</a></span>
<span class="lecture-time">00:50:00</span>
</div>
<div class="courses-lecture-box">
<i class="fa fa-file-o" aria-hidden="true"></i>
<span class="lecture-no">Lecture 2.3</span>
<span class="lecture-title">Creating Configurable Shapes Using Minxins</span>
<span class="lecture-time">00:40:00</span>
</div>
<div class="courses-lecture-box">
<i class="fa fa-file-o" aria-hidden="true"></i>
<span class="lecture-no">Lecture 2.4</span>
<span class="lecture-title">@import and Parent Reference</span>
<span class="lecture-tag"><a href="#">Free</a></span>
<span class="lecture-time">00:50:00</span>
</div>
</div>
</div>
<div class="courses-review">
<h3 class="course-title">Courses Review</h3>
<div class="reviewbox">
<h3>Average Rating</h3>
<div class="average-review">
<h2>4.8</h2>
<ul>
<li><a href="#" title="1 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="2 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="3 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="4 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="5 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
</ul>
<span>5 Rating</span>
</div>
</div>
<div class="reviewbox">
<h3>Detailed Rating</h3>
<div class="detail-review">
<ul>
<li><a href="#" title="5 stars">5 stars</a><span>5</span></li>
<li><a href="#" title="4 stars">4 stars</a><span>0</span></li>
<li><a href="#" title="3 stars">3 stars</a><span>0</span></li>
<li><a href="#" title="2 stars">2 stars</a><span>0</span></li>
<li><a href="#" title="1 stars">1 stars</a><span>0</span></li>
</ul>
</div>
</div>
</div>
</div>
<nav class="ow-pagination">
<ul class="pagination">
<li><span class="arrow_left" aria-hidden="true"></span><a href="#" title="Political Science">Political Science</a></li>
<li><a href="#" title="Micro Biology">Micro Biology</a><span class="arrow_right" aria-hidden="true"></span></li>
</ul>
</nav>
</div>
<div class="col-md-3 col-sm-4 event-sidebar">
<div class="courses-features">
<h3>Improve Your</h3><h3>CSS Workflow with SASS</h3>
<ul>
<li><a href="#" title="1 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="2 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="3 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="4 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="5 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
</ul>
<span>( 0 Review )</span>
<div class="featuresbox"><img src="images/codepen-ic.png" alt="codepen-ic" width="22" height="22"/><h3>Course Code : </h3><span> ICA70112</span></div>
<div class="featuresbox"><img src="images/dolar-ic.png" alt="dolar-ic" width="27" height="27"/><h3>Price : </h3><span> Free</span></div>
<div class="featuresbox"><img src="images/clock-ic.png" alt="clock-ic" width="24" height="24"/><h3>Duration : </h3><span> 30 days</span></div>
<div class="featuresbox"><img src="images/cup-ic.png" alt="cup-ic" width="24" height="23"/><h3>Lectures : </h3><span> 10</span></div>
<div class="featuresbox"><img src="images/user-ic.png" alt="user-ic" width="22" height="22"/><h3>Students : </h3><span> 50</span></div>
<div class="featuresbox"><img src="images/cap-ic.png" alt="cap-ic" width="24" height="20"/><h3>Certificate of Completion</h3></div>
</div>
<div class="courses-staff">
<img src="images/staff.jpg" alt="staff" width="275" height="288"/>
<h3>Charlie Brown</h3>
<span>Web Designer</span>
<p>My name is Ruth. I grew up and studied in…</p>
</div>
</div>
</div>
<div class="section-padding"></div>
</div>
<!-- Footer Main -->
<footer class="footer-main footer2 container-fluid no-padding">
<!-- Container -->
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget about_widget">
<a class="footer-logo" href="#" title="Logo"><img alt="logo" src="images/logo.png">Edumax<span>Education of Best</span></a>
<span>Marsh mallow muffin souffle jelly-o tart cake Marshmallow macaroon jelly jubes tiramisu lites halsat croissant cake.</span>
<p><span class="icon icon-Plaine"></span>Address : 44 New Design Street, Melbourne 005</p>
<p><span class="icon icon-Phone2"></span>Phone : <a title="01800433633" href="tel:+01800433633">(01) 800 433 633</a></p>
<p><span class="icon icon-Mail"></span>Email : <a title="info@Example.com" href="mailto:info@Example.com">info@Example.com</a></p>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget useful-llink">
<h3 class="widget-title">Usefull Links</h3>
<ul>
<li><a href="about-page.html" title="About">About</a></li>
<li><a href="#" title="Careers">Careers</a></li>
<li><a href="#" title="Main Events">Main Events</a></li>
<li><a href="#" title="Become a Teacher">Become a Teacher</a></li>
<li><a href="blog-page.html" title="Latest News">Latest News</a></li>
<li><a href="contactus-page.html" title="Contact us">Contact us</a></li>
</ul>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget flickr_widget">
<h3 class="widget-title">Our Flicker</h3>
<div class="flickr-box">
<img src="images/flick-rpost1.jpg" alt="flick-rpost1" width="62" height="62"/>
<p>New Science Research<span>05th May 2016</span></p>
</div>
<div class="flickr-box">
<img src="images/flick-rpost2.jpg" alt="flick-rpost2" width="62" height="62"/>
<p>How White Is Too White?<span>05th May 2016</span></p>
</div>
<div class="flickr-box">
<img src="images/flick-rpost3.jpg" alt="flick-rpost3" width="62" height="62"/>
<p>New York Schools Wonder:<span>05th May 2016</span></p>
</div>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget newsletter_widget">
<h3 class="widget-title">News Letters</h3>
<p>Subscribe Our Newsletter get the Important News. The Amazing Offers & Inside Scoops:</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn"><button class="btn" type="button" title="Go">Go</button></span>
</div>
<ul>
<li><a href="#" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" title="Google Plus"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" title="Behance"><i class="fa fa-behance" aria-hidden="true"></i></a></li>
<li><a href="#" title="Dribbble"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
</aside>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom col-md-12 col-sm-12 no-padding">
<div class="copyright no-padding">
<span>Copyright © 2016. All Rights Reserved.</span>
</div>
<nav class="navbar ow-navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar2" 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>
</div>
<div id="navbar2" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="courses-page.html" title="Courses">Courses</a></li>
<li><a href="events-page.html" title="Events">Events</a></li>
<li><a href="about-page.html" title="About">About</a></li>
<li><a href="blog-page.html" title="Blog">Blog</a></li>
<li><a href="contactus-page.html" title="Contact">Contact</a></li>
</ul>
</div>
</nav>
</div><!-- Footer Bottom /- -->
</div><!-- Container /- -->
</footer><!-- Footer /- -->
<!-- JQuery v1.11.3 -->
<script src="js/jquery.min.js"></script>
<!--script src="js/jquery.knob.js"></script-->
<!-- Library - Js -->
<script src="libraries/lib.js"></script><!-- Bootstrap JS File v3.3.5 -->
<!-- Library - Google Map API -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<!-- Library - Theme JS -->
<script src="js/functions.js"></script>
</body>
</html>