Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjxc authored Feb 23, 2024
0 parents commit 16b5f85
Show file tree
Hide file tree
Showing 28 changed files with 1,300 additions and 0 deletions.
102 changes: 102 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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="index.html"><img class="logoImage" src="logoButton.png" alt="logo"><img></a>
</button>

<nav class="navigation">
<div class="menu">
<ul>
<li><a class="item" href="about.html">About</a></li>
<li><a class="item" href="services.html">Services</a></li>
<li><a class="item" href="methods.html">Methods</a></li>
<li><a class="item" href="coupons.html">Coupons</a></li>
<li><a class="item" href="jobs.html">Jobs</a></li>
<li><a class="item" href="contact.html">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.html">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.html">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.html">Get Your Free Estimate</a></button>
</h2>
</div>

<div class="footer">
<img class="footerImage" src="logo.png" alt="logo"><img>
<h4 style="color: #4285F4">© 2024 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>
Binary file added about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added behind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added choose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added commercial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html>
<head>
<title>Contact | 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="index.html"><img class="logoImage" src="logoButton.png" alt="logo"><img></a>
</button>

<nav class="navigation">
<div class="menu">
<ul>
<li><a class="item" href="about.html">About</a></li>
<li><a class="item" href="services.html">Services</a></li>
<li><a class="item" href="methods.html">Methods</a></li>
<li><a class="item" href="coupons.html">Coupons</a></li>
<li><a class="item" href="jobs.html">Jobs</a></li>
<li><a class="item" href="contact.html">Contact</a></li>
</ul>
</div>

<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>

<div class="contactContainer">
<div class="contactBoxes">
<h5>blindcleanersco@gmail.com</h5>
<img class="contactImage" src="email.png" alt="email"><img>
</div>

<div class="contactBoxes">
<h5>+1 (206) 659-1265</h5>
<img class="contactImage" src="phone.png" alt="phone"><img>
</div>

<div class="contactBoxes">
<h5>Seattle, Washington</h5>
<img class="contactImage" src="location.png" alt="location"><img>
</div>
</div>

<iframe class="contactForm" src="https://docs.google.com/forms/d/e/1FAIpQLSdCwjD8YxojUQin7QNfofMV6QdrONINhgQOjDilDIbXjXjCYA/viewform?embedded=true" frameborder="0">Loading…</iframe>

<div class="footer">
<img class="footerImage" src="logo.png" alt="logo"><img>
<h4 style="color: #4285F4">© 2024 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>
Binary file added couponCommercial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added couponNew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added couponReferral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added couponSpring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions coupons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<!DOCTYPE html>
<html>
<head>
<title>Coupons | 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="index.html"><img class="logoImage" src="logoButton.png" alt="logo"><img></a>
</button>

<nav class="navigation">
<div class="menu">
<ul>
<li><a class="item" href="about.html">About</a></li>
<li><a class="item" href="services.html">Services</a></li>
<li><a class="item" href="methods.html">Methods</a></li>
<li><a class="item" href="coupons.html">Coupons</a></li>
<li><a class="item" href="jobs.html">Jobs</a></li>
<li><a class="item" href="contact.html">Contact</a></li>
</ul>
</div>

<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>

<div class="row">
<div class="columnTop">
<section class="couponAccordian" style="margin-left: 0rem; margin-right: 1rem;">
<input type="checkbox" name="collapse" id="handle1">

<h2 class="handle">
<label for="handle1" style="text-align: left; font-family: Lexend;">10% New Customers Discount</label>
</h2>

<img class="couponImage" src="couponNew.png" alt="coupon"></img>

<div class="content">
<h2 style="color: #4285F4; text-align: left; line-height: 2rem;">
We value our new customers—you give us an opportunity to brighten up your blinds and homes!
New customers will recieve a 10% discount, which can be sent to our email when you receive a free estimate.
</h2>
</div>
</section>

<section class="couponAccordian" style="margin-left: 0rem; margin-right: 1rem;">
<input type="checkbox" name="collapse2" id="handle3">

<h2 class="handle">
<label for="handle3" style="text-align: left; font-family: Lexend;">5% Spring Cleaning Special</label>
</h2>

<img class="couponImage" src="couponSpring.png" alt="coupon"></img>

<div class="content">
<h2 style="color: #4285F4; text-align: left; line-height: 2rem;">
Spring is right around the corner, so it's time for spring cleaning specials!
Get a 5% discount when you order blind cleaning services in the spring, which can be sent to our email when you receive a free estimate.
</h2>
</div>
</section>
</div><br>

<div class="column">
<section class="couponAccordian" style="margin-left: 1rem; margin-right: 0rem;">
<input type="checkbox" name="collapse1" id="handle2">

<h2 class="handle">
<label for="handle2" style="text-align: left; font-family: Lexend;">15% Referred Customers Discount</label>
</h2>

<img class="couponImage" src="couponReferral.png" alt="coupon"></img>

<div class="content">
<h2 style="color: #4285F4; text-align: left; line-height: 2rem;">
Customers who are referred to us or have provided a referral will receive a 15% discount on their next purchase of our services.
Every time you refer a customer, you can stack up your coupons on your next purchase!
</h2>
</div>
</section>

<section class="couponAccordian" style="margin-left: 1rem; margin-right: 0rem;">
<input type="checkbox" name="collapse3" id="handle4">

<h2 class="handle">
<label for="handle4" style="text-align: left; font-family: Lexend;">10% Commercial Buildings Cashback</label>
</h2>

<img class="couponImage" src="couponCommercial.png" alt="coupon"></img>

<div class="content">
<h2 style="color: #4285F4; text-align: left; line-height: 2rem;">
Commercial and bulk services are our jam! Get 10% cashback when you request services as a commercial building.
Send us an email with this coupon when you receive a free estimate, and we will be sure to provide this cashback for you.
</h2>
</div>
</section>
</div>
</div>

<div class="footer">
<img class="footerImage" src="logo.png" alt="logo"><img>
<h4 style="color: #4285F4">© 2024 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>
Binary file added delivery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 16b5f85

Please sign in to comment.