-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
446 lines (438 loc) · 16.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
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!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 rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link
href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<title>Bensic</title>
</head>
<body>
<div id="wrapper-main">
<header class="sticky">
<div class="container">
<nav class="nav">
<div class="nav-logo">
<img src="./assets/images/Logo.svg" />
</div>
<div class="nav-links">
<ul>
<li><a href="#hero" class="active">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#courses">Courses</a></li>
<li><a href="#feedback">About</a></li>
<li><a href="#admit">Contact</a></li>
</ul>
</div>
<div class="nav-btns">
<ul>
<li>
<a href="#">Sign in</a>
</li>
<li>
<a href="#" class="sign-up">Sign up</a>
</li>
</ul>
</div>
<div class="nav-hamburger" id="nav-hamburger">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M4 6h16M4 12h16M4 18h16"
/>
</svg>
</div>
</nav>
</div>
</header>
<main class="main">
<section class="hero" id="hero">
<div class="container">
<div class="hero-wraper">
<div class="hero-text" data-aos="fade-right">
<span class="hero-text__span">😎 EASY LEAENING PLATFORM</span>
<h1 class="hero-text__title">Words learner come here.</h1>
<p class="hero-text__description">
Build skills with courses, certificates, and get online
knowledge from our world-class platform.
</p>
<div class="hero-btns">
<a href="#" class="get-started">Get Started</a>
<button class="play-btn">
<img src="./assets/images/play-video.svg" alt="img" />
</button>
</div>
</div>
<div class="hero-image" data-aos="fade-left">
<img
src="./assets/images/hero.svg"
alt="content"
class="hero-image__main"
/>
<div class="card-1 absolute">
<img
src="./assets/images/card-1.svg"
class="w-full"
alt="card-1"
/>
</div>
<div class="card-2 absolute">
<img
src="./assets/images/card-3.svg"
class="w-full"
alt="card-2"
/>
</div>
<div class="card-3 absolute">
<img
src="./assets/images/card-2.svg"
class="w-full"
alt="card-3"
/>
</div>
</div>
</div>
</div>
</section>
<section class="features" id="features">
<div class="container">
<div class="features__texts" data-aos="fade-left">
<span class="features__texts-title">FEATURES</span>
<h2 class="features__texts-subtitle">
We are providing suitable features for students.
</h2>
<p class="features__texts-description">
Read our awesome feature that is absolutely suit for you.
Explore the feature and know the best.
</p>
</div>
<div class="features__cards">
<div class="features__cards-card" data-aos="zoom-in">
<div class="features__cards-card__img">
<img src="./assets/images/live-class.svg" alt="live-class" />
</div>
<div class="features__cards-card__text">
<h4>Live Class</h4>
<p>
We are providing live classes with the best teacher for you
</p>
</div>
</div>
<div class="features__cards-card" data-aos="zoom-in">
<div class="features__cards-card__img">
<img src="./assets/images/discuss.svg" alt="discuss" />
</div>
<div class="features__cards-card__text">
<h4>Discuss</h4>
<p>
Conversation with teachers or another students about task or
any other thing
</p>
</div>
</div>
<div class="features__cards-card" data-aos="zoom-in">
<div class="features__cards-card__img">
<img src="./assets/images/task.svg" alt="task" />
</div>
<div class="features__cards-card__text">
<h4>Tasks</h4>
<p>
We give every of our students task for gathering knowledge
at home
</p>
</div>
</div>
</div>
</div>
</section>
<section class="courses" id="courses">
<div class="container">
<div class="courses__texts" data-aos="fade-left">
<span class="courses__texts-title">COURSES</span>
<h2 class="courses__texts-subtitle">
We are providing suitable features for students.
</h2>
<div class="courses__texts-description">
<p>
Read our awesome feature that is absolutely suit for you.
Explore the feature and know the best.
</p>
<span>
<a href="#">view all courses</a>
</span>
</div>
</div>
<div class="courses__cards">
<div class="courses__cards-card" data-aos="flip-left">
<div class="courses__cards-card__img">
<img src="./assets/images/lap1.svg" alt="lp1" />
</div>
<div class="courses__cards-card__text">
<h4>Web Design</h4>
<p>Fee <span>$200</span></p>
<p class="des">Web design basic to higer level</p>
<div class="stats">
<p class="stats__wrapper">
<span class="dot"></span>
<span>40 Classes</span>
</p>
<p class="stats__wrapper">
<span class="dot"></span>
<span>3 Months</span>
</p>
</div>
</div>
</div>
<div class="courses__cards-card" data-aos="flip-left">
<div class="courses__cards-card__img">
<img src="./assets/images/lap2.svg" alt="lp1" />
</div>
<div class="courses__cards-card__text">
<h4>Web Design</h4>
<p>Fee <span>$200</span></p>
<p class="des">Web development basic to higer level</p>
<div class="stats">
<p class="stats__wrapper">
<span class="dot"></span>
<span>40 Classes</span>
</p>
<p class="stats__wrapper">
<span class="dot"></span>
<span>3 Months</span>
</p>
</div>
</div>
</div>
<div class="courses__cards-card" data-aos="flip-left">
<div class="courses__cards-card__img">
<img src="./assets/images/lap3.svg" alt="lp1" />
</div>
<div class="courses__cards-card__text">
<h4>Web Design</h4>
<p>Fee <span>$200</span></p>
<p class="des">UI/UX design basic to higer level</p>
<div class="stats">
<p class="stats__wrapper">
<span class="dot"></span>
<span>40 Classes</span>
</p>
<p class="stats__wrapper">
<span class="dot"></span>
<span>3 Months</span>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="achivements" id="achivements">
<div class="container">
<div class="achivements__cards">
<div class="achivements__card">
<h2 id="countup-1"></h2>
<p>Popular Courses</p>
</div>
<div class="achivements__card">
<h2 id="countup-2"></h2>
<p>Skilled Trainer</p>
</div>
<div class="achivements__card">
<h2 id="countup-3"></h2>
<p>Student Learning</p>
</div>
</div>
</div>
</section>
<section class="feedback" id="feedback">
<div class="container">
<div class="feedback-inner">
<div class="feedback-slider">
<div class="feedback-slider-content">
<div class="feedback-slider-content__icon">
<img
src="./assets/images/Union.svg"
class="w-full"
alt="quote"
/>
</div>
<div class="feedback-slider-items">
<div class="feedback-slider-content-text slides">
<q
>They are the best people. And this is the suitable
platform to learn from distance.</q
>
<span><b>-Ben Foakes,</b> student.</span>
</div>
<div class="feedback-slider-content-text slides">
<q
>User feedback is qualitative and quantitative data from
customers
</q>
<span><b>-Ben Foakes,</b> student.</span>
</div>
<div class="feedback-slider-content-text slides">
<q
>There are many approaches and methodologies for
collecting user feedback. In an ideal world, the why,</q
>
<span><b>-Ben Foakes,</b> student.</span>
</div>
</div>
<div class="feedback-slider-content-btns">
<button id="prev">
<img src="./assets/images/left-icon.svg" alt="left" />
</button>
<button id="next">
<img src="./assets/images/right-icon.svg" alt="right" />
</button>
</div>
</div>
</div>
<div class="feedback-image" data-aos="fade-left">
<div class="feedback-image__wrapper">
<img src="./assets/images/feed-back.png" alt="feed-back" />
</div>
</div>
</div>
</div>
</section>
<section class="admit" id="admit">
<div class="container">
<div class="admit-inner" data-aos="zoom-in">
<div class="admit-left">
<h2>Ready to Get Admit</h2>
<p>Create your account and Boost your Career.</p>
</div>
<div class="admit-right">
<button>Get Started</button>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-inner">
<div class="footer-item" data-aos="zoom-in">
<img src="./assets/images/Logo.svg" alt="logo" />
</div>
<div class="footer-item footer-item--company" data-aos="flip-right">
<ul>
<li class="title">Company</li>
<li>About</li>
<li>Careers</li>
<li>Press</li>
</ul>
</div>
<div
class="footer-item footer-item--community"
data-aos="flip-right"
>
<ul>
<li class="title">Community</li>
<li>Team Plans</li>
<li>Blog</li>
<li>Students</li>
<li>Schoolarships</li>
</ul>
</div>
<div
class="footer-item footer-item--teaching"
data-aos="flip-right"
>
<ul>
<li class="title">Teaching</li>
<li>Become a teacher</li>
<li>Teaching academy</li>
</ul>
</div>
<div
class="footer-item footer-item--be-social"
data-aos="flip-right"
>
<ul>
<li class="title">Be social</li>
<li>
<img src="./assets/images/twitter.svg" alt="twitter" />
Twitter
</li>
<li>
<img src="./assets/images/facebook.svg" alt="facebook" />
Facebook
</li>
<li>
<img src="./assets/images/instagram.svg" alt="instagram" />
Instagram
</li>
<li>
<img src="./assets/images/linkedin.svg" alt="linkedin" />
Linkedin
</li>
</ul>
</div>
</div>
<div class="footer-copy-right" data-aos="zoom-in">
<p>© Designed By Shuvo</p>
</div>
</div>
</footer>
</div>
<section class="preloader">
<h1>
Bensic
<span>.</span>
<span>.</span>
<span class="blink">.</span>
</h1>
</section>
<section class="nav-drawer" id="nav-drawer">
<div class="nav-drawer__inner">
<div class="nav-drawer__inner-crossbtn" id="hide-drawer">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
fill="currenColor"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 18L18 6M6 6l12 12"
/>
</svg>
</div>
<ul class="nav-drawer__inner-links">
<li><a href="#" class="active">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Sign In</a></li>
<li><a href="#">Sign Up</a></li>
</ul>
</div>
</section>
<a id="scroll-up" class="scroll-up" href="#">
<i class="ri-arrow-drop-up-line"></i>
</a>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- <script src="assets/js/countUp.min.js"></script> -->
<script src="assets/js/script.js" type="module"></script>
</body>
</html>