Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cfunkz authored Mar 23, 2024
1 parent b20d739 commit 02b8864
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,15 @@ <h2>About Us</h2>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="main.js"></script>
<footer class="py-3" style="background-color: #0A2949; color: #F0F0F0;">
<ul class="nav justify-content-center pb-3 mb-3">
<li class="nav-item"><a href="#home" class="nav-link px-2" style="color: #F0F0F0;">Home</a></li>
<li class="nav-item"><a href="#services" class="nav-link px-2" style="color: #F0F0F0;">Services</a></li>
<li class="nav-item"><a href="#quote" class="nav-link px-2" style="color: #F0F0F0;">Get Quote</a></li>
<li class="nav-item"><a href="#branches" class="nav-link px-2" style="color: #F0F0F0;">Branches</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2" style="color: #F0F0F0;">Employment</a></li>
</ul>
<p class="text-center">© 2024 <a href="https://github.com/cfunkz">cFunkz</a></p>
</footer>
</body>
<footer class="py-3" style="background-color: #0A2949; color: #F0F0F0;">
<ul class="nav justify-content-center pb-3 mb-3">
<li class="nav-item"><a href="#home" class="nav-link px-2" style="color: #F0F0F0;">Home</a></li>
<li class="nav-item"><a href="#services" class="nav-link px-2" style="color: #F0F0F0;">Services</a></li>
<li class="nav-item"><a href="#quote" class="nav-link px-2" style="color: #F0F0F0;">Get Quote</a></li>
<li class="nav-item"><a href="#branches" class="nav-link px-2" style="color: #F0F0F0;">Branches</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2" style="color: #F0F0F0;">Employment</a></li>
</ul>
<p class="text-center">© 2024 Lorem Ipsum</p>
</footer>
</html>

0 comments on commit 02b8864

Please sign in to comment.