Skip to content

Commit 6c9fbbb

Browse files
committed
guest list update
1 parent a57de34 commit 6c9fbbb

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

src/app/speakers/page.tsx

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,36 @@ export default function SpeakersPage() {
6565
</Badge>
6666
</div>
6767
</CardHeader>
68+
6869
<CardContent>
69-
<p className="text-gray-800 font-medium">Dr. Subarna Shakya</p>
70-
<p className="text-gray-600">
71-
Professor of Computer Engineering,<br />
72-
Department of Electronics and Computer Engineering,<br />
73-
Pulchowk Campus, Institute of Engineering
74-
</p>
70+
<ul className="list-none space-y-3 text-gray-700">
71+
<li>
72+
<p className="text-gray-800 font-medium m-0">Prof. Dr. Subarna Shakya</p>
73+
<p className="text-gray-600 m-0">
74+
Professor of Computer Engineering,<br />
75+
Department of Electronics and Computer Engineering,<br />
76+
Pulchowk Campus, Institute of Engineering
77+
</p>
78+
</li>
79+
80+
<li>
81+
<p className="text-gray-800 font-medium m-0">Prof. Dr. Manish Pokharel</p>
82+
<p className="text-gray-600 m-0">
83+
Dean, School of Engineering,<br />
84+
Kathmandu University
85+
</p>
86+
</li>
87+
88+
<li>
89+
<p className="text-gray-800 font-medium m-0">Prof. Dr. Bed Mani Dahal</p>
90+
<p className="text-gray-600 m-0">
91+
Dean, School of Science,<br />
92+
Kathmandu University
93+
</p>
94+
</li>
95+
</ul>
7596
</CardContent>
7697
</Card>
77-
7898
{/* Guests */}
7999
<Card>
80100
<CardHeader className="pb-2">
@@ -91,12 +111,6 @@ export default function SpeakersPage() {
91111
</CardHeader>
92112
<CardContent>
93113
<ul className="list-disc list-inside ml-4 space-y-2 text-gray-700">
94-
<li>
95-
<span className="font-medium">Prof. Dr. Manish Pokharel</span> — Dean, School of Engineering, Kathmandu University
96-
</li>
97-
<li>
98-
<span className="font-medium">Prof. Dr. Bed Mani Dahal</span> — Dean, School of Science, Kathmandu University
99-
</li>
100114
<li>
101115
<span className="font-medium">Sailesh Chitrakar, PhD.</span> — KUSET Co Editor-in-Chief
102116
</li>
@@ -176,7 +190,7 @@ export default function SpeakersPage() {
176190
<div className="flex items-center gap-2 text-gray-600 mb-3">
177191
<Mic className="h-4 w-4" />
178192
<span>
179-
Prof. Dr. Bikash Nakarmi, Department of Computer Science and Engineering, Kathmandu University, Nepal
193+
Prof. Dr. Bikash Nakarmi,Professor, College of Electronic and Information Engineering, NUAA, China
180194
</span>
181195
</div>
182196
<p className="text-gray-700">

0 commit comments

Comments
 (0)