-
Notifications
You must be signed in to change notification settings - Fork 0
/
kids.html
181 lines (145 loc) · 8.01 KB
/
kids.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>1Lang</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- icons -->
<a href="https://icons8.com/icon/uLWV5A9vXIPu/facebook"></a>
<!-- google fonts -->
<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&family=Montserrat:ital,wght@0,100;0,400;0,900;1,900&family=Sacramento&family=Ubuntu:ital,wght@0,300;0,400;1,300;1,400;1,700&display=swap" rel="stylesheet">
<!-- css link -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="fixed.css">
<!-- font awesome -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!-- the bootstrap links -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<title>1Lang</title>
</head>
<body>
<!-- Start of the navigation-->
<nav class="navbar navbar-expand-md navbar-dark shadow-5-strong fixed-top">
<a class="navbar-brand" href="index.html"><img src="images/logo.jpg"></a>
</nav>
<!-- End of the navigation-->
<div id="plans" class="offset">
<!--start of the fixed background-->
<div class="fixed-background">
<div class="row dark text-center">
<div class="col-12">
<h3 class="heading">For Kids</h3>
<div class="heading-underline"></div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card">
<div class="card-header">
<h3 class="plan-type">20 Lessons</h3>
</div>
<div class="card-body">
<h2 class="price">Free</h2>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<div class="d-grid gap-2 col-9 mx-auto">
<button class="btn btn-lg btn-block btn-outline-dark card-button" type="button">ENROLL</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3 class="plan-type">40 Lessons</h3>
</div>
<div class="card-body">
<h2 class="price">Free</h2>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<div class="d-grid gap-2 col-9 mx-auto">
<button class="btn btn-lg btn-block btn-outline-dark card-button" type="button">ENROLL</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3 class="plan-type">20 Lessons</h3>
</div>
<div class="card-body">
<h2 class="price">Free</h2>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<div class="d-grid gap-2 col-9 mx-auto">
<button class="btn btn-lg btn-block btn-outline-dark card-button" type="button">ENROLL</button>
</div>
</div>
</div>
</div>
</div>
<div class="fixed-wrap">
<div class="fixed-kids">
</div>
</div>
</div>
<!--start of the fixed background-->
</div>
<footer>
<div class="row offset">
<div class="row col-lg-4 col-md-6 text-center">
<h3>About</h3>
<a class="hyper" href="index.html#about">About the School</a>
<a class="hyper" href="https://t.me/petermwansa">Vacancies</a>
<a class="hyper" href="https://t.me/petermwansa">Terms and Conditions</a>
<a class="hyper" href="https://t.me/petermwansa">Privacy Policy</a>
</div>
<div class="row col-lg-4 col-md-6 text-center">
<h3>Join Us</h3>
<a class="hyper" href="adults.html">Adults</a>
<a class="hyper" href="kids.html">Kids</a>
<a class="hyper" href="groups.html">Groups</a>
<a class="hyper" href="faqs.html">FAQs</a>
</div>
<div class="row col-lg-4 col-md-12 text-center">
<h3>Contact Info</h3>
<a class="hyper" href="mailto:[email protected]">[email protected]</a><br>
<a class="hyper" href="tel:+79004624784">(123) 456-7890</a>
<div class="col">
<a class="icon" href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
<a class="icon" href="https://www.youtube.com/" target="_blank"><i class="fab fa-youtube"></i></a>
<a class="icon" href="https://vk.com/feed" target="_blank"><i class="fab fa-vk"></i></a>
</div>
</div>
<div class="text-center">
<hr class="socket">
© 1lang School.
</div>
</div>
</footer>
<!--- Script Source Files -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="bootstrap-4.1.3-dist/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.5.0/js/all.js"></script>
<!--- End of Script Source Files -->
</body>
</html>