-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_blogs.php
More file actions
36 lines (34 loc) · 2.48 KB
/
_blogs.php
File metadata and controls
36 lines (34 loc) · 2.48 KB
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
<!-- Blogs -->
<section id="blogs">
<div class="container py-4">
<h4 class="font-rubik font-size-20">Latest Blogs</h4>
<hr>
<div class="owl-carousel owl-theme">
<div class="item">
<div class="card border-0 font-rale mr-5" style="width: 18rem;">
<h5 class="card-title font-size-16">Upcoming Products</h5>
<img src="./assets/blog/blog1.jpg" alt="cart image" class="card-img-top">
<p class="card-text font-size-14 text-black-50 py-1">The art of making crafts by hand in India is called Indian handicrafts. In ancient India people lived in colonies called tribals and they were used to make utility items for their daily use, that art of making the crafts called handicrafts, and the items called handicrafts goods.</p>
<a href="#" class="color-second text-left">Go somewhere</a>
</div>
</div>
<div class="item">
<div class="card border-0 font-rale mr-5" style="width: 18rem;">
<h5 class="card-title font-size-16">Upcoming Products</h5>
<img src="./assets/blog/blog2.jpg" alt="cart image" class="card-img-top">
<p class="card-text font-size-14 text-black-50 py-1">The art of making crafts by hand in India is called Indian handicrafts. In ancient India people lived in colonies called tribals and they were used to make utility items for their daily use, that art of making the crafts called handicrafts, and the items called handicrafts goods.</p>
<a href="#" class="color-second text-left">Go somewhere</a>
</div>
</div>
<div class="item">
<div class="card border-0 font-rale mr-5" style="width: 18rem;">
<h5 class="card-title font-size-16">Upcoming Products</h5>
<img src="./assets/blog/blog3.jpg" alt="cart image" class="card-img-top">
<p class="card-text font-size-14 text-black-50 py-1">The art of making crafts by hand in India is called Indian handicrafts. In ancient India people lived in colonies called tribals and they were used to make utility items for their daily use, that art of making the crafts called handicrafts, and the items called handicrafts goods.</p>
<a href="#" class="color-second text-left">Go somewhere</a>
</div>
</div>
</div>
</div>
</section>
<!-- !Blogs -->