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

added profile #121

Closed
wants to merge 2 commits into from
Closed
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: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,24 @@ <h3 class="name">Ankit Jha</h3>
class="fa-brands fa-facebook"></i></a>
</div>
</div>

<div class="profile">
<!-- change './default.png' to your profile image url -->
<div class="pfp"><img src="./default.png" alt="User Image"></div>
<h3 class="name">Your Name</h3>
<div class="skills">
<span class="skill">c</span>
<span class="skill">c++</span>
<span class="skill">html</span>
<span class="skill">css</span>
<span class="skill">sql</span>
</div>
<div class="social">
<a href="https://github.com/shimmer12" 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="[YOUR LINKEDIN URL]" 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>

<div class="profile">
<div class="lines"></div>
Expand Down
Loading