Skip to content
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2 class="text-2xl font-bold text-white flex items-center gap-2">
</div>

<div
class="bg-devCard border border-devBorder p-5 rounded-xl space-y-2 hover:border-devBlue/30 transition">
class="bg-devCard border borde r-devBorder p-5 rounded-xl space-y-2 hover:border-devBlue/30 transition">
<div class="text-devBlue font-bold text-sm tracking-wide uppercase">Step 4: Commit & PR</div>
<p class="text-sm text-slate-400">Stage your changes, commit them locally, and push them back out up
to your remote profile. Finally, initiate a live <strong>Pull Request</strong> back to us!</p>
Expand Down Expand Up @@ -180,6 +180,17 @@ <h4 class="font-medium text-white text-sm">Sunim Fuyal</h4> <!-- EDIT ME -->
class="text-xs bg-devBlue/10 text-devBlue border border-devBlue/20 px-2 py-0.5 rounded font-medium">Contributor</span>
</div>

<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">Mandip Sapkota</h4> <!-- EDIT ME -->
<span class="text-xs text-slate-500 font-mono">Roll: 28 (CS-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>


</div>
</div>
</main>
Expand Down