-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce778e4
commit 0fa3cdc
Showing
4 changed files
with
101 additions
and
115 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 |
---|---|---|
|
@@ -50,28 +50,27 @@ | |
</header> | ||
|
||
<!-- Main Contact Form Section --> | ||
<div class="contact-section"> | ||
<div class="container"> | ||
<div class="contact-section container"> | ||
<div class="contact-container container"> | ||
<div class="contact-info"> | ||
<a href="tel:+1234567890" class="info-item"> | ||
<i class="fas fa-phone"></i> <!-- Font Awesome icon for phone --> | ||
<h2>Get In Touch</h2> | ||
<p>We'd love to hear from you. Here's how you can reach us...</p> | ||
<a href="tel:+918957818597" class="info-item"> | ||
<i class="fas fa-phone"></i> | ||
<span>+91 895 781 8597</span> | ||
</a> | ||
<a href="mailto:[email protected]" class="info-item"> | ||
<i class="fas fa-envelope"></i> <!-- Font Awesome icon for email --> | ||
<i class="fas fa-envelope"></i> | ||
<span>[email protected]</span> | ||
</a> | ||
<a href="https://www.google.com/maps/place/123+Street+Name,+City,+Country" class="info-item" target="_blank"> | ||
<i class="fas fa-map-marker-alt"></i> <!-- Font Awesome icon for address --> | ||
<a href="https://www.google.com/maps/place/Fatehpur,+Uttar+Pradesh,+India" class="info-item" target="_blank"> | ||
<i class="fas fa-map-marker-alt"></i> | ||
<span>Fatehpur, Uttar Pradesh, India</span> | ||
</a> | ||
</div> | ||
|
||
<div class="contact-container"> | ||
<h2>Get In Touch</h2> | ||
<p style="color: black; margin-bottom: 30px;">Feel free to reach out for any inquiries or feedback.</p> | ||
|
||
<!-- Contact Form --> | ||
<div class="contact-form-container"> | ||
<h2>Send us a message</h2> | ||
<form class="contact-form" action="https://formspree.io/f/mdkonvre" method="POST"> | ||
<div class="input-group"> | ||
<input type="text" id="name" name="name" placeholder="Your Name" required /> | ||
|
@@ -87,24 +86,22 @@ <h2>Get In Touch</h2> | |
</div> | ||
</form> | ||
</div> | ||
|
||
<!-- Error Message --> | ||
<div id="error-message" class="error-message"></div> | ||
</div> | ||
|
||
<!-- Error Message --> | ||
<div id="error-message" class="error-message"></div> | ||
</div> | ||
|
||
|
||
<!-- Social Media Links and Footer --> | ||
<footer class="footer"> | ||
<ul class="social-icon"> | ||
<li class="social-icon__item"> | ||
<a class="social-icon__link" | ||
href="https://m.facebook.com/profile.php?eav=AfaQiAnLMKoJt9fhAP0mpclv59dhzAMBnCy-rfJi2qawDv01IOkuI4RSxLQFG4508J0&paipv=0"> | ||
<a class="social-icon__link" href="https://m.facebook.com/profile.php?eav=AfaQiAnLMKoJt9fhAP0mpclv59dhzAMBnCy-rfJi2qawDv01IOkuI4RSxLQFG4508J0&paipv=0"> | ||
<i class="fa-brands fa-facebook"></i> | ||
</a> | ||
</li> | ||
<li class="social-icon__item"> | ||
<a class="social-icon__link" href=" https://twitter.com/gps_96169"> | ||
<a class="social-icon__link" href="https://twitter.com/gps_96169"> | ||
<i class="fa-brands fa-x-twitter"></i> | ||
</a> | ||
</li> | ||
|
@@ -123,22 +120,12 @@ <h2>Get In Touch</h2> | |
<i class="fa-brands fa-whatsapp"></i> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<ul class="menu"> | ||
<li class="menu__item"><a class="menu__link" href="#">Home</a></li> | ||
<li class="menu__item"> | ||
<a class="menu__link" href="about-us.html">About</a> | ||
</li> | ||
<li class="menu__item"> | ||
<a class="menu__link" href="project.html">Project Section</a> | ||
</li> | ||
<li class="menu__item"> | ||
<a class="menu__link" href="index.html">Profile Section</a> | ||
</li> | ||
<!-- <li class="menu__item"> | ||
<a class="menu__link" href="contact-us.html">Contact</a> | ||
</li> --> | ||
<li class="menu__item"><a class="menu__link" href="about-us.html">About</a></li> | ||
<li class="menu__item"><a class="menu__link" href="project.html">Project Section</a></li> | ||
<li class="menu__item"><a class="menu__link" href="index.html">Profile Section</a></li> | ||
</ul> | ||
<p>Dev Profiles © <span id="dates"></span> | All Rights Reserved</p> | ||
</footer> | ||
|
@@ -150,4 +137,4 @@ <h2>Get In Touch</h2> | |
<script src="script.js"></script> | ||
</body> | ||
|
||
</html> | ||
</html> |
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
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