Skip to content

Commit 8a52021

Browse files
committed
emeritus wg chairs section
1 parent 666c719 commit 8a52021

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules/
22
.ipynb_checkpoints
33
dist/
4-
.claude/
4+
.claude/
5+
.DS_Store

about.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,24 @@ <h5 class="font-medium text-gray-800">Wenqi Li</h5>
362362
</div>
363363
</div>
364364
</div>
365+
366+
<!-- Emeritus Working Group Chairs -->
367+
<div id="emeritus-wg-chairs" class="bg-white rounded-xl shadow-md scroll-mt-24 mt-8">
368+
<div class="border-b border-gray-200 bg-brand-dark">
369+
<h3 class="text-2xl font-bold text-white p-6 text-center">Emeritus Working Group Chairs</h3>
370+
</div>
371+
<div class="p-6 md:p-8">
372+
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
373+
<div class="flex flex-col items-center text-center">
374+
<div class="w-24 h-24 mb-2">
375+
<img src="assets/img/SaiPraneethKarimireddy.jpg" alt="Dr. Sai Praneeth Karimireddy" class="w-full h-full rounded-full object-cover shadow-md">
376+
</div>
377+
<h5 class="font-medium text-gray-800">Dr. Sai Praneeth Karimireddy</h5>
378+
<p class="text-sm text-brand-primary">Federated Learning Chair</p>
379+
</div>
380+
</div>
381+
</div>
382+
</div>
365383
</div>
366384
</section>
367385
</main>

0 commit comments

Comments
 (0)