Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data: profile addition by uuphoria #212

Merged
merged 3 commits into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1735,8 +1735,6 @@ <h3 class="name">Irfan habeeeb p </h3>
</div>




<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/128917215?v=4" alt="User Image"></div>
<h3 class="name">Alekhya Dharam</h3>
Expand Down Expand Up @@ -1769,6 +1767,23 @@ <h3 class="name">K Koyal</h3>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/123761856?v=4" alt="User Image"></div>
<h3 class="name">uuphoria</h3>
<div class="skills">
<span class="skill">Sometimes a backend developer with rust servers</span>
<span class="skill">Docker</span>
<span class="skill">Frontend Developer</span>
<span class="skill">Node.js</span>
<span class="skill">PostgreSQL</span>
</div>
<div class="social">
<a href="https://github.com/uuphoria" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
</div>




<!--Don't add your profile in bottom or top, add it in between, this is to avoid merge conflicts-->
</div>
Expand Down