Skip to content

Commit

Permalink
Merge pull request #1237 from Adityadhiman0/update_feedback.html
Browse files Browse the repository at this point in the history
Update feedback.html
  • Loading branch information
mansiruhil13 authored Nov 10, 2024
2 parents c5c74f8 + 3af88af commit dbe23bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
14 changes: 9 additions & 5 deletions Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,17 +546,21 @@ <h1>Feedback</h1>
<div class="feedback-box">
<h2>Feedback Form</h2>

<form id="feedback-form">
<form id="feedback-form" >
<!-- Name Input -->
<label for="name">Name:</label>
<i class="fas fa-user" style="position: relative; top: 2.4rem; left: 3px; font-size: 14px"></i>
<label for="name" style="padding-left: 22px;">Name:</label>
<input type="text" id="name" name="name" class="input-field" placeholder="Enter your name" required />

<!-- Email Input -->
<label for="email">Email:</label>

<i class="fas fa-envelope" style="position: relative; top: 3.7rem; left:-31.3rem; font-size: 14px"></i>
<label for="email" style="padding-left: 22px;">Email:</label>
<input type="email" id="email" name="email" class="input-field" placeholder="Enter your email" required />

<!-- Comments Section -->
<label for="comments">Your Comments:</label>
<i class="fas fa-comment" style="position: relative; top: 3.7rem; left: -31.3rem; font-size: 14px"></i>
<label for="comments" style="padding-left: 22px;">Your Comments:</label>
<textarea id="comments" name="comments" class="feed-msg" rows="5" placeholder="Share your feedback..." required></textarea>

<!-- Star Rating -->
Expand Down Expand Up @@ -695,7 +699,7 @@ <h3>Please rate your experience:</h3>
// Back to top button functionality
const backToTopButton = document.getElementById('backToTopBtn');


</script>
<script src="preloader.js"></script>

<footer style=" color: #f3f4f6; text-align: center; width: 100%;">
Expand Down
13 changes: 9 additions & 4 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,12 @@ <h2>Emergency Care</h2>
</div>
</div>
<!-- adding map -->
<div class="map">
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d241294.64898498365!2d72.79635424219836!3d19.09761203283721!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1s123%20Emergency%20Lane%2C%20Mumbai%2C%20India!5e0!3m2!1sen!2sin!4v1728732339444!5m2!1sen!2sin"
width=860px height="400" allowfullscreen="" referrerpolicy="no-referrer-when-downgrade"
overflow="hidden" style="border :10" object-fit="cover" ;></iframe>
<!-- ;" loading="lazy" margin-top="50%" ></iframe> -->
width=860px height="400" allowfullscreen referrerpolicy="no-referrer-when-downgrade"
overflow="hidden" style="border :10" object-fit="cover"; margin-top="50%" >
</iframe>
</div>
</div>

Expand Down Expand Up @@ -443,6 +443,11 @@ <h3 style="font-size: 1.5rem; margin-bottom: 10px; color: #2980b9;">Subscribe to
</div>
</div>
<hr>





</footer>
<!-- Copyright Section -->
<div
Expand Down

0 comments on commit dbe23bd

Please sign in to comment.