Skip to content

Commit

Permalink
Adeed all the services page including bloodbank, dermatology, pediatr…
Browse files Browse the repository at this point in the history
…ics, psychatry, radiology, urology
  • Loading branch information
Tamanna225 committed Oct 8, 2024
1 parent 2850b83 commit 38ad209
Show file tree
Hide file tree
Showing 7 changed files with 3,008 additions and 8 deletions.
500 changes: 500 additions & 0 deletions bloodbank.html

Large diffs are not rendered by default.

499 changes: 499 additions & 0 deletions dermatology.html

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,12 @@ <h2>Services</h2>
</div>

<div class="row">

<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="fade-right">
<div class="icon-box">
<div class="icon"><img src="img/ic.jpeg" class="card-img-top serviceimgs" alt="Radiology">
</div>
<h4><a href="">Radiology</a></h4>
<h4><a href="radiology.html">Radiology</a></h4>
<p>To visualize internal structures and diagnose conditions.</p>
</div>
</div>
Expand All @@ -250,17 +251,17 @@ <h4><a href="">Radiology</a></h4>
<div class="icon"><img src="img/ic3.jpeg" class="card-img-top serviceimgs"
alt="Psychiatrist">
</div>
<h4><a href="">Psychiatrist</a></h4>
<h4><a href="psychatry.html">Psychiatry</a></h4>
<p>Specializes in mental health.</p>
</div>
</div>

<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="fade-left">
<div class="icon-box">
<div class="icon"><img src="img/ic5.jpeg" class="card-img-top serviceimgs"
alt="Dermatologist">
alt="Dermatology">
</div>
<h4><a href="">Dermatologist</a></h4>
<h4><a href="dermatology.html">Dermatologist</a></h4>
<p>Diagnosis and treatment of skin, hair, and nail conditions.</p>
</div>
</div>
Expand All @@ -269,7 +270,7 @@ <h4><a href="">Dermatologist</a></h4>
<div class="icon-box">
<div class="icon"><img src="img/ic2.jpeg" class="card-img-top serviceimgs" alt="Blood Bank">
</div>
<h4><a href="">Blood Bank</a></h4>
<h4><a href="bloodbank.html">Blood Bank</a></h4>
<p>Transfusion medicine and blood donation center.</p>
</div>
</div>
Expand All @@ -278,7 +279,7 @@ <h4><a href="">Blood Bank</a></h4>
<div class="icon-box">
<div class="icon"><img src="img/ic4.jpeg" class="card-img-top serviceimgs" alt="Urologist">
</div>
<h4><a href="">Urologist</a></h4>
<h4><a href="urology.html">Urology</a></h4>
<p>Focuses on conditions affecting the urinary tract.</p>
</div>
</div>
Expand All @@ -289,15 +290,16 @@ <h4><a href="">Urologist</a></h4>
<div class="icon"><img src="img/ic6.jpeg" class="card-img-top serviceimgs"
alt="Pediatrician">
</div>
<h4><a href="">Pediatrician</a></h4>
<h4><a href="pediatrics.html">Pediatrician</a></h4>
<p>Specializes in the medical care of infants, children.</p>
</div>
</div>

</div>

</div>
</section><!-- End Services Section -->
</section>
<!-- End Services Section -->

<!-- <div class="bg-boz py-3">
<div class="container">
Expand Down
Loading

0 comments on commit 38ad209

Please sign in to comment.