Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
remove bhumika and gaurav and add RISHI pandey
  • Loading branch information
harshustle authored Jul 4, 2024
1 parent 6ad76df commit bb2e666
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,41 +71,29 @@ <h1 class="header-title">
<h6 class="section-title mb-6">Team Members</h6>
<!-- row -->
<div class="row">
<div class="col-md-4">
<div class="col-md-6">
<a href="harsh.html" target="_blank" class="portfolio-card">
<img src="assets/imgs/harsh.png" class="portfolio-card-img" alt="img">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Harsh Srivastav</h5>
<p class="font-weight-normal">Web Developer</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="bhumika.html" target="_blank" class="portfolio-card">
<img class="portfolio-card-img" src="assets/imgs/bhumika.png" class="img-responsive rounded"
alt="img">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Bhumika Verma</h5>
<p class="font-weight-normal">Web Developer </p>
<p class="font-weight-normal">Software Engineer</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="gaurav.html" target="_blank" class="portfolio-card">
<img class="portfolio-card-img" src="assets/imgs/gaurav2.png" class="img-responsive rounded"
alt="img">
<div class="col-md-6">
<a href="harsh.html" target="_blank" class="portfolio-card">
<img src="assets/imgs/harsh.png" class="portfolio-card-img" alt="img">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Gaurav Singh</h5>
<h4>Rishi Singh</h5>
<p class="font-weight-normal">Web Developer</p>
</span>
</span>
</a>
</div>

</div><!-- end of row -->
</div><!-- end of container -->
</section> <!-- end of team members section -->
Expand Down

0 comments on commit bb2e666

Please sign in to comment.