-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
399 lines (392 loc) · 25.5 KB
/
index.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
397
398
399
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CourseEdu</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<!-- font awesome -->
<script src="https://kit.fontawesome.com/75cd234070.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header section -->
<header>
<div class="container my-5">
<!-- navigation -->
<nav class="navbar navbar-expand-lg bg-transparent">
<div class="container-fluid">
<a class="navbar-brand fw-bold" href="#">CourseEdu</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarNav">
<ul class="navbar-nav w-100 justify-content-center">
<li class="nav-item mx-md-4">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item mx-md-4">
<a class="nav-link" href="#">Courses</a>
</li>
<li class="nav-item mx-md-4">
<a class="nav-link" href="#">Deals</a>
</li>
<li class="nav-item mx-md-4">
<a class="nav-link">Deals</a>
</li>
<li class="nav-item mx-md-4">
<a class="nav-link">Success</a>
</li>
<li class="nav-item mx-md-4">
<a class="nav-link">About</a>
</li>
</ul>
<a class="btn btn-outline-info fw-bold" href="#">Register</a>
</div>
</div>
</nav>
<!-- slider -->
<div class="slider-section mt-5">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="slider-container d-flex justify-content-center align-items-center" style="background-image:url(images/cover/cover-1.png);background-size: cover;background-repeat: no-repeat;height: 70vh;">
<div class="contents text-center">
<h1 class="text-white display-2 fw-bold">
Get Started Digital Learning
</h1>
<p class="text-white my-5">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
</p>
<a class="btn btn-lg btn-info" href="#">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="slider-container d-flex justify-content-center align-items-center" style="background-image:url(images/cover/cover-2.jpg);background-size: cover;background-repeat: no-repeat;height: 70vh;">
<div class="contents text-center">
<h1 class="text-white display-2 fw-bold">
Become A Pro
</h1>
<p class="text-white my-5">
Meet our pro teaches, learn and be a pro!
</p>
<a class="btn btn-lg btn-info" href="#">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="slider-container d-flex justify-content-center align-items-center" style="background-image:url(images/cover/cover-3.jpg);background-size: cover;background-repeat: no-repeat;height: 70vh;">
<div class="contents text-center">
<h1 class="text-white display-2 fw-bold">
Tomorrow Starts Today
</h1>
<p class="text-white my-5">
Its not time to leave your task list for tomorrow! Lets start today.
</p>
<a class="btn btn-lg btn-info" href="#">Get Started</a>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</header>
<main>
<!-- course section -->
<div class="container">
<div class="section course-section">
<div class="course-header text-center">
<h1 class="section-title fw-bold display-4">Discover Our Popular Courses</h1>
<p class="section-text my-5">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
</p>
</div>
<div class="courses">
<div class="row">
<div class="col-lg-6">
<div class="course border p-3">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="img-fluid w-100" src="images/course/course-1.png" alt="course1">
</div>
<div class="col-sm-12 col-md-8 col-lg-8 d-flex justify-content-center align-items-center mt-4 mt-md-0">
<div class="course-details">
<h3 class="course-title fw-bold">Fundamental Of UI/UX Design</h3>
<p>Some quick example text to build on the card title
and make up the bulk of the card.</p>
<span class="fw-bold text-info h5 m">Price : 20$</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-1 mt-md-0">
<div class="course border p-3">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="img-fluid w-100" src="images/course/course-2.png" alt="course2">
</div>
<div class="col-sm-12 col-md-8 col-lg-8 d-flex justify-content-center align-items-center mt-4 mt-md-0">
<div class="course-details">
<h3 class="course-title fw-bold">Fundamental Of UI/UX Design</h3>
<p>Some quick example text to build on the card title
and make up the bulk of the card.</p>
<span class="fw-bold text-info h5 m">Price : 20$</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-6">
<div class="course border p-3">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="img-fluid w-100" src="images/course/course-3.png" alt="course3">
</div>
<div class="col-sm-12 col-md-8 col-lg-8 d-flex justify-content-center align-items-center mt-4 mt-md-0">
<div class="course-details">
<h3 class="course-title fw-bold">Fundamental Of UI/UX Design</h3>
<p>Some quick example text to build on the card title
and make up the bulk of the card.</p>
<span class="fw-bold text-info h5 m">Price : 20$</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-1 mt-md-0">
<div class="course border p-3">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="img-fluid w-100" src="images/course/course-4.png" alt="course4">
</div>
<div class="col-sm-12 col-md-8 col-lg-8 d-flex justify-content-center align-items-center mt-4 mt-md-0">
<div class="course-details">
<h3 class="course-title fw-bold">Fundamental Of UI/UX Design</h3>
<p>Some quick example text to build on the card title
and make up the bulk of the card.</p>
<span class="fw-bold text-info h5 m">Price : 20$</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-6">
<div class="course border p-3">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="img-fluid w-100" src="images/course/course-5.png" alt="course5">
</div>
<div class="col-sm-12 col-md-8 col-lg-8 d-flex justify-content-center align-items-center mt-4 mt-md-0">
<div class="course-details">
<h3 class="course-title fw-bold">Fundamental Of UI/UX Design</h3>
<p>Some quick example text to build on the card title
and make up the bulk of the card.</p>
<span class="fw-bold text-info h5 m">Price : 20$</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-1 mt-md-0">
<div class="course border p-3">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="img-fluid w-100" src="images/course/course-6.png" alt="course6">
</div>
<div class="col-sm-12 col-md-8 col-lg-8 d-flex justify-content-center align-items-center mt-4 mt-md-0">
<div class="course-details">
<h3 class="course-title fw-bold">Fundamental Of UI/UX Design</h3>
<p>Some quick example text to build on the card title
and make up the bulk of the card.</p>
<span class="fw-bold text-info h5 m">Price : 20$</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="viewAll text-center mt-4">
<a class="btn btn-info text-white" href=""> View All</a>
</div>
</div>
</div>
<!-- ready section -->
<div class="container">
<div class="section ready-section bg-info p-5">
<div class="row my-3">
<div class="col-lg-8">
<div class="ready-content">
<h1 class="text-white h1 fw-bold">Ready to Join?</h1>
<p class="text-white">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
</p>
</div>
</div>
<div class="col-lg-4 d-flex justify-content-center align-items-center">
<button class="btn btn-lg bg-white text-info fw-bold" data-bs-toggle="modal" data-bs-target="#exampleModal">Register Now</button>
</div>
</div>
</div>
</div>
<!-- register modal -->
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Register Now!</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form action="">
<div class="mt-1 input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">@</span>
<input type="text" class="form-control" placeholder="Name" aria-label="Name" aria-describedby="addon-wrapping">
</div>
<div class="mt-1 input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">@</span>
<input type="text" class="form-control" placeholder="Email" aria-label="Email" aria-describedby="addon-wrapping">
</div>
<div class="mt-1 input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">@</span>
<input type="password" class="form-control" placeholder="Password" aria-label="Password" aria-describedby="addon-wrapping">
</div>
<div class="mt-4 text-center">
<button type="submit" class="btn btn-info">Register</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- faq section -->
<div class="container">
<div class="section faq-section">
<div class="faq-header text-center">
<h1 class="section-title fw-bold display-4">Frequently Asked Questions</h1>
<p class="section-text my-5">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
</p>
</div>
<div class="faq-body">
<div class="row">
<div class="col-md-12 col-lg-6 mx-auto">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
difference between flex and grid
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
difference between flex and grid
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
Grid and flexbox. The basic difference between CSS Grid Layout and CSS Flexbox Layout is that flexbox was designed for layout in one dimension - either a row or a column. Grid was designed for two-dimensional layout - rows, and columns at the same time.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Accordion Item #3
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the third item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Accordion Item #4
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the third item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- companies section -->
<div class="container d-none d-lg-block">
<div class="section companies-section">
<div class="companies-header text-center">
<h1 class="section-title fw-bold display-4">Trusted by over 800+ companies</h1>
<p class="section-text my-5">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
</p>
</div>
<div class="companies d-flex justify-content-between">
<img src="images/company/company-1.png" alt="">
<img src="images/company/company-2.png" alt="">
<img src="images/company/company-3.png" alt="">
<img src="images/company/company-4.png" alt="">
<img src="images/company/company-5.png" alt="">
<img src="images/company/company-6.png" alt="">
</div>
</div>
</div>
<!-- fotter section -->
<div class="footer bg-dark">
<div class="container">
<footer class="section fotter-section p-5">
<div class="row my-3">
<div class="col-md-4 mx-auto text-center">
<div class="fotter-content">
<h1 class="text-white h1 fw-bold">CourseEdu</h1>
<p class="text-white">
Office 41, Zawaya Buildin, Ghala Muscat,<br>
Sultanate of Oman<br>
<a class="text-decoration-none" href="">Privacy Ploicy</a> |
<a class="text-decoration-none" href="">Terms of use</a>
</p>
<div class="social-buttons">
<a class="text-decoration-none text-white mx-2" href="https://facebook.com"><i class="fa-brands fa-facebook"></i></a>
<a class="text-decoration-none text-white mx-2" href="https://twitter.com"><i class="fa-brands fa-twitter-square"></i></a>
<a class="text-decoration-none text-white mx-2" href="https://www.linkedin.com"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>