Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This repository serves as both the backend for our live workshop assignment and

## 📂 Repository Contents


The workspace contains two core assets:

1. **`index.html` (Interactive Reference Library)**
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2 class="text-2xl font-bold text-white flex items-center gap-2">
class="bg-devCard border border-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 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
<code> hi this is Rehan. I'am a computer science student..</code> tag and append your structured profile badge block right
into the list.</p>
</div>

Expand Down