Skip to content

Commit

Permalink
Merge pull request Gyanthakur#220 from praneeth724/main
Browse files Browse the repository at this point in the history
Updated Profile and Project Sections with Skills, Social Links, and Project Information
  • Loading branch information
Gyanthakur authored Oct 9, 2024
2 parents 1a3c573 + 071ca17 commit 6abd28b
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
40 changes: 40 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,46 @@ <h3 class="name">Keithellakpam</h3>
<a href="https://www.facebook.com/okenhaha" target="_blank"><i class="fa-brands fa-facebook"></i></a>
</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/40016081?v=4" alt="Oken K."></div>
<h3 class="name">Keithellakpam</h3>
<div class="skills">
<span class="skill">Frontend Web Design</span>
<span class="skill">Full Stack Web devlopment</span>
<span class="skill">MERN</span>
<span class="skill">Vue.js</span>
<span class="skill">Python</span>
<span class="skill">Django</span>
<span class="skill">Prompt engineering</span>
</div>
<div class="social">
<a href="https://github.com/OkenHaha" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/OkenK45" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/in/okenk/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.facebook.com/okenhaha" target="_blank"><i class="fa-brands fa-facebook"></i></a>
</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/116500216?s=400&u=c00d1665cea0713131779bf84add548ce4a9630a&v=4" alt="Oken K."></div>
<h3 class="name">Kavindu Praneeth</h3>
<div class="skills">
<span class="skill">Frontend Developer</span>
<span class="skill">Full Stack Web devlopment</span>
<span class="skill">MERN</span>
<span class="skill">Unity Engine</span>
<span class="skill">Software Engineering</span>

</div>
<div class="social">
<a href="https://github.com/praneeth724" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/kavindu-praneeth-48529a249/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://web.facebook.com/kavindu.ekanayaka.140/" target="_blank"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>

<div class="profile">
<div class="lines"></div>
Expand Down
28 changes: 28 additions & 0 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,35 @@ <h3 class="name">Ketan Sharma</h3>
<!-- <a href="[YOUR FACEBOOK URL]" target="_blank"><i class="fa-brands fa-facebook"></i></a> -->
</div>
</div>
<!-- Kavindu Praneeth -->
<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/116500216?s=400&u=c00d1665cea0713131779bf84add548ce4a9630a&v=4" alt="User Image"></div>
<h3 class="name">Kavindu Praneeth</h3>
<div class="project">
<a href="https://github.com/praneeth724" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://github.com/praneeth724/3DPortFolio" target="_blank"><i class="fa-solid fa-money-bill-transfer"></i></a>
<a href="https://kavindupraneeth-portfolio-site.netlify.app/" target="_blank"><i class="fa-brands fa-octopus-deploy"></i></a>
</div>
<div class="projectNam">
<span >My Portfolio</span>
<!-- Do not change Repo URl and Dploy Link given under two line -->
<span >Repo Url</span>
<span >Deploy Link</span>
</div>
<div class="skills">
<span class="skill">3JS</span>
<span class="skill">CSS</span>
<span class="skill">JAVASCRIPT</span>
<span class="skill">REACT</span>

</div>
<div class="social">
<a href="https://github.com/praneeth724" target="_blank"><i class="fa-brands fa-github"></i></a>
<!-- <a href="[YOUR X/TWITTER URL]" target="_blank"><i class="fa-brands fa-x-twitter"></i></a> -->
<a href="https://www.linkedin.com/in/kavindu-praneeth-48529a249/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<!-- <a href="[YOUR FACEBOOK URL]" target="_blank"><i class="fa-brands fa-facebook"></i></a> -->
</div>
</div>



Expand Down

0 comments on commit 6abd28b

Please sign in to comment.