forked from anuragverma108/WildGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
53 lines (52 loc) · 2.74 KB
/
service.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
<!DOCTYPE html>
<html>
<body>
<!-- Service Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<h6 class="section-title bg-white text-center text-primary px-3">Services</h6>
<h1 class="display-6 mb-4">We Focuse On Making The Best In All Sectors</h1>
</div>
<div class="row g-4">
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<a class="service-item d-block rounded text-center h-100 p-4" href="">
<img class="img-fluid rounded mb-4" src="img/service-1.jpg" alt="">
<h4 class="mb-0">Web Design</h4>
</a>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<a class="service-item d-block rounded text-center h-100 p-4" href="">
<img class="img-fluid rounded mb-4" src="img/service-2.jpg" alt="">
<h4 class="mb-0">App Development</h4>
</a>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<a class="service-item d-block rounded text-center h-100 p-4" href="">
<img class="img-fluid rounded mb-4" src="img/service-3.jpg" alt="">
<h4 class="mb-0">SEO Optimization</h4>
</a>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<a class="service-item d-block rounded text-center h-100 p-4" href="">
<img class="img-fluid rounded mb-4" src="img/service-4.jpg" alt="">
<h4 class="mb-0">Social Marketing</h4>
</a>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<a class="service-item d-block rounded text-center h-100 p-4" href="">
<img class="img-fluid rounded mb-4" src="img/service-5.jpg" alt="">
<h4 class="mb-0">Graphics Designing</h4>
</a>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<a class="service-item d-block rounded text-center h-100 p-4" href="">
<img class="img-fluid rounded mb-4" src="img/service-6.jpg" alt="">
<h4 class="mb-0">Linkedin Optimization</h4>
</a>
</div>
</div>
</div>
</div>
</body>
</html>