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

✔️Fixed the Footer Unwanted Bug! #1551

Merged
merged 1 commit into from
Aug 8, 2024
Merged
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
48 changes: 3 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1508,48 +1508,13 @@ <h1>Contact Us</h1>
window.onload = calcScrollValue;

</script>
<label for="rating-filter">Minimum Rating:</label>
<select id="rating-filter">
=======
</h2>
<div id="collapse5" class="accordion-collapse collapse" aria-labelledby="heading5"
data-bs-parent="#faqAccordion">
<div class="accordion-body">
Flipkart has a hassle-free return policy. If you're not satisfied with your purchase, you can initiate a
return within the specified return period. Simply go to the "My Orders" section, select the order you
want to return, and follow the prompts.
</div>
</div>

</div>
</div>
</div>
</div>
<!-- faq end -->
<!-- Contact Us -->
<div class="main" id="contactus">

<div class="container">
<img src="rateus.png" alt="rateus">
<div class="form-container">
<h1>Contact Us</h1>
<form id="contact-form">
<!-- <label for="name">Name:</label> -->
<input type="text" id="name" name="name" required placeholder="Name:">

<!-- <label for="email">Email:</label> -->
<input type="email" id="email" name="email" required placeholder="Email:">

<!-- <label for="comment">Comment:</label> -->
<br> <textarea id="comment" name="feedback" required placeholder="Comment:"></textarea>


<p id="thank-you-message" style="color: white; display: none;">Thank you !!<br>We will connect
soon.</p>
</form> <br>
<button onclick="handleSubmit()" id="button" class="button1">Submit</button>
</div>
</div>
</div>

<!-- go to top button -->
<!-- <button id="goToTopBtn" class="hidden"><i class="fas fa-chevron-up"></i></button> -->
<div class="scrollToTop">
Expand Down Expand Up @@ -1622,14 +1587,7 @@ <h1>Contact Us</h1>
window.onload = calcScrollValue;
</script>

<label for="rating-filter">Minimum Rating:</label>
<select id="rating-filter">
<option value="1">1 Star</option>
<option value="2">2 Stars</option>
<option value="3">3 Stars</option>
<option value="4">4 Stars</option>
<option value="5">5 Stars</option>
</select>


</body>

Expand Down
Loading