Skip to content

Commit c259998

Browse files
Merge branch 'main' into main
2 parents 48f28c4 + 6f50f3b commit c259998

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This repository serves as both the backend for our live workshop assignment and
66

77
---
88

9+
910
## 📂 Repository Contents
1011

1112
The workspace contains two core assets:

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html>
1+
x<!DOCTYPE html>
22
<html lang="en">
33

44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>KUCC Git & GitHub Reference Library</title>
7+
<title>lol github workshop hehe</title>
88
<script src="https://cdn.tailwindcss.com"></script>
99
<script>
1010
tailwind.config = {
@@ -162,8 +162,8 @@ <h2 class="text-2xl font-bold text-white flex items-center gap-2">
162162
<div
163163
class="bg-slate-900/60 border border-devBorder p-3 rounded-lg flex items-center justify-between hover:border-slate-700 transition">
164164
<div>
165-
<h4 class="font-medium text-white text-sm">Mimansh Pokhrel Neupane</h4>
166-
<span class="text-xs text-slate-500 font-mono">Roll: 04 (CS-2nd Yr)</span>
165+
<h4 class="font-medium text-white text-sm">Anshu Bhandari</h4>
166+
<span class="text-xs text-slate-500 font-mono">Roll: 33 (CE-2nd-2025)</span>
167167
</div>
168168
<span
169169
class="text-xs bg-devGreen/10 text-devGreen border border-devGreen/20 px-2 py-0.5 rounded font-medium">KUCC
@@ -173,8 +173,8 @@ <h4 class="font-medium text-white text-sm">Mimansh Pokhrel Neupane</h4>
173173
<div
174174
class="bg-slate-900/60 border border-devBorder p-3 rounded-lg flex items-center justify-between hover:border-slate-700 transition">
175175
<div>
176-
<h4 class="font-medium text-white text-sm">Sunim Fuyal</h4> <!-- EDIT ME -->
177-
<span class="text-xs text-slate-500 font-mono">Roll: 19 (CE-1st Yr)</span> <!-- EDIT ME -->
176+
<h4 class="font-medium text-white text-sm">Sankalpa Adhikari</h4> <!-- EDIT ME -->
177+
<span class="text-xs text-slate-500 font-mono">Roll: 10 (CE-1st Yr)</span> <!-- EDIT ME -->
178178
</div>
179179
<span
180180
class="text-xs bg-devBlue/10 text-devBlue border border-devBlue/20 px-2 py-0.5 rounded font-medium">Contributor</span>

0 commit comments

Comments
 (0)