-
Notifications
You must be signed in to change notification settings - Fork 2
/
detail.html
290 lines (255 loc) · 18 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
<!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>7GES - Detail</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="static/assets/favicon.jpg" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" type="text/css" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="static/css/styles.css" rel="stylesheet" />
</head>
<body>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-light bg-light bg-gradient static-top">
<div class="container">
<a class="navbar-brand fw-bold" href="index.html">
<img class="logo" src="static/assets/logo.jpg">7GES
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="courses.html">Courses</a></li>
<li class="nav-item"><a class="nav-link" href="#">Prices</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary fw-bold" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Derkos</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="profile.html">Profile</a></li>
<li><a class="dropdown-item" href="bookmarks.html">Bookmarks</a></li>
<li><a class="dropdown-item" href="#">Change Password</a></li>
<li><hr class="dropdown-divider" /></li>
<li><a class="dropdown-item text-danger" href="#">Logout</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page content-->
<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="staticBackdropLabel">Introduction to Python programming</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<!-- <video class="object-fit-cover mb-3" style="height: 300px;width: 100%;" controls autoplay>
<source src="static/assets/video/video.mp4" type="video/mp4">
</video> -->
<div class="embed-responsive embed-responsive-16by9 mb-3">
<iframe style="height: 300px;width: 100%;" class="embed-responsive-item object-fit-md-contain border rounded" src="static/assets/video/video.mp4" allowfullscreen></iframe>
</div>
<h5 class="card-title mb-3">Python - Overview</h5>
<p class="card-text text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary btn-sm" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="container py-5 bg-body-tertiary">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="courses.html">Courses</a>
</li>
<li class="breadcrumb-item" aria-current="page">Detail</li>
</ol>
</nav>
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-2 g-3 mt-3">
<div class="col-md-8">
<div class="col">
<div class="card shadow-sm border-bottom border-5">
<img class="img-thumbnail" style="height: 300px;width: 100%;" src="static/assets/img/py.jpg">
<div class="card-body bg-light">
<h3 class="card-title h4 mb-3">
Introduction to Python programming
</h3>
<p class="card-text h6 mb-3">
<img style="height: 24px;width: 24px;" class="rounded-circle me-1" src="static/assets/img/category.png">
<span class="text-muted">Category:</span> Programming
</p>
<p class="card-text h6 mb-3">
<img style="height: 24px;width: 24px;" class="rounded-circle me-1" src="static/assets/img/instructor.png">
<span class="text-muted">Instructor:</span> Denamse Derkos
</p>
<p class="card-text h6 mb-3">
<img style="height: 24px;width: 24px;" class="rounded-circle me-1" src="static/assets/img/level.png">
<span class="text-muted">Level:</span> Beginner level
</p>
<p class="card-text h6 mb-3">
<img style="height: 24px;width: 24px;" class="rounded-circle me-1" src="static/assets/img/language.png">
<span class="text-muted">Language:</span> English
</p>
<p class="card-text h6 mb-3">
<img style="height: 24px;width: 24px;" class="rounded-circle me-1" src="static/assets/img/date.png">
<span class="text-muted">Posted:</span> July 12, 2023
</p>
<p class="card-text h6 mb-3">
<img style="height: 24px;width: 24px;" class="rounded-circle me-1" src="static/assets/img/clock.png">
<span class="text-muted">Duration:</span> 2 Hours
</p>
<div class="d-flex justify-content-between align-items-center">
<small class="badge rounded-pill text-light bg-success p-2 h6">Free</small>
<div class="btn-group">
<a href="bookmarks.html" type="button" class="btn btn-sm btn-outline-primary">Bookmarks</a>
</div>
</div>
</div>
<div class="card-body">
<h5 class="card-title">What You will learn in this course</h5>
<p class="card-text text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p class="card-text text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card shadow-sm border-bottom border-5">
<div class="card-header bg-primary text-light">
<h4 class="card-title">Lessons</h4>
</div>
<div class="list-group list-group-flush">
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - Overview</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - Installing</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python Syntax</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - Variables</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - Data Types</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - User Input</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - Statements</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - Collections</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - Loops</h6>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
<h6 class="mb-0">Python - Functions</h6>
</a>
</div>
</div>
<div class="card shadow-sm border-bottom border-5">
<div class="card-header bg-primary text-light">
<h4 class="card-title">Categories</h4>
</div>
<div class="list-group list-group-flush">
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<h6 class="mb-0">Programming</h6>
<small class="text-muted">10</small>
</div>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<h6 class="mb-0">HTML & CSS</h6>
<small class="text-muted">2</small>
</div>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<h6 class="mb-0">Database</h6>
<small class="text-muted">3</small>
</div>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<h6 class="mb-0">Django</h6>
<small class="text-muted">4</small>
</div>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<h6 class="mb-0">Web Development</h6>
<small class="text-muted">6</small>
</div>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<h6 class="mb-0">Microsoft Office</h6>
<small class="text-muted">8</small>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer-->
<footer class="footer bg-light">
<div class="container">
<div class="row">
<div class="col-lg-6 h-100 text-center text-lg-start my-auto">
<ul class="list-inline mb-3">
<li class="list-inline-item"><a href="#!">About</a></li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item"><a href="#!">Contact</a></li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item"><a href="#!">Terms of Use</a></li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item"><a href="#!">Privacy Policy</a></li>
</ul>
<p class="text-muted small mb-4 mb-lg-0">© 7GES Website 2023. All Rights Reserved.</p>
</div>
<div class="col-lg-6 h-100 text-center text-lg-end my-auto">
<ul class="list-inline mb-0">
<li class="list-inline-item me-4">
<a href="#!"><i class="bi-envelope fs-3"></i></a>
</li>
<li class="list-inline-item me-4">
<a href="#!"><i class="bi-facebook fs-3"></i></a>
</li>
<li class="list-inline-item me-4">
<a href="#!"><i class="bi-whatsapp fs-3"></i></a>
</li>
<li class="list-inline-item">
<a href="#!"><i class="bi-linkedin fs-3"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="static/js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>