-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
93 lines (77 loc) · 5.39 KB
/
services.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
<!DOCTYPE html>
<html>
<head>
<title>Services | 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="surroundsServices">
<img class="servicesImageRight" src="compare.png" alt="compare"><img>
<h2 class="shrinkMargin" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; font-family: Lexend;">
The Process
<ul style="color: #4285F4; font-size: 1.25rem; font-family: Lexend Deca; text-align: left;">
<li>When blinds get dirty, many homeowners choose to replace them. However, ultrasonic blind cleaning can save you a lot of money.</li><p></p>
<li>With waves traveling through the biodegradable solution, tiny vacuum bubbles form to remove the smallest of particles.</li><p></p>
<li>Ultrasonic blind cleaning is gentle and fragrance-free, and is clinically proven to reduce airborne allergens from every surface!</li>
</ul>
<button class="processButton"><a class = "text" href="./about">Learn More About the Process</a></button>
</h2>
</div>
<div class="surroundsServices">
<img class="servicesImageRight" src="residential.png" alt="residential"><img>
<h2 class="shrinkMargin" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; font-family: Lexend;">
Residential
<ul style="color: #4285F4; font-size: 1.25rem; font-family: Lexend Deca; text-align: left;">
<li>We love visiting your homes to clean your blinds! This is part of our residential property services that we offer.</li><p></p>
<li>In these visits, your blinds will be removed and cleaned in a speedy process. Typically, this lasts less than a day!</li><p></p>
<li>You can get a discount for being a new customer being a referred customer. Get a free estimate for a home visit today!</li>
</ul>
<button class="processButton"><a class = "text" href="./contact">Apply for Residential Cleaning</a></button>
</h2>
</div>
<div class="surroundsServices">
<img class="servicesImageRight" src="commercial.png" alt="commercial"><img>
<h2 class="shrinkMargin" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; font-family: Lexend;">
Commercial
<ul style="color: #4285F4; font-size: 1.25rem; font-family: Lexend Deca; text-align: left;">
<li>Working with large commercial buildings is our jam! This is part of our commercial property services that we offer.</li><p></p>
<li>In these visits, your blinds will be cleaned in a speedy process. Depending on your building, this may take around one day.</li><p></p>
<li>Commercial cleaning services are eligible for the 10% cashback deal. Get a free estimate for a commercial cleaning session today!</li>
</ul>
<button class="processButton"><a class = "text" href="./contact">Apply for Commercial Cleaning</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>