Skip to content

Commit d1cfe39

Browse files
committed
Deploying to gh-pages from @ 4086c0a 🚀
1 parent 4c54703 commit d1cfe39

24 files changed

Lines changed: 1942 additions & 3308 deletions

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<div class="container">
150150
<nav class="navbar flex justify-between items-center relative duration-300 h-16" x-data="{ isOpen: false, frameworksOpen: false, communityOpen: false }">
151151
<a class="navbar-brand" href="index.html">
152-
<img class="h-12 w-auto" src="assets/img/MONAI-logo_color.png" alt="Logo">
152+
<img class="h-12 w-auto" src="assets/img/MONAI-logo_color_full.png" alt="Logo">
153153
</a>
154154
<button class="navbar-toggler focus:outline-none block lg:hidden p-2" type="button" @click="isOpen = !isOpen">
155155
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -231,7 +231,7 @@
231231
<div class="container">
232232
<nav class="navbar flex justify-between items-center relative duration-300 h-16" x-data="{ isOpen: false, frameworksOpen: false, communityOpen: false }">
233233
<a class="navbar-brand" href="index.html">
234-
<img class="h-12 w-auto" src="assets/img/MONAI-logo_color.png" alt="Logo">
234+
<img class="h-12 w-auto" src="assets/img/MONAI-logo_color_full.png" alt="Logo">
235235
</a>
236236
<button class="navbar-toggler focus:outline-none block lg:hidden p-2" type="button" @click="isOpen = !isOpen">
237237
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">

about.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<div class="container">
151151
<nav class="navbar flex justify-between items-center relative duration-300 h-16" x-data="{ isOpen: false, frameworksOpen: false, communityOpen: false }">
152152
<a class="navbar-brand" href="index.html">
153-
<img class="h-12 w-auto" src="assets/img/MONAI-logo_color.png" alt="Logo">
153+
<img class="h-12 w-auto" src="assets/img/MONAI-logo_color_full.png" alt="Logo">
154154
</a>
155155
<button class="navbar-toggler focus:outline-none block lg:hidden p-2" type="button" @click="isOpen = !isOpen">
156156
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -228,19 +228,19 @@
228228

229229
<main class="flex-grow pt-20">
230230
<!-- About Section -->
231-
<section id="about" class="py-24">
231+
<section id="about" class="py-24 bg-white">
232232
<div class="container">
233233
<div class="flex flex-wrap items-center">
234234
<div class="w-full lg:w-1/2">
235-
<h2 class="mb-6 section-heading">About MONAI</h2>
235+
<h1 class="text-4xl font-bold text-gray-800 mb-8">About MONAI</h1>
236236
<div class="w-full sm:3/5">
237-
<p class="py-2">
237+
<p class="text-lg leading-relaxed text-gray-700 mb-4">
238238
Project MONAI is a collaborative initiative that brings together leading researchers, clinicians, and industry experts
239239
to advance medical imaging AI. Originally started by NVIDIA and King's College London, MONAI has grown into a vibrant
240240
community focused on developing and sharing best practices, tools, and frameworks for healthcare imaging across academia
241241
and enterprise.
242242
</p>
243-
<p class="py-2">
243+
<p class="text-lg leading-relaxed text-gray-700 mb-4">
244244
Our mission is to accelerate the adoption of AI in healthcare imaging by providing robust, validated tools and fostering
245245
collaboration between researchers, clinicians, and industry partners. Building upon the foundations laid by toolkits like
246246
NVIDIA Clara Train, NiftyNet, DLTK, and DeepNeuro, MONAI Core has emerged as our flagship framework, embodying the
@@ -256,21 +256,21 @@ <h2 class="mb-6 section-heading">About MONAI</h2>
256256
</section>
257257

258258
<!-- Advisory Board Section -->
259-
<section id="advisory-board" class="py-12 bg-brand-dark/15">
259+
<section id="advisory-board" class="py-24 bg-neutral-lightgray ">
260260
<div class="container">
261-
<h2 class="section-heading text-3xl md:text-4xl font-bold mb-4">Advisory Board</h2>
261+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Advisory Board</h2>
262262
<div class="max-w-4xl mb-12">
263-
<p class="text-gray-700 mb-4">
263+
<p class="text-lg leading-relaxed text-gray-700 mb-4">
264264
The MONAI Advisory Board brings together distinguished leaders from academia, healthcare, and industry who guide our
265265
strategic direction and ensure alignment with the needs of the medical imaging community. Our board members contribute
266266
their diverse expertise to shape MONAI's development and impact in healthcare AI.
267267
</p>
268-
<p class="text-gray-700 mb-4">
268+
<p class="text-lg leading-relaxed text-gray-700 mb-4">
269269
Board members play a crucial role in maintaining MONAI's technical excellence, clinical relevance, and ethical standards.
270270
They provide strategic oversight across various aspects including technical development, clinical validation, educational
271271
initiatives, and community engagement.
272272
</p>
273-
<p class="text-gray-700 mb-4">
273+
<p class="text-lg leading-relaxed text-gray-700 mb-6">
274274
Through regular collaboration with working groups and the broader community, the Advisory Board ensures that MONAI
275275
continues to meet the evolving needs of researchers, clinicians, and industry partners while advancing the field of
276276
medical imaging AI.

action.html

Lines changed: 0 additions & 294 deletions
This file was deleted.

0 commit comments

Comments
 (0)