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
Empty file added AnimalCare/animalCareIndex.html
Empty file.
Empty file added AnimalCare/animalCareStyle.css
Empty file.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,26 @@ <h1 class="text-white d-flex flex-column">
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6">
<div class="project bg-black bg-opacity-75 p-4 rounded-5">
<p class="fs-5 fw-medium text-white">Handy Care: Experts for Animals</p>
<p class="d-flex align-items-center gap-2">
<i class="fa-brands fa-github text-white"></i>
<a href="https://github.com/clydehenry3" target="_blank"
class="text-decoration-none text-white">clydehenry3</a>
</p>
<div class="w-100 d-flex align-items-center justify-content-end">
<button
class="d-inline-flex flex-row align-items-center gap-2 px-4 py-3 rounded-pill bg-transparent border border-white">
<a href="./AnimalCare/animalCareIndex.html" target="_blank"
class="text-decoration-none text-white d-flex align-items-center gap-2">
<p class="fw-medium">View project</p>
<i class="fa-solid fa-eye"></i>
</a>
</button>
</div>
</div>
</div>
<!-- Put your informtion above!!! copy the format from Contributing file -->
</div>
</div>
Expand Down