Skip to content

Commit 4086c0a

Browse files
authored
Merge pull request #81 from Project-MONAI/style-consistency-update
Implement comprehensive style consistency updates across MONAI website
2 parents c02efe5 + 4a95e79 commit 4086c0a

22 files changed

+2287
-3286
lines changed

about.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919

2020
<main class="flex-grow pt-20">
2121
<!-- About Section -->
22-
<section id="about" class="py-24">
22+
<section id="about" class="py-24 bg-white">
2323
<div class="container">
2424
<div class="flex flex-wrap items-center">
2525
<div class="w-full lg:w-1/2">
26-
<h2 class="mb-6 section-heading">About MONAI</h2>
26+
<h1 class="text-4xl font-bold text-gray-800 mb-8">About MONAI</h1>
2727
<div class="w-full sm:3/5">
28-
<p class="py-2">
28+
<p class="text-lg leading-relaxed text-gray-700 mb-4">
2929
Project MONAI is a collaborative initiative that brings together leading researchers, clinicians, and industry experts
3030
to advance medical imaging AI. Originally started by NVIDIA and King's College London, MONAI has grown into a vibrant
3131
community focused on developing and sharing best practices, tools, and frameworks for healthcare imaging across academia
3232
and enterprise.
3333
</p>
34-
<p class="py-2">
34+
<p class="text-lg leading-relaxed text-gray-700 mb-4">
3535
Our mission is to accelerate the adoption of AI in healthcare imaging by providing robust, validated tools and fostering
3636
collaboration between researchers, clinicians, and industry partners. Building upon the foundations laid by toolkits like
3737
NVIDIA Clara Train, NiftyNet, DLTK, and DeepNeuro, MONAI Core has emerged as our flagship framework, embodying the
@@ -47,21 +47,21 @@ <h2 class="mb-6 section-heading">About MONAI</h2>
4747
</section>
4848

4949
<!-- Advisory Board Section -->
50-
<section id="advisory-board" class="py-12 bg-brand-dark/15">
50+
<section id="advisory-board" class="py-24 bg-neutral-lightgray ">
5151
<div class="container">
52-
<h2 class="section-heading text-3xl md:text-4xl font-bold mb-4">Advisory Board</h2>
52+
<h2 class="text-3xl font-bold text-neutral-darkestblack mb-8">Advisory Board</h2>
5353
<div class="max-w-4xl mb-12">
54-
<p class="text-gray-700 mb-4">
54+
<p class="text-lg leading-relaxed text-gray-700 mb-4">
5555
The MONAI Advisory Board brings together distinguished leaders from academia, healthcare, and industry who guide our
5656
strategic direction and ensure alignment with the needs of the medical imaging community. Our board members contribute
5757
their diverse expertise to shape MONAI's development and impact in healthcare AI.
5858
</p>
59-
<p class="text-gray-700 mb-4">
59+
<p class="text-lg leading-relaxed text-gray-700 mb-4">
6060
Board members play a crucial role in maintaining MONAI's technical excellence, clinical relevance, and ethical standards.
6161
They provide strategic oversight across various aspects including technical development, clinical validation, educational
6262
initiatives, and community engagement.
6363
</p>
64-
<p class="text-gray-700 mb-4">
64+
<p class="text-lg leading-relaxed text-gray-700 mb-6">
6565
Through regular collaboration with working groups and the broader community, the Advisory Board ensures that MONAI
6666
continues to meet the evolving needs of researchers, clinicians, and industry partners while advancing the field of
6767
medical imaging AI.

action.html

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

0 commit comments

Comments
 (0)