Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added myProfile
  • Loading branch information
iMeet07 committed Oct 3, 2023
1 parent 99aa37c commit 860099b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,21 @@ <h3 class="name">Michael Ortiz</h3>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://media.licdn.com/dms/image/D4D03AQE29Irgtmq6cA/profile-displayphoto-shrink_400_400/0/1692295633629?e=1701907200&v=beta&t=KbM-LPOTwNEAVeRtYbarhTf-yeThCH0P_2n4akz1Hm4" alt="User Image"></div>
<h3 class="name">Michael Ortiz</h3>
<div class="skills">
<span class="skill">Web Dev</span>
<span class="skill">Python</span>
<span class="skill">Java</span>
</div>
<div class="social">
<a href="https://github.com/iMeet07" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/meet-brahmbhatt-141547218/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>


<!--Profiles-->
</div>
<script src="script.js"></script>
Expand Down

0 comments on commit 860099b

Please sign in to comment.