-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleted duplicate "contact us" and "about"
I have deleted the duplicate content from the website.
- Loading branch information
1 parent
05e2d7c
commit b4dbb91
Showing
1 changed file
with
5 additions
and
41 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 |
---|---|---|
|
@@ -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" | ||
|
@@ -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"> | ||
|
@@ -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"> | ||
|