Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update feedback.html #1237

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading