Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjxc authored Feb 23, 2024
1 parent d011af5 commit 4dac5ae
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@

<body>
<button class="logoButton">
<a href="index.html"><img class="logoImage" src="logoButton.png" alt="logo"><img></a>
<a href="./index"><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>
<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>

Expand All @@ -46,7 +46,7 @@ <h3 style="line-height: 1.9rem;">
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.html">Learn More About Us</a></button>
<button class="processButton"><a class = "text" href="./about">Learn More About Us</a></button>
</div>
</div>

Expand All @@ -60,7 +60,7 @@ <h3 style="line-height: 1.9rem;">
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.html">Contact Us For Blind Cleaning</a></button>
<button class="processButton"><a class = "text" href="./contact">Contact Us For Blind Cleaning</a></button>
</div>
</div>

Expand All @@ -76,7 +76,7 @@ <h3>
</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.html">Join Us in Cleaning Blinds</a></button>
<button class="processButton"><a class = "text" href="./jobs">Join Us in Cleaning Blinds</a></button>
</div>
</div>

Expand All @@ -88,4 +88,4 @@ <h4 style="color: #4285F4; line-height: 2.25rem; text-decoration: none;"><a styl

<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 4dac5ae

Please sign in to comment.