-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1693 from Adarsh-Chaubey03/main
Multiple Enhancement and Bug Fixing : Missing Footer Aded , Links now Working , Variable Footer Size Made Consistent
- Loading branch information
Showing
3 changed files
with
84 additions
and
15 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 |
---|---|---|
|
@@ -302,7 +302,7 @@ <h2 id="section6">6. Changes to This Cookie Policy</h2> | |
<h2 id="section7">7. Contact Us</h2> | ||
<p>If you have any questions or concerns about this Cookie Policy, please contact us:</p> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>Phone: +1-800-555-1234</p> | ||
<p>Phone: <a href="tel:+1234567890" style="color: rgb(90, 198, 245); text-decoration: none;">+123 456 7890</a></p> | ||
</div> | ||
</div> | ||
|
||
|
@@ -332,8 +332,8 @@ <h3>Quick Links</h3> | |
</div> | ||
<div class="footer-column"> | ||
<h3>Contact Us</h3> | ||
<p>Email: [email protected]</p> | ||
<p>Phone: +123 456 7890</p> | ||
<p>Email: <a href="mailto:[email protected]" style="color: white; text-decoration: none;">[email protected]</a></p> | ||
<p>Phone: <a href="tel:+1234567890" style="color: white; text-decoration: none;">+123 456 7890</a></p> | ||
</div> | ||
<div class="footer-column"> | ||
<h3>Follow Us</h3> | ||
|
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 |
---|---|---|
|
@@ -259,11 +259,14 @@ <h2 id="contact">8. Contact Information</h2> | |
|
||
</div> | ||
<footer> | ||
<div class="container3"> | ||
<div class="container2"> | ||
<div class="footer-content"> | ||
<div class="footer-column"> | ||
<h3>About Us</h3> | ||
<p>Discover and plan affordable trips with BuddyTrail's travel companion tools.</p> | ||
<p> | ||
Discover and plan affordable trips with BuddyTrail's travel | ||
companion tools. | ||
</p> | ||
</div> | ||
<div class="footer-column"> | ||
<h3>Quick Links</h3> | ||
|
@@ -274,24 +277,36 @@ <h3>Quick Links</h3> | |
<li><a href="/#services">Services</a></li> | ||
<li><a href="contact.html">Contact</a></li> | ||
<li><a href="team.html">Team</a></li> | ||
<li><a href="contributor/contributor.html">Our Contributor</a></li> | ||
<li> | ||
<a href="contributor/contributor.html">Our Contributor</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer-column"> | ||
<h3>Contact Us</h3> | ||
<p>Email: <a href="mailto:[email protected]" style="color: white; text-decoration: none;">[email protected]</a> | ||
</p> | ||
<p>Email: <a href="mailto:[email protected]" style="color: white; text-decoration: none;">[email protected]</a></p> | ||
<p>Phone: <a href="tel:+1234567890" style="color: white; text-decoration: none;">+123 456 7890</a></p> | ||
|
||
</div> | ||
<div class="footer-column"> | ||
<h3>Follow Us</h3> | ||
<div class="social-icons"> | ||
<a href="https://discord.com/invite/priyaghosal" target="_blank"><i class="fab fa-discord"></i></a> | ||
<a href="https://twitter.com/PriyaGhosa39968" target="_blank"><i class="fab fa-twitter"></i></a> | ||
<a href="https://github.com/PriyaGhosal/BuddyTrail" target="_blank"><i class="fab fa-github"></i></a> | ||
<a href="https://www.linkedin.com/in/priya-ghosal-785771286/" target="_blank"><i | ||
class="fab fa-linkedin-in"></i></a> | ||
<a href="https://discord.com/invite/priyaghosal" target="_blank" | ||
><i class="fab fa-discord"></i | ||
></a> | ||
<a href="https://twitter.com/PriyaGhosa39968" target="_blank" | ||
><i class="fab fa-twitter"></i | ||
></a> | ||
<a | ||
href="https://github.com/PriyaGhosal/BuddyTrail" | ||
target="_blank" | ||
><i class="fab fa-github"></i | ||
></a> | ||
<a | ||
href="https://www.linkedin.com/in/priya-ghosal-785771286/" | ||
target="_blank" | ||
><i class="fab fa-linkedin-in"></i | ||
></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -300,7 +315,6 @@ <h3>Follow Us</h3> | |
</footer> | ||
|
||
|
||
|
||
<script> | ||
// Hamburger menu functionality | ||
document.addEventListener("DOMContentLoaded", function () { | ||
|
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 |
---|---|---|
|
@@ -284,6 +284,61 @@ <h2 id="section6">6. Contact Us</h2> | |
<p>Phone: <a href="tel:+1234567890" style="color: rgb(103, 115, 212); text-decoration: none;">+123 456 7890</a></p> | ||
</div> | ||
</div> | ||
<footer> | ||
<div class="container2"> | ||
<div class="footer-content"> | ||
<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="index.html">Home</a></li> | ||
<li><a href="about.html">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.html">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>Contact Us</h3> | ||
<p>Email: <a href="mailto:[email protected]" style="color: white; text-decoration: none;">[email protected]</a></p> | ||
<p>Phone: <a href="tel:+1234567890" style="color: white; text-decoration: none;">+123 456 7890</a></p> | ||
|
||
</div> | ||
<div class="footer-column"> | ||
<h3>Follow Us</h3> | ||
<div class="social-icons"> | ||
<a href="https://discord.com/invite/priyaghosal" target="_blank" | ||
><i class="fab fa-discord"></i | ||
></a> | ||
<a href="https://twitter.com/PriyaGhosa39968" target="_blank" | ||
><i class="fab fa-twitter"></i | ||
></a> | ||
<a | ||
href="https://github.com/PriyaGhosal/BuddyTrail" | ||
target="_blank" | ||
><i class="fab fa-github"></i | ||
></a> | ||
<a | ||
href="https://www.linkedin.com/in/priya-ghosal-785771286/" | ||
target="_blank" | ||
><i class="fab fa-linkedin-in"></i | ||
></a> | ||
</div> | ||
</div> | ||
</div> | ||
<p class="copyright">© 2024 BuddyTrail | All rights reserved.</p> | ||
</div> | ||
</footer> | ||
<script> | ||
const modeToggle = document.getElementById('modeToggle'); | ||
const body = document.body; | ||
|