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 rahman #216

Merged
merged 1 commit into from
Jan 8, 2024
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
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,22 @@ <h3 class="name">Priyansh Prajapat</h3>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/119236505?v=4" alt="User Image"></div>
<h3 class="name">AQUEEL UR RAHMAN KHAN</h3>
<div class="skills">
<span class="skill">JavaScript</span>
<span class="skill">TypeScript</span>
<span class="skill">Reactjs</span>
<span class="skill">Python</span>
</div>
<div class="social">
<a href="https://github.com/Rahmaaaan" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/therahmaan" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/in/therahman/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://github.com/himanshuchandola.png" alt="User Image"></div>
<h3 class="name">Himanshu Chandola</h3>
Expand Down
Loading