Skip to content
Open
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
Binary file added src/img/EyeChart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ <h1 class="mb-4">Our projects</h1>
<div class="col-md-4 mt-4">
<div class="card text-center border-0 h-100">
<div class="card-img-top mx-auto backdrop">
<img src="img/iAscend.png" alt="Product image RB" class="img-fluid">
<img src="img/EyeChart.jpg" alt="Product image RB" class="img-fluid">
</div>
<div class="card-body pt-3">
<h6 class="text-muted font-weight-lighter">Mobile App</h6>
<h6 class="text-muted font-weight-lighter">Web App</h6>
<h4 class="card-title mt-2">
iAscend
Eye Chart
</h4>
</div>
</div>
Expand Down