-
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 #200 from poorvikaa08/update
Footer
- Loading branch information
Showing
3 changed files
with
66 additions
and
21 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
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 |
---|---|---|
|
@@ -184,10 +184,8 @@ <h2>Feedback System</h2> | |
</div> | ||
|
||
<!-- Footer --> | ||
<footer> | ||
|
||
<p>© 2024 AmbuFlow. All rights reserved.</p> | ||
|
||
<footer> | ||
<div style="background-color: #333; color: white; padding: 20px;"> | ||
<div style="display: flex; justify-content: space-between; flex-wrap: wrap;"> | ||
<!-- Quick Links Section --> | ||
|
@@ -201,26 +199,22 @@ <h3>Quick Links</h3> | |
<li><a href="sitemap.html" style="color: white; text-decoration: none;">Site Map</a></li> | ||
</ul> | ||
</div> | ||
<p>© 2024 AmbuFlow. All rights reserved.</p> | ||
|
||
</footer> | ||
|
||
<!-- Contact Information Section --> | ||
<div style="flex: 1; min-width: 200px;"> | ||
<h3>Contact Info</h3> | ||
<p>AmbuFlow | ||
White road St, Newyork City, USA</p> | ||
<p>Email:[email protected]</p> | ||
<p>Phone: 9633700598</p> | ||
<p>123 Emergency Lane, Mumbai, India</p> | ||
<p>Email:[email protected]</p> | ||
<p>Phone: +91-911-1234567</p> | ||
</div> | ||
|
||
<!-- Social Media Links --> | ||
<div style="flex: 1; min-width: 200px;"> | ||
<h3>Follow Us</h3> | ||
<a href="#" style="color: white; text-decoration: none; margin-right: 10px;"><i class="fab fa-facebook-f"></i> Facebook</a><br> | ||
<a href="#" style="color: white; text-decoration: none; margin-right: 10px;"><i class="fa-brands fa-x-twitter"></i> Twitter</a><br> | ||
<a href="#" style="color: white; text-decoration: none; margin-right: 10px;"><i class="fab fa-instagram"></i> Instagram</a><br> | ||
<a href="#" style="color: white; text-decoration: none; margin-right: 10px;"><i class="fab fa-linkedin-in"></i> LinkedIn</a> | ||
<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> | ||
|
||
<!-- Newsletter Subscription --> | ||
|
@@ -233,12 +227,13 @@ <h3>Subscribe to Our Newsletter</h3> | |
</div> | ||
</div> | ||
|
||
<!-- Copyright Section --> | ||
<div style="text-align: center; margin-top: 20px; border-top: 1px solid white; padding-top: 10px;"> | ||
<p>© 2024 AmbuFlow. All rights reserved.</p> | ||
</div> | ||
|
||
|
||
</div> | ||
<!-- Copyright Section --> | ||
<p>© 2024 AmbuFlow. All rights reserved.</p> | ||
|
||
</footer> | ||
</footer> | ||
|
||
</body> | ||
</html> |
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 |
---|---|---|
|
@@ -369,6 +369,58 @@ <h3>Follow Us</h3> | |
</div> | ||
|
||
|
||
<!--Updated footer--> | ||
<footer> | ||
|
||
|
||
<div style="background-color: #333; color: white; padding: 20px;"> | ||
<div style="display: flex; justify-content: space-between; flex-wrap: wrap;"> | ||
<!-- Quick Links Section --> | ||
<div style="flex: 1; min-width: 200px;"> | ||
<h3>Quick Links</h3> | ||
<ul style="list-style-type: none; padding: 0;"> | ||
<li><a href="about.html" style="color: white; text-decoration: none;">About Us</a></li> | ||
<li><a href="contact.html" style="color: white; text-decoration: none;">Contact Us</a></li> | ||
<li><a href="privacy.html" style="color: white; text-decoration: none;">Privacy Policy</a></li> | ||
<li><a href="terms.html" style="color: white; text-decoration: none;">Terms of Service</a></li> | ||
<li><a href="sitemap.html" style="color: white; text-decoration: none;">Site Map</a></li> | ||
</ul> | ||
</div> | ||
|
||
<!-- Contact Information Section --> | ||
<div style="flex: 1; min-width: 200px;"> | ||
<h3>Contact Info</h3> | ||
<p>123 Emergency Lane, Mumbai, India</p> | ||
<p>Email:[email protected]</p> | ||
<p>Phone: +91-911-1234567</p> | ||
</div> | ||
|
||
<!-- Social Media Links --> | ||
<div style="flex: 1; min-width: 200px;"> | ||
<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> | ||
|
||
<!-- Newsletter Subscription --> | ||
<div style="flex: 1; min-width: 200px;"> | ||
<h3>Subscribe to Our Newsletter</h3> | ||
<form action="#"> | ||
<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;">Subscribe</button> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
<!-- Copyright Section --> | ||
<p>© 2024 AmbuFlow. All rights reserved.</p> | ||
|
||
|
||
<!-- Newsletter Subscription --> | ||
<div style="flex: 1; min-width: 200px"> | ||
<h3>Subscribe to Our Newsletter</h3> | ||
|