forked from ypac-medan/ypac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail.html
393 lines (367 loc) · 23.1 KB
/
detail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Edukate - Online Education Website Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Topbar Start -->
<div class="container-fluid bg-dark">
<div class="row py-2 px-lg-5">
<div class="col-lg-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center text-white">
<small><i class="fa fa-phone-alt mr-2"></i>+012 345 6789</small>
<small class="px-3">|</small>
<small><i class="fa fa-envelope mr-2"></i>info@example.com</small>
</div>
</div>
<div class="col-lg-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-white px-2" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-white px-2" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-white px-2" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-white px-2" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-white pl-2" href="">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid p-0">
<nav class="navbar navbar-expand-lg bg-white navbar-light py-3 py-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand ml-lg-3">
<h1 class="m-0 text-uppercase text-primary"><i class="fa fa-book-reader mr-3"></i>Edukate</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between px-lg-3" id="navbarCollapse">
<div class="navbar-nav mx-auto py-0">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="course.html" class="nav-item nav-link">Courses</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu m-0">
<a href="detail.html" class="dropdown-item active">Course Detail</a>
<a href="feature.html" class="dropdown-item">Our Features</a>
<a href="team.html" class="dropdown-item">Instructors</a>
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="" class="btn btn-primary py-2 px-4 d-none d-lg-block">Join Us</a>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Header Start -->
<div class="jumbotron jumbotron-fluid page-header position-relative overlay-bottom" style="margin-bottom: 90px;">
<div class="container text-center py-5">
<h1 class="text-white display-1">Course Detail</h1>
<div class="d-inline-flex text-white mb-5">
<p class="m-0 text-uppercase"><a class="text-white" href="">Home</a></p>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<p class="m-0 text-uppercase">Course Detail</p>
</div>
<div class="mx-auto mb-5" style="width: 100%; max-width: 600px;">
<div class="input-group">
<div class="input-group-prepend">
<button class="btn btn-outline-light bg-white text-body px-4 dropdown-toggle" type="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">Courses</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Courses 1</a>
<a class="dropdown-item" href="#">Courses 2</a>
<a class="dropdown-item" href="#">Courses 3</a>
</div>
</div>
<input type="text" class="form-control border-light" style="padding: 30px 25px;" placeholder="Keyword">
<div class="input-group-append">
<button class="btn btn-secondary px-4 px-lg-5">Search</button>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- Detail Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-8">
<div class="mb-5">
<div class="section-title position-relative mb-5">
<h6 class="d-inline-block position-relative text-secondary text-uppercase pb-2">Course Detail</h6>
<h1 class="display-4">Web design & development courses for beginners</h1>
</div>
<img class="img-fluid rounded w-100 mb-4" src="img/header.jpg" alt="Image">
<p>Tempor erat elitr at rebum at at clita aliquyam consetetur. Diam dolor diam ipsum et, tempor voluptua sit consetetur sit. Aliquyam diam amet diam et eos sadipscing labore. Clita erat ipsum et lorem et sit, sed stet no labore lorem sit. Sanctus clita duo justo et tempor consetetur takimata eirmod, dolores takimata consetetur invidunt magna dolores aliquyam dolores dolore. Amet erat amet et magna</p>
<p>Sadipscing labore amet rebum est et justo gubergren. Et eirmod ipsum sit diam ut magna lorem.
Nonumy vero labore lorem sanctus rebum et lorem magna kasd, stet amet magna accusam
consetetur eirmod. Kasd accusam sit ipsum sadipscing et at at sanctus et. Ipsum sit
gubergren dolores et, consetetur justo invidunt at et aliquyam ut et vero clita. Diam sea
sea no sed dolores diam nonumy, gubergren sit stet no diam kasd vero.</p>
</div>
<h2 class="mb-3">Related Courses</h2>
<div class="owl-carousel related-carousel position-relative" style="padding: 0 30px;">
<a class="courses-list-item position-relative d-block overflow-hidden mb-2" href="detail.html">
<img class="img-fluid" src="img/courses-1.jpg" alt="">
<div class="courses-text">
<h4 class="text-center text-white px-3">Web design & development courses for
beginners</h4>
<div class="border-top w-100 mt-3">
<div class="d-flex justify-content-between p-4">
<span class="text-white"><i class="fa fa-user mr-2"></i>Jhon Doe</span>
<span class="text-white"><i class="fa fa-star mr-2"></i>4.5
<small>(250)</small></span>
</div>
</div>
</div>
</a>
<a class="courses-list-item position-relative d-block overflow-hidden mb-2" href="detail.html">
<img class="img-fluid" src="img/courses-2.jpg" alt="">
<div class="courses-text">
<h4 class="text-center text-white px-3">Web design & development courses for
beginners</h4>
<div class="border-top w-100 mt-3">
<div class="d-flex justify-content-between p-4">
<span class="text-white"><i class="fa fa-user mr-2"></i>Jhon Doe</span>
<span class="text-white"><i class="fa fa-star mr-2"></i>4.5
<small>(250)</small></span>
</div>
</div>
</div>
</a>
<a class="courses-list-item position-relative d-block overflow-hidden mb-2" href="detail.html">
<img class="img-fluid" src="img/courses-3.jpg" alt="">
<div class="courses-text">
<h4 class="text-center text-white px-3">Web design & development courses for
beginners</h4>
<div class="border-top w-100 mt-3">
<div class="d-flex justify-content-between p-4">
<span class="text-white"><i class="fa fa-user mr-2"></i>Jhon Doe</span>
<span class="text-white"><i class="fa fa-star mr-2"></i>4.5
<small>(250)</small></span>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
<div class="bg-primary mb-5 py-3">
<h3 class="text-white py-3 px-4 m-0">Course Features</h3>
<div class="d-flex justify-content-between border-bottom px-4">
<h6 class="text-white my-3">Instructor</h6>
<h6 class="text-white my-3">John Doe</h6>
</div>
<div class="d-flex justify-content-between border-bottom px-4">
<h6 class="text-white my-3">Rating</h6>
<h6 class="text-white my-3">4.5 <small>(250)</small></h6>
</div>
<div class="d-flex justify-content-between border-bottom px-4">
<h6 class="text-white my-3">Lectures</h6>
<h6 class="text-white my-3">15</h6>
</div>
<div class="d-flex justify-content-between border-bottom px-4">
<h6 class="text-white my-3">Duration</h6>
<h6 class="text-white my-3">10.00 Hrs</h6>
</div>
<div class="d-flex justify-content-between border-bottom px-4">
<h6 class="text-white my-3">Skill level</h6>
<h6 class="text-white my-3">All Level</h6>
</div>
<div class="d-flex justify-content-between px-4">
<h6 class="text-white my-3">Language</h6>
<h6 class="text-white my-3">English</h6>
</div>
<h5 class="text-white py-3 px-4 m-0">Course Price: $199</h5>
<div class="py-3 px-4">
<a class="btn btn-block btn-secondary py-3 px-5" href="">Enroll Now</a>
</div>
</div>
<div class="mb-5">
<h2 class="mb-3">Categories</h2>
<ul class="list-group list-group-flush">
<li class="list-group-item d-flex justify-content-between align-items-center px-0">
<a href="" class="text-decoration-none h6 m-0">Web Design</a>
<span class="badge badge-primary badge-pill">150</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center px-0">
<a href="" class="text-decoration-none h6 m-0">Web Development</a>
<span class="badge badge-primary badge-pill">131</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center px-0">
<a href="" class="text-decoration-none h6 m-0">Online Marketing</a>
<span class="badge badge-primary badge-pill">78</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center px-0">
<a href="" class="text-decoration-none h6 m-0">Keyword Research</a>
<span class="badge badge-primary badge-pill">56</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center px-0">
<a href="" class="text-decoration-none h6 m-0">Email Marketing</a>
<span class="badge badge-primary badge-pill">98</span>
</li>
</ul>
</div>
<div class="mb-5">
<h2 class="mb-4">Recent Courses</h2>
<a class="d-flex align-items-center text-decoration-none mb-4" href="">
<img class="img-fluid rounded" src="img/courses-80x80.jpg" alt="">
<div class="pl-3">
<h6>Web design & development courses for beginners</h6>
<div class="d-flex">
<small class="text-body mr-3"><i class="fa fa-user text-primary mr-2"></i>Jhon Doe</small>
<small class="text-body"><i class="fa fa-star text-primary mr-2"></i>4.5 (250)</small>
</div>
</div>
</a>
<a class="d-flex align-items-center text-decoration-none mb-4" href="">
<img class="img-fluid rounded" src="img/courses-80x80.jpg" alt="">
<div class="pl-3">
<h6>Web design & development courses for beginners</h6>
<div class="d-flex">
<small class="text-body mr-3"><i class="fa fa-user text-primary mr-2"></i>Jhon Doe</small>
<small class="text-body"><i class="fa fa-star text-primary mr-2"></i>4.5 (250)</small>
</div>
</div>
</a>
<a class="d-flex align-items-center text-decoration-none mb-4" href="">
<img class="img-fluid rounded" src="img/courses-80x80.jpg" alt="">
<div class="pl-3">
<h6>Web design & development courses for beginners</h6>
<div class="d-flex">
<small class="text-body mr-3"><i class="fa fa-user text-primary mr-2"></i>Jhon Doe</small>
<small class="text-body"><i class="fa fa-star text-primary mr-2"></i>4.5 (250)</small>
</div>
</div>
</a>
<a class="d-flex align-items-center text-decoration-none" href="">
<img class="img-fluid rounded" src="img/courses-80x80.jpg" alt="">
<div class="pl-3">
<h6>Web design & development courses for beginners</h6>
<div class="d-flex">
<small class="text-body mr-3"><i class="fa fa-user text-primary mr-2"></i>Jhon Doe</small>
<small class="text-body"><i class="fa fa-star text-primary mr-2"></i>4.5 (250)</small>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Detail End -->
<!-- Footer Start -->
<div class="container-fluid position-relative overlay-top bg-dark text-white-50 py-5" style="margin-top: 90px;">
<div class="container mt-5 pt-5">
<div class="row">
<div class="col-md-6 mb-5">
<a href="index.html" class="navbar-brand">
<h1 class="mt-n2 text-uppercase text-white"><i class="fa fa-book-reader mr-3"></i>Edukate</h1>
</a>
<p class="m-0">Accusam nonumy clita sed rebum kasd eirmod elitr. Ipsum ea lorem at et diam est, tempor rebum ipsum sit ea tempor stet et consetetur dolores. Justo stet diam ipsum lorem vero clita diam</p>
</div>
<div class="col-md-6 mb-5">
<h3 class="text-white mb-4">Newsletter</h3>
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control border-light" style="padding: 30px;" placeholder="Your Email Address">
<div class="input-group-append">
<button class="btn btn-primary px-4">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-5">
<h3 class="text-white mb-4">Get In Touch</h3>
<p><i class="fa fa-map-marker-alt mr-2"></i>123 Street, New York, USA</p>
<p><i class="fa fa-phone-alt mr-2"></i>+012 345 67890</p>
<p><i class="fa fa-envelope mr-2"></i>info@example.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="text-white mr-4" href="#"><i class="fab fa-2x fa-twitter"></i></a>
<a class="text-white mr-4" href="#"><i class="fab fa-2x fa-facebook-f"></i></a>
<a class="text-white mr-4" href="#"><i class="fab fa-2x fa-linkedin-in"></i></a>
<a class="text-white" href="#"><i class="fab fa-2x fa-instagram"></i></a>
</div>
</div>
<div class="col-md-4 mb-5">
<h3 class="text-white mb-4">Our Courses</h3>
<div class="d-flex flex-column justify-content-start">
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Web Design</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Apps Design</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Marketing</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Research</a>
<a class="text-white-50" href="#"><i class="fa fa-angle-right mr-2"></i>SEO</a>
</div>
</div>
<div class="col-md-4 mb-5">
<h3 class="text-white mb-4">Quick Links</h3>
<div class="d-flex flex-column justify-content-start">
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Privacy Policy</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Terms & Condition</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Regular FAQs</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Help & Support</a>
<a class="text-white-50" href="#"><i class="fa fa-angle-right mr-2"></i>Contact</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white-50 border-top py-4" style="border-color: rgba(256, 256, 256, .1) !important;">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0">Copyright © <a class="text-white" href="#">Your Site Name</a>. All Rights Reserved.
</p>
</div>
<div class="col-md-6 text-center text-md-right">
<p class="m-0">Designed by <a class="text-white" href="https://htmlcodex.com">HTML Codex</a>
</p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary rounded-0 btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>