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
19 changes: 7 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,18 +265,13 @@ <h4 class="font-medium text-white text-sm">Pratish Chaudhary</h4> <!-- EDIT ME -
<div
class="bg-slate-900/60 border border-devBorder p-3 rounded-lg flex items-center justify-between hover:border-slate-700 transition"
>
<div>
<h4 class="font-medium text-white text-sm">Rahul Shrestha</h4>
<!-- EDIT ME -->
<span class="text-xs text-slate-500 font-mono"
>Roll: 20 (CE-1st Yr)</span
>
<!-- EDIT ME -->
</div>
<span
class="text-xs bg-devBlue/10 text-devBlue border border-devBlue/20 px-2 py-0.5 rounded font-medium"
>Contributor</span
>

<div>
<h4 class="font-medium text-white text-sm">Ajesh Pokhrel</h4>
<span class="text-xs text-slate-500 font-mono">Roll: 40 (CE-1st Year, 2nd Semester)</span>
</div>
<span class="text-xs bg-devBlue/10 text-devBlue border border-devBlue/20 px-2 py-0.5 rounded font-medium">Contributor</span>
</div>
</div>
</div>
</div>
Expand Down