Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjxc authored Feb 23, 2024
1 parent 735a258 commit 022bac8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions about.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 @@ -53,7 +53,7 @@ <h2 class="toFix" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; f
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>
<button class="processButton"><a class = "text" href="./services">See Our Services</a></button>
</h2>
</div>

Expand All @@ -69,7 +69,7 @@ <h2 class="toFix" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; f
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>
<button class="processButton"><a class = "text" href="./contact">Request Our Services</a></button>
</h2>
</div>

Expand All @@ -87,7 +87,7 @@ <h2 class="toFix" style="margin-left: 1rem; color: #4285F4; font-size: 1.5rem; f
</li>
</ul>

<button class="processButton"><a class = "text" href="contact.html">Get Your Free Estimate</a></button>
<button class="processButton"><a class = "text" href="./contact">Get Your Free Estimate</a></button>
</h2>
</div>

Expand All @@ -99,4 +99,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 022bac8

Please sign in to comment.