Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Footer Section alignment issue fixed #982

Merged
merged 7 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 45 additions & 51 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<link rel="stylesheet" href="counter.css" class="rel href">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="./Image-Gallery/style.css">
<link rel="stylesheet" href="./Image-Gallery/stylecaptions.css">
Expand Down Expand Up @@ -1126,44 +1127,36 @@ <h2 class="section__title" data-aos="fade-up">Subscribe to get special prize</h2

<footer class="footer" data-aos="fade-up">
<div class="section__container footer__container">
<div class="footer__col">
<h3 class="footer-head" class="footer__title">Tourguide<span>.</span></h3>
<p>
Ready for your next adventure? Let's make it unforgettable.<br>
</p>
<p class="footer__text">
Start planning your dream trip with us and explore the world.
</p>
</div>
<div class="footer__col">
<h3 class="footer-head" class="footer__title">Places You May Want to Visit<span>.</span></h3>
<p class="footer__text">

<a href="Cultural_Exp.html">Cultural Experiences</a>
<a href="Cultural_Exp.html" >Cultural Experiences</a>

<a href="HoneyMoon.html">Honeymoon Places</a>
<a href="Adventure.html">Adventure travel</a>


</p>
</div>
<div class="footer__col">
<h3 class="footer-head" class="footer__title">Tourguide<span>.</span></h3>
<p>
Ready for your next adventure? Let's make it unforgettable.<br>
</p>
<p class="footer__text">
Start planning your dream trip with us and explore the world.
</p>
</div>
<div class="footer__col">
<div class="footer__area">
<h4 class="footer-head" class="footer__subtitle">Support</h4>
<p><a href="./faq.html" class="footer__link">FAQs</a></p>
<p><a href="./tnc.html" class="footer__link">Terms & Conditions</a></p>
<p><a href="./privacy.html" class="footer__link">Privacy Policy</a></p>
<p><a href="./privacy.html" class="footer__link">Privacy Policy</a></p>
<p><a href="#cnt-form" class="footer__link">Contact Us</a></p>
</div>
</div>
<div class="footer__col">
<p>Social Media</p>
<section class="social-icon d-flex ">
<a href="#" class="fa-brands fa-facebook fa-2xl"></a>
<a href="#" class="fa-brands fa-instagram fa-2xl"></a>
<a href="#" class="fa-brands fa-twitter fa-2xl"></a>
</section>
</div>
<div class="footer__col">
<h4 class="footer-head" style="padding-left: 35px;"> Address</h4>
<div class="mapouter">
Expand Down Expand Up @@ -1192,44 +1185,50 @@ <h4 class="footer-head" style="padding-left: 35px;"> Address</h4>
</div>
<div class="footer__col">
<div class="footer__area">
<h4>Reach Out To Us</h4>
<h4>Contact Us</h4>
<div class="d-flex align-items-center mb-2">
<span class="mr-2">Email :</span>
<a href="mailto:[email protected]" class="text-nowrap">[email protected]</a>
</div>
<div class="d-flex align-items-center">
<span class="mr-2">Phone :</span>
<a href="tel:8562145852" class="text-nowrap">+91 8562145852</a>
</div>
</div>

</div>
<div class="footer__col">
<div class="footer__area">
<h4 class="footer-head" style="margin-left: -43px;" >Follow Us</h4>
<br>
<a style="margin-left: -43px;" href="https://www.facebook.com/yourpage" target="_blank" class="footer__link">
<i class="fab fa-facebook-f"></i>
<div class="icons">
<a href="">
<div class="icon">
<i class="fab fa-linkedin" title="linkedin" style="cursor: pointer;"></i>
</div>
</a>


<a style="margin-left: -10px;" href="https://twitter.com/ArpanCh40193288" target="_blank" class="footer__link">
<i class="fab fa-twitter"></i>

<a href="">
<div class="icon">
<i class="fab fa-twitter" title="X"style="cursor: pointer;"></i>
</div>
</a>


<a style="margin-left: -10px;" href="https://www.instagram.com/anuragbasu1973/" target="_blank" class="footer__link">
<i class="fab fa-instagram"></i>

<a href="">
<div class="icon">
<i class="fab fa-instagram" title="Instagram"style="cursor: pointer;"></i>
</div>
</a>


<a style="margin-left: -10px;" href="https://www.linkedin.com/in/arpan-chowdhury-775294251" target="_blank" class="footer__link">
<i class="fab fa-linkedin-in"></i>


<a href="" title="YouTube">
<div class="icon">
<i class="fab fa-youtube" style="cursor: pointer;"></i>
</div>
</a>


<a href="">
<div class="icon">
<i class="fab fa-github" title="Github"></i>
</div>
</a>

</div>
</div>
</div>

</div>

<div class="footer__col">
<div id="google_element"></div>
<script src="https://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>
Expand All @@ -1250,12 +1249,7 @@ <h4 class="footer-head" style="margin-left: -43px;" >Follow Us</h4>
</div>
</div>

<!-- Previous copyright code
<!-- <div class="footer__bar">
Copyright © 2023 Arpan Chowdhury. All rights reserved.
</div> -->

</footer>
</footer>

<a class="goupbtn" href="#" onclick="goToTop()"><i class="fa-solid fa-arrow-up"></i></a>

Expand Down
Loading
Loading