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
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 class="text-2xl font-bold text-white flex items-center gap-2">
<div class="text-devBlue font-bold text-sm tracking-wide uppercase">Step 3: Modify Code</div>
<p class="text-sm text-slate-400">Open the folder in VS Code (`code .`). Locate the
<code>&lt;!-- EDIT ME --&gt;</code> tag and append your structured profile badge block right
into the list.</p>
into the list.
</p>
</div>

<div
Expand Down Expand Up @@ -173,8 +174,8 @@ <h4 class="font-medium text-white text-sm">Mimansh Pokhrel Neupane</h4>
<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">Sunim Fuyal</h4> <!-- EDIT ME -->
<span class="text-xs text-slate-500 font-mono">Roll: 19 (CE-1st Yr)</span> <!-- EDIT ME -->
<h4 class="font-medium text-white text-sm">Binisha</h4> <!-- EDIT ME -->
<span class="text-xs text-slate-500 font-mono">Roll: 42 (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>
Expand Down Expand Up @@ -733,13 +734,15 @@ <h3 class="text-lg font-bold text-white">HTTPS with Personal Access Token (PAT)<
<span class="font-bold text-white">1. Generate your Token on GitHub:</span>
<p class="text-slate-400">Go to GitHub.com → <strong class="text-white">Settings</strong> →
<strong class="text-white">Developer Settings</strong> → <strong class="text-white">Personal
Access Tokens</strong> → <strong class="text-white">Tokens (classic)</strong>.</p>
Access Tokens</strong> → <strong class="text-white">Tokens (classic)</strong>.
</p>
</li>
<li class="space-y-1">
<span class="font-bold text-white">2. Set Permissions & Scope:</span>
<p class="text-slate-400">Click <strong class="text-white">Generate new token
(classic)</strong>, set a description, choose an expiration date, check the box for
<strong class="text-white">repo</strong> access, and generate.</p>
<strong class="text-white">repo</strong> access, and generate.
</p>
</li>
<li class="space-y-1">
<span class="font-bold text-white">3. Copy & Secure Token:</span>
Expand Down