-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
699 lines (666 loc) · 25.9 KB
/
index.html
File metadata and controls
699 lines (666 loc) · 25.9 KB
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
href="./img/fave-icon/fave-icon-codeboost.png"
type="image/png"
/>
<link rel="stylesheet" href="./css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="./css/general.css" />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet"
/>
<title>Codeboost</title>
</head>
<body>
<!-- HEADER -->
<header class="header">
<a href="#">
<img src="./img/logo-codeboost.png" alt="codeboost-logo" class="logo" />
</a>
<nav class="main-nav">
<ul class="main-nav-list">
<li><a class="main-nav-link" href="#">Courses</a></li>
<li><a class="main-nav-link" href="#">How it works</a></li>
<li><a class="main-nav-link" href="#">Success Stories</a></li>
<li><a class="main-nav-link" href="#">Pricing</a></li>
<li><a class="main-nav-link nav-cta" href="#">Free Courses</a></li>
</ul>
</nav>
</header>
<!-- MAIN -->
<main>
<!-- <img src="./img/psd_3d_render_rocket_ioslated_on_background.png" alt="Rocket" class="rocket" /> -->
<section class="section-hero">
<div class="shape shape--one"></div>
<div class="shape shape--two"></div>
<img
src="./img/psd_3d_render_rocket_ioslated_on_background.png"
alt="rocket"
class="rocket-bg"
/>
<div class="hero">
<div class="section-text-box">
<h1 class="heading-primary">
Learn to code and build project,every <br /><span
class="highlight"
>{single day}</span
>
</h1>
<p class="hero-description">
Master coding faster with hands-on projects and AI-powered
guidance—tailored for every skill level!
</p>
<a href="#" class="btn btn--full margin-right-sm"
>Start Learning Now</a
>
<!-- <a href="#" class="btn btn--outline">Learn more →</a> -->
<div class="delivered-meals">
<div class="delivered-imgs">
<img
src="./img/customers/customer-1.jpg"
alt="customer photos"
/>
<img
src="./img/customers/customer-2.jpg"
alt="customer photos"
/>
<img
src="./img/customers/customer-3.jpg"
alt="customer photos"
/>
<img
src="./img/customers/customer-4.jpg"
alt="customer photos"
/>
<img
src="./img/customers/customer-5.jpg"
alt="customer photos"
/>
<img
src="./img/customers/customer-6.jpg"
alt="customer photos"
/>
</div>
<p class="delivered-text">
<span>250,000+</span> students trained last year!
</p>
</div>
</div>
<!-- <div class="hero-img-box">
<img
src="./img/Hero-img.png"
class="hero-img"
alt="woman enjoying food, meals in storage container, and food bowls on a table"
/>
</div> -->
</div>
</section>
<!-- SECTION FEATURED -->
<section class="section-featured">
<div class="container">
<h2 class="heading-featured-in">Hired by top companies</h2>
</div>
<div class="logos">
<div class="marquee">
<div class="marquee__group">
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-windows"></ion-icon>
<ion-icon name="logo-apple"></ion-icon>
<ion-icon name="logo-android"></ion-icon>
</div>
<div class="marquee__group" aria-hidden="true">
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-apple"></ion-icon>
<ion-icon name="logo-android"></ion-icon>
</div>
</div>
</div>
</section>
<!-- section-courses -->
<section class="section-courses">
<!-- Section header: Title and subtitle -->
<div class="container center-text">
<span class="subheading">Courses</span>
<h2 class="heading-secondary">Dive Into Project-Based Courses</h2>
</div>
<!-- Courses grid: 3 columns -->
<div class="container grid grid--3--cols margin-bottom-md">
<!-- ------- card 1 ------- -->
<div class="card">
<img
class="img__courses"
src="./img/js-card.png"
alt="JavaScript Practices Cover"
/>
<div class="card__body">
<!-- Card header: Title, subtitle, and rating -->
<div class="card__header">
<div>
<div class="card__title">JavaScript</div>
<div class="card__subtitle">
Project-Based Exercises All Levels
</div>
</div>
<div class="card__rating">
<svg class="star-icon" viewBox="0 0 20 20">
<path
d="M10 15l-5.878 3.09 1.122-6.545L.488 6.91l6.561-.955L10 0l2.951 5.955 6.561.955-4.756 4.635 1.122 6.545z"
/>
</svg>
<span class="card__number-count">4.8 </span>
<span class="card__rating-count">(138)</span>
</div>
</div>
<!-- Card features: Duration and number of mini courses -->
<div class="card__features">
<div class="card__feature">48 Hours</div>
<div class="card__feature">10 Mini Courses</div>
</div>
<!-- Card description -->
<div class="card__description">
Lorem ipsum dolor sit amet consectetur. Platea etiam vitae sed
eget varius egestas. Massa nulla malesuada vestibulum aliquet
quis ut.
</div>
<!-- Card action button -->
<button class="btn--primary">Start Practicing</button>
</div>
</div>
<!-- ------- card 2 ------- -->
<div class="card">
<img
class="img__courses"
src="./img/js-card.png"
alt="JavaScript Practices Cover"
/>
<div class="card__body">
<!-- Card header: Title, subtitle, and rating -->
<div class="card__header">
<div>
<div class="card__title">JavaScript</div>
<div class="card__subtitle">
Project-Based Exercises All Levels
</div>
</div>
<div class="card__rating">
<svg class="star-icon" viewBox="0 0 20 20">
<path
d="M10 15l-5.878 3.09 1.122-6.545L.488 6.91l6.561-.955L10 0l2.951 5.955 6.561.955-4.756 4.635 1.122 6.545z"
/>
</svg>
<span class="card__number-count">4.8 </span>
<span class="card__rating-count">(138)</span>
</div>
</div>
<!-- Card features: Duration and number of mini courses -->
<div class="card__features">
<div class="card__feature">48 Hours</div>
<div class="card__feature">10 Mini Courses</div>
</div>
<!-- Card description -->
<div class="card__description">
Lorem ipsum dolor sit amet consectetur. Platea etiam vitae sed
eget varius egestas. Massa nulla malesuada vestibulum aliquet
quis ut.
</div>
<!-- Card action button -->
<button class="btn--primary">Start Practicing</button>
</div>
</div>
<!-- ------- card 3 ------- -->
<div class="card">
<img
class="img__courses"
src="./img/js-card.png"
alt="JavaScript Practices Cover"
/>
<div class="card__body">
<!-- Card header: Title, subtitle, and rating -->
<div class="card__header">
<div>
<div class="card__title">JavaScript</div>
<div class="card__subtitle">
Project-Based Exercises All Levels
</div>
</div>
<div class="card__rating">
<svg class="star-icon" viewBox="0 0 20 20">
<path
d="M10 15l-5.878 3.09 1.122-6.545L.488 6.91l6.561-.955L10 0l2.951 5.955 6.561.955-4.756 4.635 1.122 6.545z"
/>
</svg>
<span class="card__number-count">4.8 </span>
<span class="card__rating-count">(138)</span>
</div>
</div>
<!-- Card features: Duration and number of mini courses -->
<div class="card__features">
<div class="card__feature">48 Hours</div>
<div class="card__feature">10 Mini Courses</div>
</div>
<!-- Card description -->
<div class="card__description">
Lorem ipsum dolor sit amet consectetur. Platea etiam vitae sed
eget varius egestas. Massa nulla malesuada vestibulum aliquet
quis ut.
</div>
<!-- Card action button -->
<button class="btn--primary">Start Practicing</button>
</div>
</div>
</div>
<!-- See all courses link below the cards, aligned right -->
<div class="container" style="text-align: right; margin-top: 1.5rem">
<a href="#" class="link see-all-courses-link"
>See all courses →</a
>
</div>
</section>
<!-- section-how -->
<section class="section-how">
<div class="container">
<span class="subheading">How it works</span>
<h2 class="heading-secondary">
Your Coding Journey in 3 Simple Steps
</h2>
</div>
<div class="container grid grid--2--cols grid--center-v">
<!-- STEP 01 -->
<div class="step-text-box">
<p class="step-number">01</p>
<h3 class="heading-tertiary">Choose Your Learning Path</h3>
<p class="step-description">
Select your area of interest—Web Development, Design, AI, or
Security. Get a personalized roadmap tailored to your goals.
</p>
</div>
<div class="step-img-box">
<img
class="step-img"
src="./img/app/mobile-01.png"
alt="iphone with app screen"
/>
</div>
<!-- STEP 02 -->
<div class="step-img-box">
<img
class="step-img"
src="./img/app/mobile-02.png"
alt="iphone with app screen"
/>
</div>
<div class="step-text-box">
<p class="step-number">02</p>
<h3 class="heading-tertiary">Explore Courses & Start Learning</h3>
<p class="step-description">
Browse through curated courses with detailed playlists and
real-world projects. Track your progress and unlock new lessons as
you advance.
</p>
</div>
<!-- STEP 03 -->
<div class="step-text-box">
<p class="step-number">03</p>
<h3 class="heading-tertiary">Build Projects & Earn Certificates</h3>
<p class="step-description">
Apply your skills by building real projects. Complete courses to
earn certificates that boost your career.
</p>
</div>
<div class="step-img-box">
<img
class="step-img"
src="./img/app/mobile-03.png"
alt="iphone with app screen"
/>
</div>
</div>
</section>
<!-- section-testomonials -->
<section class="section-testomonials">
<div class="testomonials-container">
<span class="subheading">What Our Students Say</span>
<h2 class="heading-secondary">
Learn to code,<br />
change your future!
</h2>
<div class="testomonials">
<figure class="testomonial">
<img
class="testomonial-img"
src="./img/customers/dave.jpg"
alt="dave"
/>
<blockquote class="testomonial-text">
I never thought coding could be this fun! The interactive
projects kept me engaged every step of the way.
</blockquote>
<p class="testomonial-name">— Dave Bryson</p>
</figure>
<figure class="testomonial">
<img
class="testomonial-img"
src="./img/customers/ben.jpg"
alt="ben"
/>
<blockquote class="testomonial-text">
CodeBoost transformed my coding skills! The structured learning
made everything so easy.
</blockquote>
<p class="testomonial-name">— Ben Hadley</p>
</figure>
<figure class="testomonial">
<img
class="testomonial-img"
src="./img/customers/steve.jpg"
alt="Ben Hadley"
/>
<blockquote class="testomonial-text">
The AI-powered learning recommendations kept me on track. This
platform is a game changer!
</blockquote>
<p class="testomonial-name">— Steve Miller</p>
</figure>
<figure class="testomonial">
<img
class="testomonial-img"
src="./img/customers/hannah.jpg"
alt="Hannah Smith"
/>
<blockquote class="testomonial-text">
CodeBoost transformed my coding skills! The structured learning
made everything so easy.
</blockquote>
<p class="testomonial-name">— Hannah Smith</p>
</figure>
</div>
</div>
<div class="gallery">
<figure class="gallery-item">
<img src="./img/gallery/1.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/2.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/3.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/4.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/5.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/6.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/7.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/8.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/10.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/11.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/12.jpg" alt="customer gallery" />
</figure>
<figure class="gallery-item">
<img src="./img/gallery/13.jpg" alt="customer gallery" />
</figure>
</div>
</section>
<section class="section-pricing">
<div class="container">
<span class="subheading">Pricing</span>
<h2 class="heading-secondary">
Boost Your Skills Without the High Costs
</h2>
</div>
<div class="container grid grid--2--cols margin-bottom-md">
<div class="pricing-plan pricing-plan--starter">
<header class="plan-header">
<p class="plan-name">Starter</p>
<p class="plan-price"><span>$</span>19</p>
<p class="plan-text">Learn coding basics easily.</p>
</header>
<ul class="list">
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon
><span>10+ beginner courses</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon
><span>Basic learning roadmap</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon
><span>Track your progress</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="close-outline"></ion-icon
><span>No certification included</span>
</li>
</ul>
<div class="plan-sign-up">
<a href="#" class="btn btn--full">Get Starter Plan</a>
</div>
</div>
<div class="pricing-plan pricing-plan--complete">
<header class="plan-header">
<p class="plan-name">Complete</p>
<p class="plan-price"><span>$</span>49</p>
<p class="plan-text">Master coding with real projects.</p>
</header>
<ul class="list">
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon
><span><strong>Unlimited </strong>course access</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon
><span><strong>Personalized</strong> learning paths</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon
><span>Priority support & mentorship</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon
><span>Certificate of completion</span>
</li>
</ul>
<div class="plan-sign-up">
<a href="#" class="btn btn--full">Get Complete Plan</a>
</div>
</div>
</div>
<div class="container grid">
<aside class="plan-details">
Prices include all applicable taxes. You can cancel at any time.
Both plans include the following:
</aside>
</div>
<div class="container grid grid--4--cols">
<div class="feature">
<ion-icon class="feature-icon" name="infinite-outline"></ion-icon>
<div class="feature-title">Learn Anytime!</div>
<div class="feature-text">
Access your courses 365 days a year, anytime, anywhere—no limits.
</div>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="laptop-outline"></ion-icon>
<div class="feature-title">Expert Courses</div>
<div class="feature-text">
Learn from experts with content designed for real-world skills.
</div>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="leaf-outline"></ion-icon>
<div class="feature-title">Without Limits</div>
<div class="feature-text">
Track progress with lessons, quizzes, and projects—no limits.
</div>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="pause-outline"></ion-icon>
<div class="feature-title">Pause anytime</div>
<div class="feature-text">
Pause anytime, resume when ready—progress stays saved.
</div>
</div>
</div>
</section>
<section class="section-cta">
<div class="container">
<div class="cta">
<div class="cta-text-box">
<h2 class="heading-secondary">Claim Your Free Course!</h2>
<p class="cta-text">
Start learning new skills with our free course trial. Boost your
knowledge, explore coding basics, and unlock new opportunities.
No risk—cancel anytime!
</p>
<form action="#" class="cta-form">
<div>
<label for="full-name">Full Name</label>
<input
id="full-name"
type="text"
placeholder="Your name"
required
/>
</div>
<div>
<label for="email">Email address</label>
<input
id="email"
type="email"
placeholder="me@example.com"
required
/>
</div>
<div>
<label for="select-for">Where did you hear us?</label>
<select id="select-for" required>
<option value="friends">Friends and family</option>
<option value="podcast">Podcast</option>
<option value="youtube">YouTube video</option>
<option value="ad">Facebook ad</option>
<option value="others">Others</option>
</select>
</div>
<button class="btn btn--form">Sign up now</button>
</form>
</div>
<div
class="cta-img-box"
role="img"
aria-label="Woman enjoying food"
></div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container grid grid--footer">
<div class="logo-col">
<a href="#" class="footer-logo">
<img
src="./img/logo-codeboost.png"
alt="omnifood-logo"
class="logo"
/>
</a>
<ul class="social-link">
<li>
<a class="footer-link" href="#"
><ion-icon class="social-icon" name="logo-instagram"></ion-icon
></a>
</li>
<li>
<a class="footer-link" href="#"
><ion-icon class="social-icon" name="logo-facebook"></ion-icon
></a>
</li>
<li>
<a class="footer-link" href="#"
><ion-icon class="social-icon" name="logo-twitter"></ion-icon
></a>
</li>
</ul>
<p class="copyright">
Copyright © 2033 by Codeboost, Inc. All rights resevered.
</p>
</div>
<div class="address-col">
<p class="footer-heading">Contact us</p>
<address class="contacs">
<p class="address">
Ohmstraße 23, 2. Etage, 53757 Sankt Augustin, Deutschland
</p>
<a class="footer-link" href="tel:415-201-6370">315-133-5353</a>
<br />
<a class="footer-link" href="mailto:hello@omnifood.com"
>hello@codeboost.com</a
>
</address>
</div>
<nav class="nav-col">
<p class="footer-heading">Account</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">Create account</a></li>
<li><a class="footer-link" href="#">Sign in</a></li>
<li><a class="footer-link" href="#">iOS app</a></li>
<li><a class="footer-link" href="#">Android app</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading">Company</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">About Codeboost</a></li>
<li><a class="footer-link" href="#">For Business</a></li>
<li><a class="footer-link" href="#">Cooking partners</a></li>
<li><a class="footer-link" href="#">Careers</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading">Resources</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">Recipe directory</a></li>
<li><a class="footer-link" href="#">Help center</a></li>
<li><a class="footer-link" href="#">Privacy & terms</a></li>
</ul>
</nav>
</div>
</footer>
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
</body>
</html>