-
Notifications
You must be signed in to change notification settings - Fork 276
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
e712ce9
commit 8a60146
Showing
2 changed files
with
78 additions
and
33 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 |
---|---|---|
|
@@ -120,47 +120,50 @@ <h2>Contact Us</h2> | |
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<!-- Contact Information Section --> | ||
<div class="contact-ft" style="flex: 1; "> | ||
<h3>Contact Info</h3> | ||
<pre>123 Emergency Lane, Mumbai, India | ||
Phone : +91-911-1234567 | ||
Email : [email protected]</pre> | ||
</div> | ||
|
||
<!-- Social Media Links --> | ||
<div class="social-ft" style="flex: 1; display: flex; flex-direction: column;"> | ||
<h3>Follow Us</h3> | ||
<div style="display: flex; justify-content: center; gap: 1rem; font-size: 1.5rem; flex-wrap: wrap;" class="links"> | ||
<a href="https://www.facebook.com" style="color: white; text-decoration: none; margin-right: 10px;"><i | ||
class="fab fa-facebook-f"></i></a><br> | ||
<a href="https://www.twitter.com" style="color: white; text-decoration: none; margin-right: 10px;"><i | ||
class="fa-brands fa-x-twitter"></i></a><br> | ||
<a href="https://www.instagram.com" style="color: white; text-decoration: none; margin-right: 10px;"><i | ||
class="fab fa-instagram"></i></a><br> | ||
<a href="https://www.linkedin.com" style="color: white; text-decoration: none; margin-right: 10px;"><i | ||
class="fab fa-linkedin-in"></i></a> | ||
</div> | ||
</div> | ||
|
||
<!-- Newsletter Subscription --> | ||
<div style="flex: 1; min-width: 200px"> | ||
<div style="flex: 1; min-width: 200px; margin-bottom: 20px;"> | ||
<h3>Subscribe to Our Newsletter</h3> | ||
<form action="#"> | ||
<input type="email" placeholder="Your Email" style="padding: 10px; width: 80%" required /><br /><br /> | ||
<input type="email" placeholder="Your Email" style="padding: 10px; width: 80%;" required /><br /><br /> | ||
<button type="submit" style=" | ||
background-color: #ff5733; | ||
color: white; | ||
padding: 10px 20px; | ||
border: none; | ||
cursor: pointer; | ||
"> | ||
background-color: #ff5733; | ||
color: white; | ||
padding: 10px 20px; | ||
border: none; | ||
cursor: pointer; | ||
"> | ||
Subscribe | ||
</button> | ||
</form> | ||
</div> | ||
|
||
<!-- Footer Container --> | ||
<div class="footer-container" style="display: flex; justify-content: space-between; align-items: flex-start;"> | ||
<!-- Contact Information Section --> | ||
<div class="contact-ft" style="flex: 1; min-width: 200px;"> | ||
<h3>Contact Info</h3> | ||
<pre>123 Emergency Lane, Mumbai, India | ||
Phone : +91-911-1234567 | ||
Email : [email protected]</pre> | ||
</div> | ||
|
||
<!-- Social Media Links --> | ||
<div class="social-ft" | ||
style="flex: 1; display: flex; flex-direction: column; align-items: flex-end; padding-right: 220px;"> | ||
<h3>Get in Touch</h3> | ||
<div style="display: flex; justify-content: center; gap: 1rem; font-size: 1.9rem; flex-wrap: wrap; " | ||
class="links"> | ||
<a href="https://www.facebook.com" style="color: white; text-decoration: none;"><i | ||
class="fab fa-facebook-f"></i></a> | ||
<a href="https://www.twitter.com" style="color: white; text-decoration: none;"><i | ||
class="fa-brands fa-x-twitter"></i></a> | ||
<a href="https://www.instagram.com" style="color: white; text-decoration: none;"><i | ||
class="fab fa-instagram"></i></a> | ||
<a href="https://www.linkedin.com" style="color: white; text-decoration: none;"><i | ||
class="fab fa-linkedin-in"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Copyright Section --> | ||
|
@@ -172,9 +175,9 @@ <h3>Subscribe to Our Newsletter</h3> | |
"> | ||
<p>© 2024 Ambulance Monitoring System. All rights reserved.</p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<!-- Back to Top Button --> | ||
<button id="back-to-top"> | ||
<i class="fas fa-chevron-up" style="font-size: 30px;"></i> | ||
|
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