Skip to content

Commit

Permalink
Updated images and nearby.html in feat/change-img-on-Nearby
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaishh18 committed Oct 8, 2024
1 parent 2850b83 commit cdb1f1b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file modified img/h2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/h3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/h4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/h5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/h6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions nearby.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@
<!-- Hospital 3 -->
<div class="col-md-4 hospital-block">
<div class="card hospital-card">
<img src="img/h3.jpg" alt="Nulife Hospital Image">
<img src="img/h3.jpg" alt="Sir Ganga Ram Hospital Image">
<div class="card-body">
<a class="hospitals-link" href="https://www.google.com/maps/place/Nulife+Multi+Specialty+Hospital"
<a class="hospitals-link" href="https://www.google.com/maps/place/Sir+Ganga+Ram+Hospital"
target="_blank">
<p class="hospital-name">Nulife Multi Specialty Hospital, GTB Nagar</p>
<p class="hospital-name">Sir Ganga Ram Hospital, Delhi NCR</p>
</a>
</div>
</div>
Expand All @@ -163,11 +163,11 @@
<!-- Hospital 4 -->
<div class="col-md-4 hospital-block">
<div class="card hospital-card">
<img src="img/h4.jpg" alt="Delhi Multi Specialty Hospital Image">
<img src="img/h4.jpg" alt="Dharamshila Superspeciality Hospital Image">
<div class="card-body">
<a class="hospitals-link" href="https://www.google.com/maps/place/DELHI+MULTI+SPECIALITY+HOSPITAL"
target="_blank">
<p class="hospital-name">Delhi Multi Speciality Hospital, Rohini</p>
<p class="hospital-name">Dharamshila Superspeciality Hospital,Delhi</p>
</a>
</div>
</div>
Expand All @@ -186,10 +186,10 @@
<!-- Hospital 6 -->
<div class="col-md-4 hospital-block">
<div class="card hospital-card">
<img src="img/h6.jpg" alt="JDS Hospital Image">
<img src="img/h6.jpg" alt="Max Hospital Image">
<div class="card-body">
<a class="hospitals-link" href="https://www.google.com/maps/place/JDS+Hospital" target="_blank">
<p class="hospital-name">JDS Hospital, New Delhi</p>
<a class="hospitals-link" href="https://www.google.com/maps/place/Max+Hospital" target="_blank">
<p class="hospital-name">Max Hospital,Delhi NCR</p>
</a>
</div>
</div>
Expand Down

0 comments on commit cdb1f1b

Please sign in to comment.