Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MurageKabui committed May 19, 2024
1 parent 2f7900d commit 6128bec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
4 changes: 3 additions & 1 deletion docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,7 @@ i.bi {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.21);
transition: transform 0.3s ease-in-out;
cursor: pointer;

}

.team-member:hover {
Expand Down Expand Up @@ -1347,4 +1348,5 @@ i.bi {
.team-member:hover .fa {
transform: scale(1.2);
color: #007AFF;
}
}

3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h2>I'm <span>Lucky John</span> a Professional Photographer from Nairobi, Kenya<
<div class="line"></div>
</div>
<!-- Vendor JS Files -->

<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
Expand All @@ -277,4 +277,5 @@ <h2>I'm <span>Lucky John</span> a Professional Photographer from Nairobi, Kenya<
<script src="assets/js/main.js"></script>
</body>


</html>
18 changes: 1 addition & 17 deletions docs/myTeam.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>The Team</h2>
<div class="container">

<div class="team-section">
<div class="team-member">
<div class="team-member linear">
<img src="assets/img/lucky.jpg" alt="Team Member 1">
<h3>Lucky John</h3>
<p class="role">Founder / CEO</p>
Expand Down Expand Up @@ -146,22 +146,6 @@ <h3>John Doe</h3>
<a href="https://github.com/MurageKabui" class="github"><i class="bi bi-github"></i></a>
<a href="https://www.instagram.com/_dontblinkphotography?igsh=Mm1rZmhtNW9kZ2h5" class="instagram"><i class="bi bi-instagram"></i></a>
</div>
<div class="team-member">
<img src="assets/img/apple-touch-icon.png" alt="Team Member 3">
<h3>John Doe</h3>
<p class="role">Photographer</p>
<a href="https://wa.link/vao2tk" class="whatsapp"><i class="bi bi-whatsapp"></i></a>
<a href="https://github.com/MurageKabui" class="github"><i class="bi bi-github"></i></a>
<a href="https://www.instagram.com/_dontblinkphotography?igsh=Mm1rZmhtNW9kZ2h5" class="instagram"><i class="bi bi-instagram"></i></a>
</div>
<div class="team-member">
<img src="assets/img/apple-touch-icon.png" alt="Team Member 3">
<h3>John Doe</h3>
<p class="role">Photographer</p>
<a href="https://wa.link/vao2tk" class="whatsapp"><i class="bi bi-whatsapp"></i></a>
<a href="https://github.com/MurageKabui" class="github"><i class="bi bi-github"></i></a>
<a href="https://www.instagram.com/_dontblinkphotography?igsh=Mm1rZmhtNW9kZ2h5" class="instagram"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6128bec

Please sign in to comment.