Skip to content

Commit

Permalink
Merge pull request #42 from Loensh/new-profile
Browse files Browse the repository at this point in the history
Added my profile to the list
  • Loading branch information
oyepriyansh authored Oct 4, 2023
2 parents 314c30f + 2d18a17 commit 84a70af
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,22 @@ <h3 class="name">Ralph Rosael</h3>
<a href="https://github.com/coder-ralph" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/ralphrosael/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/122663422?v=4" alt="User Image"></div>
<h3 class="name">Loensh</h3>
<div class="skills">
<span class="skill">JavaScript</span>
<span class="skill">C/C++</span>
<span class="skill">Godot Engine</span>
</div>
<div class="social">
<a href="https://github.com/Loensh" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://discordapp.com/users/690344196506517544" target="_blank"><i class="fab fa-discord"></i></a>
</div>
</div>

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

0 comments on commit 84a70af

Please sign in to comment.