-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (424 loc) · 28 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
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
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Bitter:ital@0;1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Blueberry Template</title>
</head>
<body>
<div class="container" id="page">
<nav class="navbar navbar-expand-lg navbar-light d-flex flex-row justify-content-between">
<div class="container-fluid d-flex flex-row">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link active" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
HOME
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link option" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
POST FORMATS
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link option" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
CATEGORIES
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link option">TYPOGRAPHY</a>
</li>
<li class="nav-item">
<a class="nav-link option">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link text-danger">BUY NOW!</a>
</li>
</ul>
</div>
<div class="social-media">
<i class="bi bi-facebook"></i>
<i class="bi bi-twitter mx-3"></i>
<i class="bi bi-instagram"></i>
</div>
</div>
</nav>
<header class="d-flex flex-column align-items-center">
<h1 id="Logo">Logo</h1>
<p id="sentence">Blueberry is a minimal and clean Wordpress blog theme. This theme is a content-focused, so
perfect for a personal blog.</p>
<div class="container">
<div class="owl-carousel owl-theme">
<div class="item pic-1">
<div class="card rounded-0">
<div class="card-body d-flex flex-column justify-content-center align-items-center">
<h4 class="date">APRIL 4, 2016</h4>
<h5 class="card-title">Card title</h5>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="animational-btn">read more</a>
</div>
</div>
</div>
<div class="item pic-2">
<div class="card rounded-0">
<div class="card-body d-flex flex-column justify-content-center align-items-center">
<h4 class="date">APRIL 4, 2016</h4>
<h5 class="card-title">Card title</h5>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="animational-btn">read more</a>
</div>
</div>
</div>
<div class="item pic-3">
<div class="card rounded-0">
<div class="card-body d-flex flex-column justify-content-center align-items-center">
<h4 class="date">APRIL 4, 2016</h4>
<h5 class="card-title">Card title</h5>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="animational-btn">read more</a>
</div>
</div>
</div>
<div class="item pic-4">
<div class="card rounded-0">
<div class="card-body d-flex flex-column justify-content-center align-items-center">
<h4 class="date">APRIL 4, 2016</h4>
<h5 class="card-title">Card title</h5>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p>
<a href="#" class="animational-btn">read more</a>
</div>
</div>
</div>
</div>
</div>
</header>
<main>
<section class="container mt-2">
<div class="row gx-1">
<div class="col-lg-9">
<div class="row">
<div class="col big-content">
<div class="card rounded-0 w-100">
<img src="images\main-news.jpg" class="card-img-top" alt="...">
<div class="card-body d-flex flex-column align-items-center">
<a href="" class="category">Lifestyle</a>
<a href="#" class="card-title">Exploring the Columbia River Gorge</a>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<h4 class="date">JANUARY 26, 2019</h4>
<p class="card-text">Meh synth Schlitz, tempor duis single-origin coffee ea next
level ethnic fingerstache fanny pack nostrud. Photo booth anim 8-bit hella,
PBR 3 wolf moon beard Helvetica. Salvia esse nihil, flexitarian Truffaut
synth art party deep v chillwave. Seitan High Life reprehenderit consectetur
cupidatat kogi. Et leggings kale chips proident chillwave deep origin coffee
ea.</p>
<a href="#" class="animational-btn">continue reading</a>
</div>
</div>
</div>
</div>
<!------------------------------------ Little Contents --------------------------------------------->
<div class="row gx-1 row-cols-1 row-cols-md-2 row-cols-lg-3">
<div class="col lil-contents">
<div class="card rounded-0 w-100 ">
<img src="images/camera.jpg" class="card-img-top rounded-0" alt="...">
<div class="card-body d-flex flex-column align-items-center">
<a href="" class="category">Lifestyle</a>
<a href="#" class="card-title">Finding Your Passion In Work</a>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<h4 class="date">APRIL 4, 2016</h4>
<p class="card-text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris.…</p>
</div>
</div>
</div>
<div class="col lil-contents">
<div class="card rounded-0 w-100">
<img src="images\city.jpg" class="card-img-top rounded-0" alt="...">
<div class="card-body d-flex flex-column align-items-center">
<div><a href="" class="category">Lifestyle</a>
<a href="" class="category">Travel</a></div>
<a href="#" class="card-title">My Trip to New York</a>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<h4 class="date">APRIL 3, 2016</h4>
<p class="card-text">Meh synth Schlitz, tempor duis single-origin coffee ea next
level ethnic fingerstache fanny pack nostrud. Photo booth anim…</p>
</div>
</div>
</div>
<div class="col lil-contents">
<div class="card rounded-0 w-100">
<img src="images/blueberry.jpg" class="card-img-top rounded-0" alt="...">
<div class="card-body d-flex flex-column align-items-center">
<a href="" class="category">Food</a>
<a href="#" class="card-title">Mixed Fresh Berries Recipe</a>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<h4 class="date">APRIL 3, 2016</h4>
<p class="card-text">In hac habitasse platea dictumst. Donec vel bibendum quam.
Duis
rhoncus consequat enim. Nunc sagittis nulla eget massa…</p>
</div>
</div>
</div>
<div class="col lil-contents">
<div class="card rounded-0 w-100">
<img src="images\blueberry_pie.jpg" class="card-img-top rounded-0" alt="...">
<div class="card-body d-flex flex-column align-items-center">
<a href="" class="category">Food</a>
<a href="#" class="card-title">Blueberry Pie Recipe</a>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<h4 class="date">APRIL 3, 2016</h4>
<p class="card-text">Aenean in dui quis lectus tincidunt hendrerit et vitae
enim.
Praesent volutpat scelerisque felis quis efficitur. Vivamus ultrices…</p>
</div>
</div>
</div>
</div>
<div class="container d-flex justify-content-center mt-4"><a class="animational-btn fetch-cont">Load More</a></div>
</div>
<!--------------------------------------------- Right Column ------------------------------------------------->
<div class="col-lg-3 gx-2">
<div class="row">
<div class="col about">
<div class="card rounded-0 w-100 text-center">
<h4 class="heading">
about me
</h4>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<div>
<img src="images\about.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<p class="card-text">Meh synth Schlitz, tempor duis single-origin coffee ea next
level ethnic fingestace fanny pack nostrud. Seitan...</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col ads">
<div class="card rounded-0 w-100">
<img src="images/ads.jpg" class="card-img rounded-0" alt="...">
</div>
</div>
</div>
<div class="row">
<div class="col tags">
<div class="card rounded-0 w-100">
<div class="card-body d-flex flex-column align-items-center">
<h5 class="card-title">Tags</h5>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<div class="card-text d-flex flex-wrap justify-content-center">
<a href="#" class="tag">Beautiful</a><a href="#" class="tag">Berry</a><a
href="#" class="tag">Blueberry</a><a href="#"
class="tag">Breakfast</a><a href="#" class="tag">Bridge</a><a href="#"
class="tag">City</a><a href="#" class="tag">Day</a><a href="#"
class="tag">Explore</a><a href="#" class="tag">Food</a><a href="#"
class="tag">Life</a><a href="#" class="tag">Photo</a><a href="#"
class="tag">Pie</a><a href="#" class="tag">Road</a><a href="#"
class="tag">Tasty</a><a href="#" class="tag">Travel</a><a href="#"
class="tag">Trip</a><a href="#" class="tag">Wedding</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col posts">
<div class="card rounded-0 w-100">
<div class="card-body d-flex flex-column align-items-center">
<h5 class="card-title">Latest Posts</h5>
<div class="three-line"><span class="dec-line line1"></span>
<span class="dec-line line2"></span>
<span class="dec-line line3"></span></div>
<div class="posts-content d-flex flex-column">
<a href="#" class="posts-item item-1">
<div></div>
<p>Mixed Fresh Berries Recipe </p>
</a>
<a href="#" class="posts-item item-2">
<div></div>
<p>Blueberry Pie Recipe</p>
</a>
<a href="#" class="posts-item item-3">
<div></div>
<p>Breakfast Is Important</p>
</a>
<a href="#" class="posts-item item-4">
<div></div>
<p>Chocolate Raspberry & Blueberry Cake</p>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col quote">
<div class="card rounded-0 w-100">
<div class="card-body d-flex flex-column align-items-center text-center">
<h5 class="card-title"><i class="bi bi-chat-quote"></i></h5>
<p class="card-text">It’s really hard to design products by focus groups. A lot
of
times, people don’t know what they want until you show it to them.</p>
<h5 class="quote-author">Steve Jobs</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col calendar">
<div class="card rounded-0 w-100">
<div class="card-body d-flex flex-column align-items-center">
<table class="table caption-top">
<caption>October 2021</caption>
<thead>
<tr>
<th scope="col">M</th>
<th scope="col">T</th>
<th scope="col">W</th>
<th scope="col">T</th>
<th scope="col">F</th>
<th scope="col">S</th>
<th scope="col">S</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4" class="empty-place"></td>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
</tr>
<tr>
<td>11</td>
<td>12</td>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16</td>
<td>17</td>
</tr>
<tr>
<td>18</td>
<td>19</td>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
</tr>
<tr>
<td>25</td>
<td>26</td>
<td>27</td>
<td>28</td>
<td>29</td>
<td>30</td>
<td>31</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
<footer class="container-fluid">
<p class="copyright text-muted col-md-4">© 2019 - All Rights Reserved.</p>
<a href="#" class="go-top-btn col-md-4"><i class="bi bi-caret-up"></i></a>
<p class="developed-by col-md-4">Developed by <a href="#">Afgan_Abbas</a></p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"
integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>