-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
340 lines (291 loc) · 12 KB
/
blog.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
<!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">
<!-- Bootstrap CSS v5.2.1 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<title>KidKinder</title>
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Handlee">
<!-- Personal Css Files -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/utility.css">
<link rel="stylesheet" href="css/media.css">
</head>
<body>
<header id="header" class="header">
<div class="f-half">
<span class="logo d-flex align-items-center"> <img class="logo-img"
src="images/—Pngtree—logo for education or school_6955913.png" alt="">
<h1>KidKinder</h1>
</span>
<span class="bar">
<a id="bar">
<svg xmlns="http://www.w3.org/2000/svg" width="2.5em" height="2.5em" preserveAspectRatio="xMidYMid meet"
viewBox="0 0 24 24">
<path fill="currentColor"
d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z" />
</svg>
</a>
</span>
</div>
<div class="s-half">
<nav id="navbar" class="nav">
<ul class="m-list">
<li><a class="m-3" href="index.html">Home</a></li>
<li><a class="m-3" href="about.html">About</a></li>
<li><a class="m-3" href="class.html">Classes</a></li>
<li><a class="m-3" href="teacher.html">Teachers</a></li>
<li><a class="m-3" href="galary.html">Gallery</a></li>
<li id="drop-down" class="drop-down"><a class="m-3">Pages <svg xmlns="http://www.w3.org/2000/svg" width="2em"
height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24">
<path fill="currentColor" d="m7 10l5 5l5-5H7Z" />
</svg>
</a>
<ul id="ddm" class="drop-down-menu ddhide">
<li><a href="blog.html">Blogs</a></li>
<li><a href="Blogdetails.html">Blog Details</a></li>
</ul>
</li>
<li><a class="m-3" href="contact.html">Contact</a></li>
</ul>
<button class="jbtn rounded-pill border-0 pt-1 pb-1 pe-4 ps-4" type="button">Join now</button>
</nav>
</div>
</header>
<main>
<section class="class container-fluid bg-primary mb-5">
<div class="d-flex align-items-center justify-content-center flex-column" style="min-height: 400px">
<h3 class="display-3 font-weight-bold text-white" > Our Blogs</h3>
<div>
<a href="index.html" class="text-white linkk">Home</a>
<span class="text-white">/</span>
<span class="text-white">Our Blogs</span>
</div>
</div>
</section>
<!-- Blogs -->
<section id="blog" class="container-fluid pt-5">
<div class="container">
<div class="text-center pb-2">
<p class="section-title px-5">
<span class="px-2">LATEST BLOG
</span>
</p>
<h1 class="mb-4">Latest Articles From Blog
</h1>
<div class="row pb-3">
<div class="col-lg-4 mb-4">
<div class="card border-0 shadow-sm mb-2"></div>
<img src="images/blog-1.jpg" alt="" class="card-img-top mb-2">
<div class="card-body bg-light text-center p-4">
<h4>Diam amet eos at no eos</h4>
<div class="d-flex justify-content-center mb-3">
<small class="mr-3">
<i class="fa fa-user text-primary"></i>
Admin
</small>
<small class="mr-3">
<i class="fa fa-folder text-primary"></i>
Web Design
</small>
<small class="mr-3">
<i class="fa fa-comments text-primary"></i>
15
</small>
</div>
<p>
Sed kasd sea sed at elitr sed ipsum justo, sit nonumy diam
eirmod, duo et sed sit eirmod kasd clita tempor dolor stet
lorem. Tempor ipsum justo amet stet...
</p>
<a href="" class="btn btn-primary px-4 mx-auto my-2">Read more</a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card border-0 shadow-sm mb-2"></div>
<img src="images/blog-2.jpg" alt="" class="card-img-top mb-2">
<div class="card-body bg-light text-center p-4">
<h4>Diam amet eos at no eos</h4>
<div class="d-flex justify-content-center mb-3">
<small class="mr-3">
<i class="fa fa-user text-primary"></i>
Admin
</small>
<small class="mr-3">
<i class="fa fa-folder text-primary"></i>
Web Design
</small>
<small class="mr-3">
<i class="fa fa-comments text-primary"></i>
15
</small>
</div>
<p>
Sed kasd sea sed at elitr sed ipsum justo, sit nonumy diam
eirmod, duo et sed sit eirmod kasd clita tempor dolor stet
lorem. Tempor ipsum justo amet stet...
</p>
<a href="" class="btn btn-primary px-4 mx-auto my-2">Read more</a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card border-0 shadow-sm mb-2"></div>
<img src="images/blog-3.jpg" alt="" class="card-img-top mb-2">
<div class="card-body bg-light text-center p-4">
<h4>Diam amet eos at no eos</h4>
<div class="d-flex justify-content-center mb-3">
<small class="mr-3">
<i class="fa fa-user text-primary"></i>
Admin
</small>
<small class="mr-3">
<i class="fa fa-folder text-primary"></i>
Web Design
</small>
<small class="mr-3">
<i class="fa fa-comments text-primary"></i>
15
</small>
</div>
<p>
Sed kasd sea sed at elitr sed ipsum justo, sit nonumy diam
eirmod, duo et sed sit eirmod kasd clita tempor dolor stet
lorem. Tempor ipsum justo amet stet...
</p>
<a href="" class="btn btn-primary px-4 mx-auto my-2">Read more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contaier-fluid">
<div class="container d-flex align-items-center justify-content-center">
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="#">Previous</a></li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">Next</a></li>
</ul>
</nav>
</div>
</section>
</main>
<footer id="footer" class="container-fluid bg-secondary text-white mt-5 py-5 px-sm-3 px-md-5">
<!-- place footer here -->
<div class="row pt-5">
<div class="col-lg-3 col-md-3 mb-5">
<a href="" class="navbar-brand font-weight-bold text-primary m-0 mb-4 p-0" style="font-size: 40px; line-height: 40px">
<span class="text-white">Little Stars</span>
</a>
<p>
Labore dolor amet ipsum ea, erat sit ipsum duo eos. Volup amet ea
dolor et magna dolor, elitr rebum duo est sed diam elitr. Stet elitr
stet diam duo eos rebum ipsum diam ipsum elitr.
</p>
<div class="d-flex justify-content-start mt-4">
<a
class="btn btn-outline-primary rounded-circle text-center mr-2 me-2 px-0"
style="width: 38px; height: 38px"
href="#"
><i class="fab fa-twitter"></i
></a>
<a
class="btn btn-outline-primary rounded-circle text-center mr-2 me-2 px-0"
style="width: 38px; height: 38px"
href="#"
><i class="fab fa-facebook-f"></i
></a>
<a
class="btn btn-outline-primary rounded-circle text-center mr-2 me-2 px-0"
style="width: 38px; height: 38px"
href="#"
><i class="fab fa-linkedin-in"></i
></a>
<a
class="btn btn-outline-primary rounded-circle text-center mr-2 me-2 px-0"
style="width: 38px; height: 38px"
href="#"
><i class="fab fa-instagram"></i
></a>
</div>
</div>
<div class="col-lg-3 col-md-3 mb-5">
<h3 class="text-white mb-4">Get In Touch</h3>
<div class="d-flex">
<h4 class="fa fa-map-marker-alt text-primary"></h4>
<div class="pl-3">
<h5 class="text-whi">Address</h5>
<p>Kaikhali 700052 ,Kolkata , India </p>
</div>
</div>
<div class="d-flex">
<h4 class="fa fa-envelope text-primary"></h4>
<div class="pl-3">
<h5 class="text-whi">Email</h5>
<p>LittleStars@gmail.com</p>
</div>
</div>
<div class="d-flex">
<h4 class="fa fa-phone-alt text-primary"></h4>
<div class="pl-3">
<h5 class="text-whi">Phone</h5>
<p>+916209220442</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mb-5">
<h3 class="text-white mb-4">Quick Links</h3>
<div class="d-flex flex-column justfy-content-start">
<a href="" class="text-white mb-2"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a href="" class="text-white mb-2"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a href="" class="text-white mb-2"><i class="fa fa-angle-right mr-2"></i>Our Classes</a>
<a href="" class="text-white mb-2"><i class="fa fa-angle-right mr-2"></i>Our Teachers</a>
<a href="" class="text-white mb-2"><i class="fa fa-angle-right mr-2"></i>Our Blogs</a>
<a href="" class="text-white mb-2"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
<div class="col-lg-3 col-md-3 mb-5">
<h3 class="text-white">Newsletter</h3>
<form action>
<div class="form-group">
<input type="text" class="form-control border-0 py-2" placeholder="Your name" required="required">
</div>
<div class="form-group">
<input type="email" class="form-control border-0 py-2" placeholder="Your your Email" required="required">
</div>
<div>
<button type="submit" class="btn btn-primary btn-block border-0 py-2">Submit now</button>
</div>
</form>
</div>
</div>
<div class="container-fluid pt-5" style="border-top: 1px solid rgba(165, 167, 167, 0.2) ;">
<p class="m-0 text-center text-white">
©
<a href="technext.github.io" class="text-primary font-weight-bold">technext.github.io</a>
.
All Rights Reserved.
<br> Designed by: Nishant kumar
</p>
</div>
</footer>
<!-- Bootstrap JavaScript Libraries -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.min.js"
integrity="sha384-7VPbUDkoPSGFnVtYi0QogXtr74QeVeeIs99Qfg5YCF+TidwNdjvaKZX19NZ/e6oz" crossorigin="anonymous">
</script>
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/ec70274527.js" crossorigin="anonymous"></script>
</body>
</html>