Skip to content

Commit

Permalink
profile added
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkvijay committed Oct 16, 2024
1 parent edfda79 commit eb10beb
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,30 @@ <h3 class="name">Piyush Negi</h3>
</div>
</div>

<div class="profile">
<div class="lines"></div>
<!-- change './default.png' to your profile image url -->
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/80617036?v=4" alt="User Image">
</div>
<h3 class="name">Nikhileshwar J</h3>

<div class="skills">
<span class="skill">HTML</span>
<span class="skill">CSS</span>
<span class="skill">JavaScript</span>
<span class="skill">React.js</span>
<span class="skill">Express.js</span>
<span class="skill">Node.js</span>
<span class="skill">MongoDB</span>
</div>

<div class="social">
<a href="https://github.com/nikkvijay" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/nikhileshwar-jatale-4a85a1201/" target="_blank"><i
class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<div class="profile">
<div class="lines"></div>
<div class="pfp"><img src="https://github.com/anurag-327.png" alt="User Image"></div>
Expand Down Expand Up @@ -313,7 +337,7 @@ <h3 class="name">Hemang Yadav</h3>
<div class="skills">
<span class="skill">JS/TS</span>
<span class="skill">Vue.js</span>
+ <span class="skill">Astro</span>
<span class="skill">Astro</span>
<span class="skill">ReactJS</span>
<span class="skill">NextJS</span>
</div>
Expand Down

0 comments on commit eb10beb

Please sign in to comment.