Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kashif's card & fixing Jui Lims' broken image #65

Merged
merged 5 commits into from
Oct 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
Binary file added images/kashif.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 28 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h5 class="card-title">Gourav</h5>
<!-- End of Gourav's Card -->
<div class="col-6 col-sm-4 col-md-3">
<div class="card">
<img class="card-img-top" src="./images/JuiLims.png" alt="Jui Lims">
<img class="card-img-top" src="./images/juilLms.png" alt="Jui Lims">
<div class="card-body">
<h5 class="card-title">Jui Lims</h5>
<p class="card-text">University student, former competitive programmer, now interested in web development</p>
Expand All @@ -249,10 +249,8 @@ <h5 class="card-title">Ethan Hall</h5>
</div>
</div>
</div>
</div>


<div class="col-6 col-sm-4 col-md-3">
<div class="col-6 col-sm-4 col-md-3">
<div class="card">
<img class="card-img-top" src="./images/lane.jpg" alt="Lane-Vishal-Anand">
<div class="card-body">
Expand Down Expand Up @@ -312,19 +310,33 @@ <h5 class="card-title">Palmer Hinchliffe</h5>
</div>
<!-- Palmer's card end -->

<!-- This is Colombia hp... ;) -->
<div class="col-6 col-sm-4 col-md-3">
<div class="card">
<img class="card-img-top" src="./images/gerlis.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Gerlis A.C</h5>
<p class="card-text">Hello!, i'm from Colombia 🇨🇴.
I am junior developer with Java, Javascript and HTML languages, and i like to play guitar 🎸.</p>
<a href="https://github.com/gerlis18" class="button">GitHub Profile</a>
</div>
</div>
<!-- This is Colombia hp... ;) -->
<div class="col-6 col-sm-4 col-md-3">
<div class="card">
<img class="card-img-top" src="./images/gerlis.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Gerlis A.C</h5>
<p class="card-text">Hello!, i'm from Colombia 🇨🇴.
I am junior developer with Java, Javascript and HTML languages, and i like to play guitar 🎸.</p>
<a href="https://github.com/gerlis18" class="button">GitHub Profile</a>
</div>
</div>
</div>

<!-- Kashif's card start! -->
<div class="col-6 col-sm-4 col-md-3">
<div class="card">
<img class="card-img-top" src="./images/kashif.jpg" alt="Kashif Rafique">
<div class="card-body">
<h5 class="card-title">Kashif Rafique</h5>
<p class="card-text">I'm a webmaster and web developer with focused on PHP and WordPress. Willing to expand my knowledge in modern JS frameworks React and AngularJs.</p>
<a href="https://github.com/logichub" class="btn btn-primary">GitHub Profile</a>
</div>
</div>
<!-- End of global row -->
</div>
<!-- Kashif's card end -->

<!-- End of global row -->
</div>
</div>

Expand Down