-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from 4F24L/footer-fix
[FIX] Footer bug fix
- Loading branch information
Showing
2 changed files
with
54 additions
and
20 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 |
---|---|---|
|
@@ -190,8 +190,14 @@ | |
<body> | ||
<header> | ||
<div class="container"> | ||
|
||
<div class="logo"> | ||
<img src="images/logo2-w.webp" alt="Ambulance Monitoring System" style="width: 50px; height: auto" /> | ||
|
||
<div class="brand-name"> | ||
<span class="ambu">Ambu</span>Flow | ||
</div> | ||
<img src="images/logo2-w.webp" alt="Ambulance Monitoring System Logo" style="width: 50px; height: auto" /> | ||
|
||
</div> | ||
<nav class="menu"> | ||
<ul> | ||
|
@@ -288,32 +294,31 @@ <h2>Contact Us</h2> | |
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
|
||
|
||
<!-- Contact Information Section --> | ||
<div style="flex: 1; min-width: 200px;"> | ||
<div class="contact-ft" style="flex: 1; "> | ||
<h3>Contact Info</h3> | ||
<p>123 Emergency Lane, Mumbai, India</p> | ||
<p>Email:[email protected]</p> | ||
<p>Phone: +91-911-1234567</p> | ||
<pre>123 Emergency Lane, Mumbai, India | ||
Phone : +91-911-1234567 | ||
Email : [email protected]</pre> | ||
</div> | ||
|
||
<!-- Social Media Links --> | ||
<div style="flex: 1; min-width: 200px;"> | ||
<div class="social-ft" style="flex: 1; display: flex; flex-direction: column;"> | ||
<h3>Follow Us</h3> | ||
<a href="https://www.facebook.com" style="color: white; text-decoration: none; margin-right: 10px;"><i class="fab fa-facebook-f"></i> Facebook</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> Twitter</a><br> <!--upadted--> | ||
<a href="https://www.instagram.com" style="color: white; text-decoration: none; margin-right: 10px;"><i class="fab fa-instagram"></i> Instagram</a><br> | ||
<a href="https://www.linkedin.com" style="color: white; text-decoration: none; margin-right: 10px;"><i class="fab fa-linkedin-in"></i> LinkedIn</a> | ||
</div> | ||
<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> <!--upadted--> | ||
|
||
<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> | ||
|
||
</div> | ||
<!-- Copyright Section --> | ||
<p>© 2024 AmbuFlow. All rights reserved.</p> | ||
|
||
|
||
<!-- Newsletter Subscription --> | ||
<!-- Newsletter Subscription --> | ||
<div style="flex: 1; min-width: 200px"> | ||
<h3>Subscribe to Our Newsletter</h3> | ||
<form action="#"> | ||
|
@@ -330,6 +335,7 @@ <h3>Subscribe to Our Newsletter</h3> | |
</form> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Copyright Section --> | ||
<div style=" | ||
|
@@ -341,7 +347,6 @@ <h3>Subscribe to Our Newsletter</h3> | |
<p>© 2024 Ambulance Monitoring System. All rights reserved.</p> | ||
</div> | ||
</div> | ||
<p>© 2024 Ambulance Tracking System. All rights reserved.</p> | ||
</footer> | ||
|
||
<script> | ||
|
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