-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
302 lines (279 loc) · 13.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
<link rel="stylesheet" href="style.css" />
<title>E-School</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-md navbar-light text-danger py-3 fixed top">
<div class="container">
<a href="#" class="navbar-brand"><img src="./e-school-resources-master/ICON/Logo.png" alt=""
style="width: 200px" /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="#books" class="nav-link text-black">Books</a>
</li>
<li class="nav-item">
<a href="#courses" class="nav-link text-black">Courses</a>
</li>
<li class="nav-item">
<a href="#testimonial" class="nav-link text-black">Others</a>
</li>
<li class="nav-item">
<a href="#blog" class="nav-link text-black">Blog</a>
</li>
<li class="nav-item">
<button type="button" class="btn btn-success navbar-btn rounded-pill px-4 py-2">
Sign in
</button>
</li>
</ul>
</div>
</div>
</nav>
<!-- Showcase -->
<section class="showcase p-5" id="books">
<div class="container">
<div class="row d-flex align-items-center justify-content-between g-5">
<div class="col-md-6">
<h6 class="pb-2 orange">Are you ready to learn?</h6>
<h1 class="fw-bold">Learn With fun</h1>
<h1 class="fw-bold pb-3">
on <span class="green">any schedule</span>
</h1>
<p class="pb-2 gray lh-lg">
Lorem ipsum dolor sit amet consectetur <br />
adipisicing elit. Dolorem libero cum nesciunt.
</p>
<button type="button" class="btn btn-success rounded-pill px-4 py-2">
Get Started
</button>
</div>
<div class="col-md-6">
<img class="img-fluid" src="./e-school-resources-master/Photos/Illustration.png" alt="" />
</div>
</div>
</div>
</section>
<!-- Boxes -->
<section class="p-5">
<div class="container">
<div class="row g-4">
<div class="col-sm d-flex justify-content-center">
<div class="card small text-center d-flex align-items-center border-0">
<img src="./e-school-resources-master/ICON/book.png" class="card-img-top w-25 h-25 mt-5 mb-2" alt="..." />
<div class="card-body">
<h5 class="card-title fw-bold">1500+ Topic</h5>
<p class="card-text gray">Learn Anythings</p>
</div>
</div>
</div>
<div class="col-sm d-flex justify-content-center">
<div class="card small bg-white shadow-lg text-center d-flex align-items-center border-0">
<img src="./e-school-resources-master/ICON/Student.png" class="card-img-top w-25 h-25 mt-5 mb-2"
alt="..." />
<div class="card-body">
<h5 class="card-title fw-bold">1800+ Students</h5>
<p class="card-text gray">Learn Anythings</p>
</div>
</div>
</div>
<div class="col-sm d-flex justify-content-center">
<div class="card small text-center d-flex align-items-center border-0">
<img src="./e-school-resources-master/ICON/Test.png" class="card-img-top w-25 h-25 mt-5 mb-2" alt="..." />
<div class="card-body">
<h5 class="card-title fw-bold">9k+ Test Token</h5>
<p class="card-text gray">Learn Anythings</p>
</div>
</div>
</div>
<div class="col-sm d-flex justify-content-center">
<div class="card small text-center d-flex align-items-center border-0">
<img src="./e-school-resources-master/ICON/Students.png" class="card-img-top w-25 h-25 mt-5 mb-2"
alt="..." />
<div class="card-body">
<h5 class="card-title fw-bold">2000+ Student</h5>
<p class="card-text gray">Learn Anythings</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Online Courses -->
<section class="p-5" id="courses">
<div class="container">
<h2 class="fw-bolder d-flex justify-content-center pb-5">
Online Courses
</h2>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col d-flex justify-content-center">
<div class="card h-100 border-0 shadow">
<img src="./e-school-resources-master/Photos/Morder pyschology.png" class="card-img-top px-3 pt-4"
alt="..." />
<div class="card-body">
<h5 class="card-title">Modern Psychology</h5>
<p class="card-text gray">Designation</p>
<a href="#" class="btn btn-success rounded-pill px-4 py-2">Buy Course</a>
</div>
<div class="card-footer d-xl-flex justify-content-between bg-white border-0">
<div class="d-flex">
<img src="./e-school-resources-master/ICON/calendar.png" alt="" class="icon me-2" />
<p>Start 20 April, 2021</p>
</div>
<div class="d-flex">
<img src="./e-school-resources-master/ICON/people.png" alt="" class="icon me-2" />
<p>60 seats</p>
</div>
</div>
</div>
</div>
<div class="col d-flex justify-content-center">
<div class="card h-100 border-0 shadow">
<img src="./e-school-resources-master/Photos/Morder pychons.png" class="card-img-top px-3 pt-4" alt="..." />
<div class="card-body">
<h5 class="card-title">Modern Psychology</h5>
<p class="card-text gray">Designation</p>
<a href="#" class="btn btn-success rounded-pill px-4 py-2">Buy Course</a>
</div>
<div class="card-footer d-xl-flex justify-content-between bg-white border-0">
<div class="d-flex">
<img src="./e-school-resources-master/ICON/calendar.png" alt="" class="icon me-2" />
<p>Start 20 April, 2021</p>
</div>
<div class="d-flex">
<img src="./e-school-resources-master/ICON/people.png" alt="" class="icon me-2" />
<p>60 seats</p>
</div>
</div>
</div>
</div>
<div class="col d-flex justify-content-center">
<div class="card h-100 border-0 shadow">
<img src="./e-school-resources-master/Photos/Morder psyc.png" class="card-img-top px-3 pt-4" alt="..." />
<div class="card-body">
<h5 class="card-title">Modern Psychology</h5>
<p class="card-text gray">Designation</p>
<a href="#" class="btn btn-success rounded-pill px-4 py-2">Buy Course</a>
</div>
<div class="card-footer d-xl-flex justify-content-between bg-white border-0">
<div class="d-flex">
<img src="./e-school-resources-master/ICON/calendar.png" alt="" class="icon me-2" />
<p>Start 20 April, 2021</p>
</div>
<div class="d-flex">
<img src="./e-school-resources-master/ICON/people.png" alt="" class="icon me-2" />
<p>60 seats</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial -->
<section class="p-5 mb-5" id="testimonial">
<div class="container">
<h2 class="fw-bolder d-flex justify-content-center pb-5">
Testimonial
</h2>
<div class="row g-5">
<div class="col-md-4 d-flex justify-content-center justify-content-md-end">
<img class="w-25 img-fluid" src="./e-school-resources-master/Photos/Man.png" alt="" />
</div>
<div class="col-md-8">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut
voluptas eligendi quod facilis <br />
Odio, quod earum voluptates quibusdam quas magni maiores maxime
quae, suscipit Lore. <br />
commodi dignissimos tempora? Placeat fugit, eos itaque nostrum
perferendis velit natus?<br />
Quibusdam libero nisi harum?
</p>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="bg-dark text-white pt-5 pb-4" id="blog">
<div class="container text-center text-md-start">
<div class="row text-center text-md-start">
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h5 class="fw-bold mb-4">Company Name</h5>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Magni in
cumque repellat laboriosam voluptatibus quam ducimus officia
officiis consequuntur qui.
</p>
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h5 class="fw-bold mb-4">Courses</h5>
<p><a class="text-white" href="" style="text-decoration: none">Graphic Design</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Web Design</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Business</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Marketing</a> </p>
<p><a class="text-white" href="" style="text-decoration: none">Engineering</a></p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h5 class="fw-bold mb-4">Terms</h5>
<p><a class="text-white" href="" style="text-decoration: none">Graphic Design</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Web Design</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Business</a> </p>
<p><a class="text-white" href="" style="text-decoration: none">Marketing</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Engineering</a></p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h5 class="fw-bold mb-4">Useful links</h5>
<p><a class="text-white" href="" style="text-decoration: none">Graphic Design</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Web Design</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Business</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Marketing</a></p>
<p><a class="text-white" href="" style="text-decoration: none">Engineering</a></p>
</div>
</div>
<hr class="mb-4">
<div class="row">
<div class="col-md-7 col-lg-8">
<p>Copyright ©2021 All rights reserved by: <a href="https://www.linkedin.com/in/shararnur/"
style="text-decoration: none;"><strong class="text-warning">Sharar
Nur</strong></a></p>
</div>
<div class="col-md-5 col-lg-4">
<div class="text-center text-md-end">
<ul class="list-inline list-unstyled">
<li class="list-inline-item"><a href="" style="text-decoration: none; font-size: 23px;"
class="text-white btn-sm"><i class="fab fa-facebook"></i></a></li>
<li class="list-inline-item"><a href="" style="text-decoration: none; font-size: 23px;"
class="text-white btn-sm"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="" style="text-decoration: none; font-size: 23px;"
class="text-white btn-sm"><i class="fab fa-google-plus"></i></a></li>
<li class="list-inline-item"><a href="" style="text-decoration: none; font-size: 23px;"
class="text-white btn-sm"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a href="" style="text-decoration: none; font-size: 23px;"
class="text-white btn-sm"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"></script>
</body>
</html>