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 @@ -37,6 +37,7 @@ Open your terminal and clone down your unique forked copy to your local machine:
git clone https://github.com/YOUR-USERNAME/git-and-github-workshop.git
```


### Step 3: Modify Code & Add Your Profile Badge 📝
1. Open the project folder in VS Code:
```bash
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 Krital. Iám a computer science student... </code> tag and append your structured profile badge block right
into the list.</p>
</div>

Expand Down