forked from tushargupta1504/Medical-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
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
94dc334
commit e16d5fa
Showing
7 changed files
with
267 additions
and
27 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -705,10 +705,70 @@ <h1 class="mb-4">Have Any Query? Please Contact Us!</h1> | |
<!-- Contact End --> | ||
|
||
|
||
<footer class="footer-distributed"> | ||
|
||
<div class="footer-left"> | ||
<h3><a class="social-icon__link" href="https://tushargupta1504.github.io/Medical-Website/" target="_blank"> | ||
<img src="img/swasthya-logo.png" height="120px" width="120px" > | ||
</a></h3> | ||
|
||
<p class="footer-links"> | ||
<a href="#home">Home</a> | ||
| | ||
<a href="#about">About</a> | ||
| | ||
<a href="#contact">Contact</a> | ||
| | ||
<a href="blog.html">Blog</a> | ||
</p> | ||
|
||
<p class="footer-company-name">Copyright © 2024 <strong>Swasthya</strong> All rights reserved</p> | ||
</div> | ||
|
||
<div class="footer-center"> | ||
<div> | ||
<i class="fa fa-map-marker"></i> | ||
<p><span>Swasthya Point </span> | ||
Delhi</p> | ||
</div> | ||
|
||
<div> | ||
<i class="fa fa-phone"></i> | ||
<p>+91 9876543210</p> | ||
</div> | ||
<div> | ||
<i class="fa fa-envelope"></i> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
<footer> | ||
<p class="m-0" style="text-align: center; padding-top: 10px;">© 2024 Swasthya Point</p> | ||
</footer> | ||
</div> | ||
<div class="footer-right"> | ||
<p class="footer-company-about"> | ||
<span>About the company</span> | ||
<strong>Swasthya</strong> Prioritize your healthwith top healthcare providers,personalized treatments, andeasy management of your health journey. | ||
</p> | ||
<div class="footer-icons"> | ||
<a class="social-icon__link" href="" target="_blank"> | ||
<img src="img/facebook.png" height="48px" width="48px" > | ||
</a> | ||
<a class="social-icon__link" href=""> | ||
<img src="img/instagram.png" height="40px" width="40px"> | ||
</a> | ||
<a class="social-icon__link" href="https://www.linkedin.com/in/tushar1504/"> | ||
<img src="img/linkedin.png" height="55px" width="54px"> | ||
</a> | ||
<a class="social-icon__link" href="" target="_blank"> | ||
<img src="img/twitter.png" height="55px" width="54px"> | ||
</a> | ||
<a class="social-icon__link" href="" target="_blank"> | ||
<img src="img/youtube.png" height="55px" width="54px"> | ||
</a> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
@@ -757,29 +817,7 @@ <h1 class="mb-4">Have Any Query? Please Contact Us!</h1> | |
|
||
</main> | ||
|
||
<footer class="bg-gray-900"> | ||
<div class="container mx-auto"> | ||
<div class="row py-4 flex justify-center"> | ||
<div class="col-md-5 text-white hover:text-blue-400"> | ||
<h5 class="text-xl font-semibold hover:text-blue-400" style="font-size: 20px;">Medical</h5><br> | ||
<p class="hover:text-blue-300">Prioritize your health<br> with top healthcare providers,<br> personalized treatments, and <br>easy management of your health journey.</p> | ||
</div> | ||
<div class="col-md-4 text-white hover:text-blue-400"> | ||
<h5 class="text-xl font-semibold hover:text-blue-400">New York</h5> | ||
<p class="hover:text-blue-300"> | ||
709 Honey Creek Dr, Delhi NY 10028,1-888-299-2000,medical.in | ||
</p> | ||
|
||
|
||
<h2 class="text-xl font-semibold hover:text-blue-400">Aligarh</h2> | ||
<p class="hover:text-blue-300"> | ||
4851 Willow Greene Drive Montgomery AL 36109,1-888-299-2000,med | ||
</p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
<script> configObj = { | ||
|
@@ -879,7 +917,7 @@ <h2 class="text-xl font-semibold hover:text-blue-400">Aligarh</h2> | |
<script> | ||
AOS.init(); | ||
</script> | ||
<footer style="background-color: black;"> | ||
|
||
|
||
|
||
|
||
|
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