Skip to content

Commit

Permalink
Merge pull request #280 from SuramyaRanjan/main
Browse files Browse the repository at this point in the history
Added new profile
  • Loading branch information
Gyanthakur authored Oct 18, 2024
2 parents 2b948d0 + 50733a9 commit ce778e4
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,46 @@ <h3 class="name">Ashish</h3>
</div>


<!-- ============== -->



<div class="profile">
<div class="lines"></div>
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/154046510?v=4" alt="Suramya"></div>
<h3 class="name">Suramya Ranjan</h3>
<div class="project">
<a href="https://github.com/SuramyaRanjan" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://github.com/SuramyaRanjan/Bharat-Intern-MTapp/tree/master" target="_blank"><i
class="fa-solid fa-money-bill-transfer"></i></a>
<a href="https://suramyaranjan.github.io/Bharat-Intern-MTapp/public/index.html" target="_blank">
<!-- project will not run since backend is not deployed -->
<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">HTML</span>
<span class="skill">CSS</span>
<span class="skill">Javascript</span>
<span class="skill">MERN</span>
<span class="skill">Python</span>

</div>
<div class="social">
<a href="https://github.com/SuramyaRanjan" 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/suramya-ranjan-19a517298/" 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>




<!-- project -->
</div>
Expand Down

0 comments on commit ce778e4

Please sign in to comment.