Skip to content
Open
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
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2089,7 +2089,29 @@ <h3>Manish Kuniyal</h3>
</div>
</div>


<div
class="card"
data-tilt
data-tilt-max="50"
data-tilt-speed="200"
data-tilt-perspective="700"
data-tilt-glare="true"
data-tilt-max-glare="0.8"
data-tilt-max="10"
>
<div class="content">
<h2>01</h2>
<!-- increment this number in your card -->
<h3>Prazzwal Anand</h3>
<!-- Add your name -->
<p>prazz18</p>
<!-- Add your GitHub username -->
<a href="https://github.com/prazz18">GitHub</a>
<!-- Add your GitHub profile link -->
<a href="https://prazz18.github.io/Portfolio/">Portfolio</a>
<!-- Add your Portfolio profile link -->
</div>
</div>



Expand Down