Skip to content

Commit

Permalink
Merge branch 'main' into login
Browse files Browse the repository at this point in the history
  • Loading branch information
AshmitaBarthwal authored Jul 22, 2024
2 parents 9a0491f + efb40cf commit df5d293
Show file tree
Hide file tree
Showing 73 changed files with 6,255 additions and 601 deletions.
11 changes: 11 additions & 0 deletions .vscode/easycode.ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules/
dist/
vendor/
cache/
.*/
*.min.*
*.test.*
*.spec.*
*.bundle.*
*.bundle-min.*
*.log
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div>
<lottie-player src="https://lottie.host/d255520b-69e6-4038-9c0d-dd0fea22ff34/cEkKelgU4A.json" background="##FFFFFF" speed="1" style="width: 300px; height: 300px" loop autoplay direction="1" mode="normal"></lottie-player>
</div>
<button><a href="index.html">Home</a></button>
<button><a href="./index.html">Home</a></button>
</div>

<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
Expand Down
423 changes: 391 additions & 32 deletions Adventure.html

Large diffs are not rendered by default.

147 changes: 145 additions & 2 deletions Cultural_Exp.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h2 class="section__title">Cultural Experiences</h2>




<!--
<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
Expand Down Expand Up @@ -307,7 +307,150 @@ <h4>Address</h4>
<div class="footer__bar">
Copyright © 2023 Arpan Chowdhury. All rights reserved.
</div>
</footer>
</footer> -->


<!-- footer -->

<footer class="footer" data-aos="fade-up">
<div class="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="HoneyMoon.html">Honeymoon Places</a>
<a href="Adventure.html">Adventure travel</a>


</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="#cnt-form" class="footer__link">Contact Us</a></p>
</div>
</div>
<div class="footer__col">
<h4 class="footer-head" style="padding-left: 35px;"> Address</h4>
<div class="mapouter">
<div class="gmap_canvas"><iframe width="200" height="200" id="gmap_canvas"
src="https://maps.google.com/maps?q=wellington%20street%20kolkata&t=k&z=11&ie=UTF8&iwloc=&output=embed"
frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a
href="https://embedgooglemap.net/124/">invincible 123movies</a><br>
<style>
.mapouter {
position: relative;
text-align: right;
height: 200px;
width: 200px;
}
</style><a href="https://www.embedgooglemap.net">embed google map on website</a>
<style>
.gmap_canvas {
overflow: hidden;
background: none !important;
height: 200px;
width: 200px;
}
</style>
</div>
</div>
</div>

<div class="footer__col">
<div class="footer__area">
<h4>Contact Us</h4>
<div class="d-flex align-items-center mb-2">
<a href="mailto:[email protected]" class="text-nowrap">[email protected]</a>
</div>
<div class="d-flex align-items-center">
<a href="tel:8562145852" class="text-nowrap">+91 8562145852</a>
</div>
<div class="icons">
<a href="">
<div class="icon">
<i class="fab fa-linkedin" title="linkedin" style="cursor: pointer;"></i>
</div>
</a>

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

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


<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>
<!-- Visitor Widget -->
<div class="visitor-widget mt-3">
<a>
<img alt="Hits" src="https://hits.sh/apu52.github.io/Travel_Website.svg?style=for-the-badge&label=Visitors&extraCount=786&color=526180&labelColor=9bbbff"/>
</a>
</div>
</div>



</div>
<div class="footer__col">
<div id="google_element" style="z-index: 1;"></div>
<script src="https://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>
<script>
function loadGoogleTranslate() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_element');
}
</script>
</div>



</div>



<!-- New copyright code to make it dynamic and display current year -->

<div class="footer__bar">
<div>
<li>Copyright &copy;<span id="year"></span> </span> Arpan Chowdhury. All rights reserved. </li>
</div>
</div>
</footer>


<button class="top-btn" id="goToTopBtn" onclick="goToTop()"><i class="fa-solid fa-chevron-up"
style="color: #ffffff;"></i></button>
Expand Down
159 changes: 136 additions & 23 deletions HoneyMoon.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,35 +274,148 @@ <h2 class="section__title">HoneyMoon Travel</h2>



<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
<h3>Tourguide<span>.</span></h3>
<p>
Explore your suitable and dream places around the world. Here you
can find your right destination.
</p>

<!-- footer -->

<footer class="footer" data-aos="fade-up">
<div class="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="HoneyMoon.html">Honeymoon Places</a>
<a href="Adventure.html">Adventure travel</a>


</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="#cnt-form" class="footer__link">Contact Us</a></p>
</div>
<div class="footer__col">
<h4>Support</h4>
<p><a href="./faq.html">FAQs</a></p>
<p><a href="./tnc.html">Terms & Conditions</a></p>
<p><a href="./privacy.html">Privacy Policy</a></p>
<p>Contact Us</p>
</div>
<div class="footer__col">
<h4 class="footer-head" style="padding-left: 35px;"> Address</h4>
<div class="mapouter">
<div class="gmap_canvas"><iframe width="200" height="200" id="gmap_canvas"
src="https://maps.google.com/maps?q=wellington%20street%20kolkata&t=k&z=11&ie=UTF8&iwloc=&output=embed"
frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a
href="https://embedgooglemap.net/124/">invincible 123movies</a><br>
<style>
.mapouter {
position: relative;
text-align: right;
height: 200px;
width: 200px;
}
</style><a href="https://www.embedgooglemap.net">embed google map on website</a>
<style>
.gmap_canvas {
overflow: hidden;
background: none !important;
height: 200px;
width: 200px;
}
</style>
</div>
</div>
<div class="footer__col">
<h4>Address</h4>
<p>
<span>Address:</span> 3/2 Wellington Street, Kolkata , West Bengal , India
</p>
<p><span>Email:</span> [email protected]</p>
<p><span>Phone:</span> +91 8562145852</p>
</div>

<div class="footer__col">
<div class="footer__area">
<h4>Contact Us</h4>
<div class="d-flex align-items-center mb-2">
<a href="mailto:[email protected]" class="text-nowrap">[email protected]</a>
</div>
<div class="d-flex align-items-center">
<a href="tel:8562145852" class="text-nowrap">+91 8562145852</a>
</div>
<div class="icons">
<a href="">
<div class="icon">
<i class="fab fa-linkedin" title="linkedin" style="cursor: pointer;"></i>
</div>
</a>

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

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


<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>
<!-- Visitor Widget -->
<div class="visitor-widget mt-3">
<a>
<img alt="Hits" src="https://hits.sh/apu52.github.io/Travel_Website.svg?style=for-the-badge&label=Visitors&extraCount=786&color=526180&labelColor=9bbbff"/>
</a>
</div>
</div>



</div>
<div class="footer__col">
<div id="google_element" style="z-index: 1;"></div>
<script src="https://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>
<script>
function loadGoogleTranslate() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_element');
}
</script>
</div>



</div>



<!-- New copyright code to make it dynamic and display current year -->

<div class="footer__bar">
Copyright © 2023 Arpan Chowdhury. All rights reserved.
<div>
<li>Copyright &copy;<span id="year"></span> </span> Arpan Chowdhury. All rights reserved. </li>
</div>
</div>
</footer>
</footer>


<button class="top-btn" id="goToTopBtn" onclick="goToTop()"><i class="fa-solid fa-chevron-up"
style="color: #ffffff;"></i></button>
Expand Down
4 changes: 2 additions & 2 deletions Image-Gallery/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ body {
.goog-te-gadget img {
vertical-align: middle;
border: none;
width: 100px; /* Ensure the width is set to auto */
width: 110px; /* Ensure the width is set to auto */
height: auto; /* Ensure the height is set to auto */
max-width: 100%; /* Adjust this value if needed */
max-height: 100%; /* Adjust this value if needed */
}
}
Loading

0 comments on commit df5d293

Please sign in to comment.