Skip to content

Commit

Permalink
Deleted duplicate "contact us" and "about"
Browse files Browse the repository at this point in the history
I have deleted the duplicate content from the website.
  • Loading branch information
Kajalmehta29 committed Oct 9, 2024
1 parent 05e2d7c commit b4dbb91
Showing 1 changed file with 5 additions and 41 deletions.
46 changes: 5 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,33 +684,10 @@ <h2>Explore Popular Destinations</h2>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCYcdQdpiSF7BjZl6JF_pyucrblrUCZMxc&callback=initMap"
async defer></script>

<section id="contact">
<div class="form-wrapper">
<header class="form-head">
<h2>Contact US</h2>
</header>
<form id="contactForm" action="https://formspree.io/f/mqkvkayy" method="POST">
<div class="name-form">
<label for="name">Name : </label>
<input id="name" type="text" name="name" required />
</div>

<div class="email-form">
<label for="email">Email :</label>
<input id="email" type="email" name="email" required />
</div>
<button type="submit">Submit</button>
</form>

</div>
</section>


<!-- Map Section -->
<section class="map-section">
<h2>Explore Popular Destinations</h2>
<p>Click on the markers to learn more about each destination.</p>
<div id="map"></div>
</section>

<!-- Google Maps JavaScript API -->
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCYcdQdpiSF7BjZl6JF_pyucrblrUCZMxc&callback=initMap"
Expand Down Expand Up @@ -883,8 +860,7 @@ <h2>Rate your experience</h2>
<footer>
<div class="footer-container">
<div class="footer-column">
<h3>About Us</h3>
<p>We are a team of passionate developers creating amazing web experiences.</p>


<footer>
<div class="footer-container">
Expand Down Expand Up @@ -915,20 +891,8 @@ <h3>Follow Us</h3>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</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="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>


</div>

<div class="footer-bottom">
Expand Down

0 comments on commit b4dbb91

Please sign in to comment.