Skip to content

Commit 16ca4e6

Browse files
committed
Merge commit '4a2dd7b83b2eaac5d1f68891af06d0a37a72a27c'
2 parents c7f0a90 + 4a2dd7b commit 16ca4e6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

app/page.tsx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,35 @@ export default function WorkshopPage() {
356356
<p className="text-sm text-muted-foreground">Kaspa</p>
357357
</div>
358358
</div>
359+
</div>
360+
<div className="mb-8">
361+
<h3 className="text-xl font-semibold mb-4 text-[#3E921E]">Organizing Committee Members</h3>
362+
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-4">
363+
<div className="p-4 border rounded-md">
364+
<p className="font-medium">Dr. Rajbir Kaur</p>
365+
<p className="text-sm text-muted-foreground">LNMIIT</p>
366+
</div>
367+
<div className="p-4 border rounded-md">
368+
<p className="font-medium">Dr. Md. Imran Alam</p>
369+
<p className="text-sm text-muted-foreground">LNMIIT</p>
370+
</div>
371+
<div className="p-4 border rounded-md">
372+
<p className="font-medium">Raj Shah</p>
373+
<p className="text-sm text-muted-foreground">LNMIIT</p>
374+
</div>
375+
<div className="p-4 border rounded-md">
376+
<p className="font-medium">Rahul Harpal</p>
377+
<p className="text-sm text-muted-foreground">LNMIIT</p>
378+
</div>
379+
<div className="p-4 border rounded-md">
380+
<p className="font-medium">Pratyaksh Agrawal</p>
381+
<p className="text-sm text-muted-foreground">LNMIIT</p>
382+
</div>
383+
<div className="p-4 border rounded-md">
384+
<p className="font-medium">Sarthak Dengre</p>
385+
<p className="text-sm text-muted-foreground">LNMIIT</p>
386+
</div>
387+
</div>
359388
</div>
360389
</div>
361390
</div>

0 commit comments

Comments
 (0)