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

Feedback #1084

Merged
merged 2 commits into from
Oct 27, 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
20 changes: 12 additions & 8 deletions Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@
text-align: center;
margin-top: 2rem;
margin-bottom: 1rem;

font-weight: 600;
}
transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.feed-btn:hover {
transform: scale(1.03);
Expand Down Expand Up @@ -517,10 +517,14 @@ <h3 style="font-size: 1.5rem; margin-bottom: 10px; color: #2980b9;">Quick Links<
<!-- Contact Information Section -->
<div style="flex: 1; min-width: 200px; margin-bottom: 10px;">
<h3 style="font-size: 1.5rem; color: #2980b9;">Contact Info</h3>
<p style="color: #000;">123 Emergency Lane, Mumbai, India</p>
<a href="mailto:[email protected]" style="color: #000000;">[email protected]</a></p>
<p style="color: #000000;">Phone: <a href="tel:+91-911-1234567" style="color: #000000;">+91-911-1234567</a>
</p>
<p style="color: #333; margin-bottom: 10px;font-size:0.8rem";>
Email:
<a href="mailto:[email protected]" style="color: #3173f8;">[email protected]</a>
</p>
<p style="color: #333;">
Phone:
<a href="tel:+91-911-1234567" style="color: #333; text-decoration: none; transition: color 0.3s;">+91-911-1234567</a>
</p>
</div>

<!-- Modified the looks of the social icons -->
Expand All @@ -540,8 +544,8 @@ <h3 style="font-size: 1.5rem; margin-bottom: 10px; color: #2980b9;">Follow Us</h
</div>

<h3>Your Comments:</h3>
<textarea class="feed-msg" rows="5" placeholder="Share your feedback..." required></textarea>
<div class="feed-btn">
<textarea class="feed-msg" rows="5" style="width:500px; margin:10px;" placeholder="Share your feedback..." required></textarea>
<div class="feed-btn">
<button type="submit">Submit Feedback</button>
</div>
</form>
Expand Down