@@ -195,6 +195,38 @@ <h3 class="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-ne
195
195
</ div >
196
196
</ section >
197
197
198
+ <!-- Meeting Recordings Section -->
199
+ < section class ="py-24 bg-white ">
200
+ < div class ="container ">
201
+ < h2 class ="text-3xl font-bold text-neutral-darkestblack mb-8 "> Meeting Recordings</ h2 >
202
+ < div class ="grid grid-cols-1 md:grid-cols-2 gap-8 ">
203
+ < div class ="bg-white p-8 rounded-lg border border-neutral-200 hover:border-brand-primary hover:shadow-md transition-all duration-300 ">
204
+ < h3 class ="text-xl font-semibold text-brand-primary mb-6 pb-2 border-b border-neutral-200 "> YouTube Playlist</ h3 >
205
+ < div class ="aspect-w-16 aspect-h-9 mb-4 ">
206
+ < iframe
207
+ class ="w-full h-full rounded-lg "
208
+ src ="https://www.youtube.com/embed/videoseries?list=PLtoSVSQ2XzyAKQa4AkoQEviFn9pN9OZY8 "
209
+ title ="MONAI Federated Learning Working Group Meetings "
210
+ frameborder ="0 "
211
+ allow ="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture "
212
+ allowfullscreen >
213
+ </ iframe >
214
+ </ div >
215
+ < p class ="text-gray-700 "> Watch all our working group meetings and discussions on our YouTube playlist. Subscribe to stay updated with the latest developments in federated learning.</ p >
216
+ < a href ="https://www.youtube.com/playlist?list=PLtoSVSQ2XzyAKQa4AkoQEviFn9pN9OZY8 "
217
+ target ="_blank "
218
+ rel ="noopener noreferrer "
219
+ class ="inline-flex items-center mt-4 text-brand-primary hover:text-brand-dark transition-colors duration-300 ">
220
+ < span > View Full Playlist</ span >
221
+ < svg class ="w-4 h-4 ml-1 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
222
+ < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14 "> </ path >
223
+ </ svg >
224
+ </ a >
225
+ </ div >
226
+ </ div >
227
+ </ div >
228
+ </ section >
229
+
198
230
<!-- Collaboration Opportunities Section -->
199
231
< section class ="py-24 bg-white ">
200
232
< div class ="container ">
0 commit comments