-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (81 loc) · 5.14 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>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="processBox">
<img class="processImage1" src="about.png" alt="about"><img>
<div class="processText">
<h1>We Are Blind Cleaners Co.</h1>
<h3 style="line-height: 1.9rem;">
Blind Cleaners Co. cleans blinds in the Greater Seattle Area, working to remove particulates including bacteria,
pollen, odors, dust, and dirt that adversely impact health. We are a business that takes great pride in our customer service and blind cleaning products.
Since its establishment, Blind Cleaners Co. has used ultrasonic cleaning technology to clean thousands of blinds per year in our region. We look forward to servicing you in the near future!
</h3>
<button class="processButton"><a class = "text" href="./about">Learn More About Us</a></button>
</div>
</div>
<div class="processBox">
<img class="processImage" src="compare.png" alt="compare"><img>
<div class="processText">
<h1>Ultrasonic Blind Cleaning</h1>
<h3 style="line-height: 1.9rem;">
Ultrasonic blind cleaning is a technology that ensures your window blinds are in good hands. This is a streamlined process where an
ultrasonic generator will inject sound waves into a cleaning solution. Millions of microbubbles will wipe away particulates on your blinds.
Finally, we will rinse your blinds with a drying agent to dry them without water spots. Unlike other cleaning methods,
we guarantee that your blinds will be free of abrasions.
</h3>
<button class="processButton"><a class = "text" href="./contact">Contact Us For Blind Cleaning</a></button>
</div>
</div>
<div class="processBox">
<img class="jobImage" src="jobs.png" alt="jobs"><img>
<div class="processText">
<h1>Job Opportunities</h1>
<h3>
We are hiring reliable team members who are committed to exemplary customer service and excited to work with our company. Some of roles include:
<ul>
<li>Customer Support: Communicates with customers about questions.</li>
<li>Sales Manager: Helps manage outreach and cleaning with customers.</li>
</ul>
We are also open to expansion and partnership franchises, and will have mentorship opportunities as well. Thank you for your interest in working with us!
</h3>
<button class="processButton"><a class = "text" href="./jobs">Join Us in Cleaning Blinds</a></button>
</div>
</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>