Skip to content

Commit

Permalink
data: profile addition by Charles (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Luguda <[email protected]>
  • Loading branch information
charlesluguda and Charles Luguda authored Feb 14, 2024
1 parent e0e355d commit 74c04b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,23 @@ <h3 class="name">Hitesh Kumar</h3>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ5qwqjGxeab2kw3FSy2YCgqGZyb9mjVvQk8o6Z0Qz01JGPmFOGREJpFNvWAQ&s" alt="User Image"></div>
<h3 class="name">Charles Luguda</h3>
<div class="skills">
<span class="skill">HTML</span>
<span class="skill">CSS</span>
<span class="skill">JS</span>
<span class="skill">BOOTSTRAP</span>
<span class="skill">PYTHON</span>
</div>
<div class="social">
<a href="https://github.com/charlesluguda" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/Luguda2" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/in/charles-luguda-663689214/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/97402083?v=4" alt="Dheeraj Sarana Image"></div>
<h3 class="name">Dheeraj Sarana</h3>
Expand Down

0 comments on commit 74c04b3

Please sign in to comment.