-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
102 lines (87 loc) · 5.66 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<title>About | Blind Cleaners Co.</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Lexend" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<button class="logoButton">
<a href="https://www.blindcleanersco.com"><img class="logoImage" src="logoButton.png" alt="logo"><img></a>
</button>
<nav class="navigation">
<div class="menu">
<ul>
<li><a class="item" href="./about">About</a></li>
<li><a class="item" href="./services">Services</a></li>
<li><a class="item" href="./methods">Methods</a></li>
<li><a class="item" href="./coupons">Coupons</a></li>
<li><a class="item" href="./jobs">Jobs</a></li>
<li><a class="item" href="./contact">Contact</a></li>
</ul>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
<div class="surroundsAbout">
<img class="servicesImageRight" src="about.png" alt="about"><img>
<h2 class="toFix" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; font-family: Lexend;">
About Blind Cleaners Co.
<ul style="color: #4285F4; font-size: 1.25rem; font-family: Lexend Deca; text-align: left;">
<li>
Blind Cleaners Co. proudly provides affordable and accessible blind cleaning services to the
Greater Seattle Area. Our ultrasonic cleaning method ensures that your blinds are in good hands.
</li><br>
<li>
Exceptional customer service is the only way to build a strong and caring cleaning company.
We are sure that you will find our services guarantee the utmost satisfaction.
With over thousands of customers, our work will amaze you!
</li>
</ul>
<button class="processButton"><a class = "text" href="./services">See Our Services</a></button>
</h2>
</div>
<div class="surroundsAbout">
<img class="servicesImageRight" src="behind.png" alt="behind"><img>
<h2 class="toFix" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; font-family: Lexend;">
Behind the Concept
<ul style="color: #4285F4; font-size: 1.25rem; font-family: Lexend Deca; text-align: left;">
<li>Blind Cleaners Co. was founded by a family with an ambition to contribute to their community. Since its
establishment, we have brightened the homes of thousands of customers.</li><br>
<li>All of our cleaners are trained to ensure they exceed the qualifications to provide our customers with the best quality of cleaning possible.
We take pride in creating a clean, collective community free of dust and grime.</li>
</ul>
<button class="processButton"><a class = "text" href="./contact">Request Our Services</a></button>
</h2>
</div>
<div class="surroundsAbout">
<img class="servicesImageRight" src="choose.png" alt="choose"><img>
<h2 class="toFix" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; font-family: Lexend;">
Why Choose Us?
<ul style="color: #4285F4; font-size: 1.25rem; font-family: Lexend Deca; text-align: left;">
<li>When blinds are left uncleaned, they break down and need to be replaced.
Because of this, we use an eco-friendly cleaning solution to keep your blinds, kids, pets, and environment safe.
</li><br>
<li>As a family-owned and locally-owned business, we are are officially licenced and bonded. This ensures that we can provide excellent
service and quality results at an affordable price, which will be determined after a free estimate.
</li>
</ul>
<button class="processButton"><a class = "text" href="./contact">Get Your Free Estimate</a></button>
</h2>
</div>
<div class="footer">
<img class="footerImage" src="logo.png" alt="logo"><img>
<h4 style="color: #4285F4">© 2025 Blind Cleaners Co.</h4>
<h4 style="color: #4285F4; line-height: 2.25rem; text-decoration: none;"><a style="color:#4285F4; text-decoration: none;" class="contactText" href="mailto:blindcleanersco@gmail.com">blindcleanersco@gmail.com</a> | <a style="color:#4285F4; text-decoration: none;" class = "text" href="tel:+12066591265">+1 (206) 659-1265</a> | <a style="color:#4285F4; text-decoration: none;" class = "text" href="https://www.google.com/maps/place/King+County,+WA/">Seattle, Washington</a></h4>
</div>
<script src="script.js"></script>
</body>
</html>