Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vimistify authored Nov 14, 2024
1 parent c866934 commit 99a84b8
Showing 1 changed file with 1 addition and 72 deletions.
73 changes: 1 addition & 72 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -947,77 +947,6 @@ <h3 style="font-size: 1.5rem; margin-bottom: 10px; color: #2980b9;">Subscribe to
style="background-color: #e81a1a; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 5px;">Subscribe</button>
</form>
</div>


<footer class="fot">

<div class="l1">
<h2>About</h2>
<p>AmbuFlow is ambulance tracking site which helps you to find the nearest hospitals and get access to nearest
ambulances and save lives</p>
</div>


<div class="l2">

<div class="use">
<h2>Usefull link</h2>
<p>Home</p>
<p>Features</p>
<p>Team</p>
<p>Privacy Policy</p>
<p>Terms of Service</p>

<div>
<h2 style="margin-left: 1vw;">Usefull link</h2>
<p><a href="index.html">Home</a></p>
<p style="margin-left: 1.3vw;"><a href="features.html">Features</a></p>
<p><a href="team.html">Team</a></p>
<p style="margin-left: 3.5vw;"><a href="privacy.html">Privacy Policy</a></p>
<p style="margin-left: 4.5vw;"><a href="terms.html">Terms of Service</a></p>


</div>




<div class="l3">
<h2>News Later</h2>
<form action="" class="form-search">
<div class="search-box">
<input type="text" placeholder="Your Email">
<button class="btn" type="submit">Submit</button>
</div>
</form>

<!-- Child div for 'Follow Us' -->
<div class="footer-column">
<h2>Follow Us</h2>
<div class="social-icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> <!-- Updated X icon -->
<a href="#"><i class="fa-brands fa-instagram"></i></a>

<!-- Newsletter Subscription -->
<div style="min-width: 200px; margin-bottom: 20px;">
<h3 style="font-size: 1.5rem; margin-bottom: 10px; color: darkorange;">
Subscribe to Our Newsletter</h3>
<form id="newsletter-form" novalidate>
<i class="fas fa-envelope" style="position: absolute; bottom: -142.6rem; right: 18.3rem; color: rgb(129, 128, 128); font-size: 13px;"></i>
<input type="email" placeholder="Your Email" style="padding: 10px; width: 80%; border: none; border-radius: 7px; padding-left: 27px;"
required><br><br>
<button type="submit"
style="background-color: #e81a1a; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 5px;">Subscribe</button>
</form>
<!-- Toast Notification -->
<div id="toast"
style="display: none; position: fixed; bottom: 20px; right: 60px; background-color: #333; color: white; padding: 10px; border-radius: 5px; z-index: 1000;">

</div>
</div>

</div>
<hr>
<div
Expand Down Expand Up @@ -1427,4 +1356,4 @@ <h3 style="font-size: 1.5rem; margin-bottom: 10px; color: darkorange;">
</script>
</body>

</html>
</html>

0 comments on commit 99a84b8

Please sign in to comment.