-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (128 loc) · 5.36 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/styles.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
<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=Merriweather:ital@1&family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<section id="title">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light ">
<div class="container-fluid">
<a class="navbar-brand" href="#" style="color: white">SkillSchool</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 ms-auto">
<li class="nav-item">
<a class="nav-link " ar href="#" style="color: white">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing" style="color: white">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: white">Schools</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer" style="color: white">About Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="row">
<div class="col-lg-6">
<h1>Learn real life skills at the comfort of your schools.</h1>
<p>We are a team of passionate individuals committed to provide opportunities to learn skills such as programming, web development,content writing, graphic designing and much more to school students.</p>
<button type="button" class="btn btn-warning btn-lg">Book a free session</button>
<button type="button" class="btn-lg btn btn-warning">Enroll in a course</button>
</div>
<div class="col-lg-6">
<img src="https://image.flaticon.com/icons/png/512/1080/1080985.png" alt="school">
</div>
</div>
</div>
</section>
<section id="features">
<div class="row">
<div class="col-lg-4">
<h3>Get out of the rat race</h3>
<p>Learn new skills, explore amazing stuff and step out of the conventional education system</p>
</div>
<div class="col-lg-4">
<h3>Discover your passion</h3>
<p>Discover what you are passionate about among the wide pool of opportunities available</p>
</div>
<div class="col-lg-4">
<i class="fa-solid fa-bullseye-arrow"></i>
<h3>Build a career</h3>
<p>Develope real life skills and give your career a head start</p>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel" data-interval="1000">
<div class="carousel-inner">
<div class="carousel-item active">
<h2>I want to learn something new along with my studies and Skill School completely changed my life.</h2>
<em>Navneet, S.D Public School (New Delhi)</em>
</div>
<div class="carousel-item">
<h2 class="testimonial-text">I wanted to explore different domians to discover what I am passionate about and Skill School really helped me a lot.</h2>
<em>Gaurav, Happy Senior School (New Delhi)</em>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section id="pricing">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Free Plan</h5>
<p class="card-text">Book a free demo class for yourself at the comfort of your own place.</p>
<a href="#" class="card-link">Enroll</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mentorship Plan</h5>
<p class="card-text">Get the guidance of our skilled mentors and ask your doubts.</p>
<a href="#" class="card-link">Enroll</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Career Plan</h5>
<p class="card-text">Build your career in the domain you are passionate about with the support of our professional teachers.</p>
<a href="#" class="card-link">Enroll</a>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section id="cta">
<h3>Open the doors of interactive real life learnings</h3>
<button type="button" class="btn btn-warning btn-lg">Book a Demo Class</button>
<button type="button" class="btn btn-warning btn-lg">Enroll in a course</button>
</section>
<!-- Footer -->
<footer id="footer">
<i class="fab fa-facebook-f"></i>
<p>© Copyright 2021 Skill School</p>
</footer>
</body>
</html>