-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplog_grid.html
421 lines (413 loc) · 15 KB
/
plog_grid.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
<!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" />
<meta name="description" content="kindergarten-website-template" />
<link rel="shortcut icon" href="img/header.png" type="image/x-icon" />
<!-- 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=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>
<!-- import css files -->
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/swiper-bundle.min.css" />
<link rel="stylesheet" href="css/main.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<title>KidKinder - Kindergarten Website Template</title>
</head>
<body>
<!-- Start navbar -->
<nav class="navbar navbar-expand-lg bg-light shadow-lg sticky-top">
<div class="container">
<a class="navbar-brand fs-1 fw-bold" href="/">KidKinder</a>
<button
class="navbar-toggler shadow-none"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav m-auto mb-2 mb-lg-0 p-0">
<li class="nav-item">
<a
class="nav-link py-2 px-3 fw-bold text-black"
aria-current="page"
href="/"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link py-2 px-3 fw-bold text-black" href="about.html"
>About</a
>
</li>
<li class="nav-item">
<a
class="nav-link py-2 px-3 fw-bold text-black"
href="classes.html"
>Classes</a
>
</li>
<li class="nav-item">
<a
class="nav-link py-2 px-3 fw-bold text-black"
href="teachers.html"
>Teachers</a
>
</li>
<li class="nav-item">
<a
class="nav-link py-2 px-3 fw-bold text-black"
href="gallery.html"
>Gallery</a
>
</li>
<!-- <li class="nav-item dropdown">
<a
class="nav-link py-2 px-3 fw-bold text-black dropdown-toggle active"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Pages
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item" href="plog_grid.html">Blog Grid</a>
</li>
<li>
<a class="dropdown-item" href="plog_details.html"
>Blog Detail</a
>
</li>
</ul>
</li> -->
<li class="nav-item">
<a
class="nav-link py-2 px-3 fw-bold text-black active"
href="plog_grid.html"
>Blog Grid</a
>
</li>
<li class="nav-item">
<a
class="nav-link py-2 px-3 fw-bold text-black"
href="contact.html"
>Contact</a
>
</li>
</ul>
<a
href="#"
class="main-link mb-2 mb-lg-0 d-inline-block text-decoration-none text-white py-2 px-4 rounded-pill"
>Join Class</a
>
</div>
</div>
</nav>
<!-- End navbar -->
<!-- Start Beradcrumb -->
<nav aria-label="breadcrumb" class="breadcrumb-section position-relative">
<div class="position-absolute top-50 start-50 translate-middle">
<h2 class="text-center display-3 text-white">Our Blog</h2>
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item">
<a href="/" class="text-white">Home</a>
</li>
<li class="breadcrumb-item active text-white" aria-current="page">
Our Blog
</li>
</ol>
</div>
</nav>
<!-- End Beradcrumb -->
<!-- Start latest articles -->
<div class="articles">
<div class="container">
<div class="main-heading text-center">
<span class="text-uppercase position-relative d-inline-block px-2"
>Latest Blog</span
>
<h2 class="fw-bold my-3">Latest Articles From Blog</h2>
</div>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
<div class="col p-3">
<div
class="item text-center rounded overflow-hidden bg-light border"
data-aos="zoom-in"
>
<div class="image">
<img src="img/blog-1.jpg" class="img-fluid" alt="img" />
</div>
<div class="content p-4">
<div class="h5 fw-bold">Diam amet eos at no eos</div>
<p class="my-3">
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="main-link mb-2 mb-lg-0 d-inline-block text-decoration-none text-white py-2 px-4 rounded-pill"
>Read More</a
>
</div>
</div>
</div>
<div class="col p-3">
<div
class="item text-center rounded overflow-hidden bg-light border"
data-aos="zoom-in"
>
<div class="image">
<img src="img/blog-2.jpg" class="img-fluid" alt="img" />
</div>
<div class="content p-4">
<div class="h5 fw-bold">Diam amet eos at no eos</div>
<p class="my-3">
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="main-link mb-2 mb-lg-0 d-inline-block text-decoration-none text-white py-2 px-4 rounded-pill"
>Read More</a
>
</div>
</div>
</div>
<div class="col p-3">
<div
class="item text-center rounded overflow-hidden bg-light border"
data-aos="zoom-in"
>
<div class="image">
<img src="img/blog-3.jpg" class="img-fluid" alt="img" />
</div>
<div class="content p-4">
<div class="h5 fw-bold">Diam amet eos at no eos</div>
<p class="my-3">
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="main-link mb-2 mb-lg-0 d-inline-block text-decoration-none text-white py-2 px-4 rounded-pill"
>Read More</a
>
</div>
</div>
</div>
</div>
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-center">
<li class="page-item">
<a
class="page-link shadow-none bg-white"
href="#"
aria-label="Previous"
>
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item">
<a class="page-link shadow-none bg-white" href="#">1</a>
</li>
<li class="page-item active">
<a class="page-link shadow-none bg-white" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link shadow-none bg-white" href="#">3</a>
</li>
<li class="page-item">
<a
class="page-link shadow-none bg-white"
href="#"
aria-label="Next"
>
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- End latest articles -->
<!-- Start Footer -->
<footer>
<div class="container text-white">
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4">
<div class="col p-3">
<div class="box">
<a
class="display-5 fw-bold text-decoration-none text-white"
href="#"
>KidKinder</a
>
<p class="my-3">
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>
<ul class="list-unstyled mb-0 p-0 d-flex gap-2">
<li>
<a href="#" aria-label="facebook-icon">
<i
class="fa-brands fa-facebook-f text-white border rounded-circle p-2"
>
</i>
</a>
</li>
<li>
<a href="#" aria-label="instagram-icon">
<i
class="fa-brands fa-instagram text-white border rounded-circle p-2"
>
</i>
</a>
</li>
<li>
<a href="#" aria-label="twitter-icon">
<i
class="fa-brands fa-twitter text-white border rounded-circle p-2"
>
</i>
</a>
</li>
<li>
<a href="#" aria-label="linkedin-icon">
<i
class="fa-brands fa-linkedin-in text-white border rounded-circle p-2"
>
</i>
</a>
</li>
</ul>
</div>
</div>
<div class="col p-3">
<div class="box">
<div class="title fw-bold h4">Get In Touch</div>
<div class="address d-flex mt-3 gap-3">
<div class="flex-shrink-0">
<i class="icon fa-solid fa-location-dot fa-xl"></i>
</div>
<div class="flex-grow-1">
<div class="h4">Address</div>
<div>123 Street, New York, USA</div>
</div>
</div>
<div class="email d-flex mt-3 gap-3">
<div class="flex-shrink-0">
<i class="icon fa-solid fa-envelope fa-xl"></i>
</div>
<div class="flex-grow-1">
<div class="h4">Email</div>
<div>[email protected]</div>
</div>
</div>
<div class="phone d-flex mt-3 gap-3">
<div class="flex-shrink-0">
<i class="icon fa-solid fa-phone fa-xl"></i>
</div>
<div class="flex-grow-1">
<div class="h4">Phone</div>
<div>+012 345 67890</div>
</div>
</div>
</div>
</div>
<div class="col p-3">
<div class="box">
<div class="title fw-bold h4">Quick Links</div>
<div class="links">
<a
href="/"
class="d-block text-decoration-none text-white mt-2 px-4 position-relative"
>Home</a
>
<a
href="about.html"
class="d-block text-decoration-none text-white mt-2 px-4 position-relative"
>About Us</a
>
<a
href="classes.html"
class="d-block text-decoration-none text-white mt-2 px-4 position-relative"
>Our Classes</a
>
<a
href="teachers.html"
class="d-block text-decoration-none text-white mt-2 px-4 position-relative"
>Our Teachers</a
>
<a
href="plog_grid.html"
class="d-block text-decoration-none text-white mt-2 px-4 position-relative"
>Our Blog</a
>
<a
href="contact.html"
class="d-block text-decoration-none text-white mt-2 px-4 position-relative"
>Contact Us</a
>
</div>
</div>
</div>
<div class="col p-3">
<div class="box">
<div class="title fw-bold h4">Newsletter</div>
<form action="">
<input
type="text"
placeholder="Your Name"
class="form-control shadow-none fs-5 my-3"
/>
<input
type="email"
placeholder="Your Email"
class="form-control shadow-none fs-5 my-3"
/>
<input
type="submit"
value="Submit Now"
class="form-control shadow-none fs-5 my-3 rounded-pill border-0 text-white"
/>
</form>
</div>
</div>
</div>
<div class="copy-right text-center border-top">
©
<a href="#" class="text-decoration-none">
<span>KidKinder</span>
</a>
All Rights Reserved Designed by
<span> HTML Codex</span>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- import js files -->
<script src="js/all.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/swiper-bundle.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>