Skip to content

Commit

Permalink
MattCrl#166: Fixed- Contributors count
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal1541 committed Oct 6, 2018
1 parent abe0999 commit 1c69ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ <h5 class="card-title">Kashif Rafique</h5>
<!-- Kashif's card end -->

<!-- start Karl's card -->
<div class="col-6 col-sm-4 col-md-3">
<div class="col-6 col-sm-4 col-md-3 contributor">
<div class="card">
<img class="card-img-top" src="./images/karl.jpg" alt="Karl Tanjuan">
<div class="card-body">
Expand Down Expand Up @@ -708,7 +708,7 @@ <h5 class="card-title">Bart Ortiz</h5>
<!--thebooort card end-->

<!--Helen's Card start-->
<div class="col-12 col-md-6 col-lg-3">
<div class="col-12 col-md-6 col-lg-3 contributor">
<div class="card card__animate">
<img class="card-img-top img-fluid" data-src="./images/helen.jpg" alt="portrait">
<div class="card-body">
Expand Down

0 comments on commit 1c69ed3

Please sign in to comment.