-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The footer is not well coded some text are very small and they are not aligning well. Kindly assign this issue to me under relevant tags (fixed this by maintaining consistency through out the footer)
- Loading branch information
1 parent
3367058
commit 6bb10ad
Showing
1 changed file
with
60 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1876,73 +1876,75 @@ <h2 style="color: #0057B3;" id="h1darkbtn">Rate your experience</h2> | |
|
||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | ||
|
||
<footer id="footer"> | ||
<div class="footer-container"> | ||
<!-- About Us Section --> | ||
<div class="footer-column"> | ||
<h3>About Us</h3> | ||
<p>Discover and plan affordable trips with BuddyTrail's travel companion tools.</p> | ||
</div> | ||
|
||
<footer id="footer"> | ||
<div class="footer-container" id="footer"> | ||
<div class="footer-column"> | ||
|
||
<!-- Quick Links Section --> | ||
<div class="footer-column"> | ||
<h3>Quick Links</h3> | ||
<ul> | ||
<li><a href="#">Home</a></li> | ||
<li><a href="#">About</a></li> | ||
<li><a href="faq.html" class="faq-link">FAQs</a></li> | ||
<li><a href="#services">Services</a></li> | ||
<li><a href="#">Contact</a></li> | ||
<li><a href="team.html">Team</a></li> | ||
<li><a href="contributor/contributor.html">Our Contributor</a></li> | ||
</ul> | ||
</div> | ||
|
||
<footer id="footer"> | ||
<div class="footer-container"> | ||
<div class="footer-column"> | ||
<h3>About Us</h3> | ||
<p>Discover and plan affordable trips with BuddyTrail's travel companion tools.</p> | ||
</div> | ||
<div class="footer-column"> | ||
<h3>Quick Links</h3> | ||
<ul> | ||
<li><a href="#">Home</a></li> | ||
<li><a href="#">About</a></li> | ||
<li><a href="faq.html" class="faq-link">FAQs</a></li> | ||
<li><a href="#services">Services</a></li> | ||
<li><a href="#">Contact</a></li> | ||
<li><a href="team.html">Team</a></li> | ||
<li><a href="contributor/contributor.html">Our Contributor</a></li> | ||
|
||
</ul> | ||
</div> | ||
<div class="footer-column"> | ||
<h3>Legal Links</h3> | ||
<ul> | ||
<li><a href="#"></a>Terms of Service</li> | ||
<li><a href="#">Privacy Policy</a></li> | ||
<li><a href="#">Disclaimer</a></li> | ||
<li><a href="#">Copyright Notice</a></li> | ||
<li><a href="#">Cookie Policy</a></li> | ||
|
||
</ul> | ||
</div> | ||
<div class="footer-column"> | ||
<h3>Contact Us</h3> | ||
<p>Email: [email protected]</p> | ||
<p>Phone: +123 456 7890</p> | ||
</div> | ||
<div class="footer-column"> | ||
<h3>Follow Us</h3> | ||
<div class="social-icons"> | ||
<a href="https://discord.com/invite/priyaghosal" ><i class="fab fa-discord"></i></a> | ||
<a href="https://x.com/https://twitter.com/PriyaGhosa39968"><i class="fa-brands fa-x-twitter"></i></i></a> | ||
<a href="https://github.com/PriyaGhosal/BuddyTrail"><i class="fab fa-github"></i></a> | ||
<a href="https://www.linkedin.com/in/priya-ghosal-785771286/"><i class="fab fa-linkedin-in"></i></a> | ||
</div> | ||
</div> | ||
<!-- Newsletter Form --> | ||
<div class="newsletter" id="newsletter"> | ||
<!-- Legal Links Section --> | ||
<div class="footer-column"> | ||
<h3>Legal Links</h3> | ||
<ul> | ||
<li><a href="#">Terms of Service</a></li> | ||
<li><a href="#">Privacy Policy</a></li> | ||
<li><a href="#">Disclaimer</a></li> | ||
<li><a href="#">Copyright Notice</a></li> | ||
<li><a href="#">Cookie Policy</a></li> | ||
</ul> | ||
</div> | ||
|
||
<!-- Contact Us Section --> | ||
<div class="footer-column"> | ||
<h3>Contact Us</h3> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>Phone: <a href="tel:+1234567890">+123 456 7890</a></p> | ||
</div> | ||
|
||
<!-- Follow Us Section --> | ||
<div class="footer-column"> | ||
<h3>Follow Us</h3> | ||
<div class="social-icons"> | ||
<a href="https://discord.com/invite/priyaghosal"><i class="fab fa-discord"></i></a> | ||
<a href="https://x.com/https://twitter.com/PriyaGhosa39968"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="https://github.com/PriyaGhosal/BuddyTrail"><i class="fab fa-github"></i></a> | ||
<a href="https://www.linkedin.com/in/priya-ghosal-785771286/"><i class="fab fa-linkedin-in"></i></a> | ||
</div> | ||
</div> | ||
|
||
<!-- Newsletter Form Section --> | ||
<div class="footer-column newsletter" id="newsletter"> | ||
<h3>Subscribe to Our Newsletter</h3> | ||
<form id="newsletter-form"> | ||
<h3>Newsletter Form</h3> | ||
<input type="email" id="email" placeholder="Enter your email" required /> | ||
<button type="submit">Subscribe</button> | ||
</form> | ||
<p id="subscription-message"></p> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<!-- Footer Bottom Section --> | ||
<div class="footer-bottom"> | ||
<p>© 2024 BuddyTrail. All rights reserved.</p> | ||
</div> | ||
</footer> | ||
|
||
<div class="footer-bottom"> | ||
<p>© 2024 Buddy Trail. All rights reserved.</p> | ||
</div> | ||
</footer> | ||
|
||
<!-- Deals and Offers Popup | ||
<div id="dealsPopup" class="popup"> | ||
|