Skip to content

Commit

Permalink
Merge branch 'main' into footer-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4F24L authored Oct 5, 2024
2 parents 4c7eefa + afa1e36 commit ae3dc85
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,50 +294,9 @@ <h2>Contact Us</h2>
</div>
</div>
</div>

<footer>

<!-- <div style="background-color: #333; color: white; padding: 20px">
<div style="display: flex; justify-content: space-between; flex-wrap: wrap">
<!-- Quick Links Section -->
<!-- <div style="flex: 1; min-width: 200px">
<h3>Quick Links</h3>
<ul style="list-style-type: none; padding: 0">
<li>
<!-- <a href="about.html" style="color: white; text-decoration: none">About Us</a>
</li>
<li>
<a href="contact.html" style="color: white; text-decoration: none">Contact Us</a>
</li>
<li>
<a href="privacy.html" style="color: white; text-decoration: none">Privacy Policy</a>
</li>
<li>
<a href="terms.html" style="color: white; text-decoration: none">Terms of Service</a>
</li>
<li>
<a href="sitemap.html" style="color: white; text-decoration: none">Site Map</a>
</li>
</ul>
</div> -->

<!--footer-->

<footer>


<div style="background-color: #333; color: white; padding: 20px;">
<div style="display: flex; justify-content: space-evenly; flex-wrap: wrap;">
<!-- Quick Links Section -->
<div style="flex: 1; min-width: 200px;">
<h3 style="margin-left: -2rem;">Quick Links</h3>
<ul class="quick-ft" style="list-style-type:circle; padding: 0;">
<li><a href="about.html" style="color: white; text-decoration: none;">About Us</a></li>
<li><a href="contact.html" style="color: white; text-decoration: none;">Contact Us</a></li>
<li><a href="privacy.html" style="color: white; text-decoration: none;">Privacy Policy</a></li>
<li><a href="terms.html" style="color: white; text-decoration: none;">Terms of Service</a></li>
<li><a href="sitemap.html" style="color: white; text-decoration: none;">Site Map</a></li>
</ul>
</div>

<!-- Contact Information Section -->
<div class="contact-ft" style="flex: 1; ">
Expand Down

0 comments on commit ae3dc85

Please sign in to comment.