-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
81 lines (76 loc) · 4.29 KB
/
about.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
<!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">
<title>About | Spreezy | Water Tank Cleaning Services | India </title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="/img/favicon_io4/favicon.ico">
<link rel="stylesheet" href="about_styles.css">
<script src="https://kit.fontawesome.com/0ec71fc9be.js" crossorigin="anonymous"></script>
</head>
<body>
<section id="header">
<a href="#"><img src="img/sp.png" class="logo" alt="" height="40" width="120"></a>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a class="active" href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li id="lg-arrow"><a href="index.html#form"><i class="fa-solid fa-angles-right"></i></a></li> <!-- lg-arrow is added to remove arrow icon in responsive view from navbar-->
<a href="#" id="close"style="text-decoration: none; color:#1a1a1a;"><i class="fa-solid fa-xmark"></i></a>
</ul>
</div>
<div id="mobile">
<a href="index.html#form" style="text-decoration: none; color:#1a1a1a;"><i class="fa-solid fa-angles-right"></i></a>
<i id="bar" class="fa-solid fa-bars"></i>
</div>
</section>
<section id="body" >
<img src="img/about/Best Service Provider.png" alt="Spreezy Banner" id="bannerimg">
<div id="bod">
<h4>ABOUT US :</h4>
<p>Our water tank cleaning services in <strong>Pune</strong> is a solid answer for expelling contaminations, for example, sand, mud, green growth, viruses, infections, and microorganisms from the tank. These administrations are perfect for underground and overhead water tanks can be availed at the business at affordable cost. We utilize <strong>modern machines </strong>and gear including jet pressure stream cleaners, UV radiation, bio-sanitizers, and so on to guarantee the end of the considerable number of contaminants from the tank.</p>
<p>We give you best and enduring answers for experienced and overhead tank cleaning in Pune with the goal that the water you utilize is free from <strong> growth, soil, slop and isn't tainted and will fend off you and your family from illnesses.</strong>s</p>
<p>For the hard water containing solvents, at that point, you have to clean your tank more often, at least more than once or twice a year. What's more, to guarantee better and successful cleaning you can procure proficient water tank cleaners since they have prepared trained workers and legitimate gear to clean overhead water tank.</p>
</div>
</section>
<footer class="foo">
<div class="col">
<img class="logo" src="img/sp.png" alt="logo - spreezy" height="40" width="120">
<h4>Contact</h4>
<p><strong>Address: </strong> Aadarshnagar Matoshri Colony Dighi,Pune 15</p>
<p><strong>Phone: </strong> 8989898989</p>
<p><strong>Email: </strong> [email protected]</p>
<p><strong>Hrs: </strong>8:00-20:00 Mon-Sat</p>
<div class="follow">
<h4>Follow us</h4>
<div class="icon">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-pinterest"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
<div class="col">
<h4>About</h4>
<a href="about.html">About</a>
<a href="contact.html">Contact us</a>
<h4>Install App</h4>
<p>From App Store or Google Play</p>
<div class="row">
<img src="img/pay/app.jpg">
<img src="img/pay/play.jpg">
</div>
</div>
<div class="copyright">
<p>Copyrights ©️ 2022 Spreezy Water Tank Cleaning Services</p>
</div>
</footer>
</body>
</html>