Skip to content

Commit 4bc5cd4

Browse files
authored
Merge pull request #107 from Project-MONAI/add-skills-page
Add Medical AI Skills landing page
2 parents f85b6e3 + 1e33ad4 commit 4bc5cd4

4 files changed

Lines changed: 331 additions & 0 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const { mdAlternate } = Astro.props;
7070
<li class="py-0"><a href="https://monai.readthedocs.io/projects/label/en/latest/" target="_blank" class="text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel="noopener noreferrer">Label Docs</a></li>
7171
<li class="py-0"><a href="https://monai.readthedocs.io/projects/monai-deploy-app-sdk/en/stable/" target="_blank" class="text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel="noopener noreferrer">Deploy Docs</a></li>
7272
<li class="py-0"><a href="https://github.com/Project-MONAI/tutorials" target="_blank" class="text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel="noopener noreferrer">Tutorials</a></li>
73+
<li class="py-0"><a href="skills.html" class="text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200">Medical AI Skills</a></li>
7374
<li class="py-0"><a href="https://github.com/Project-MONAI" target="_blank" class="text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel="noopener noreferrer">GitHub</a></li>
7475
<li class="py-0"><a href="https://www.youtube.com/@projectmonai" target="_blank" class="text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel="noopener noreferrer">YouTube</a></li>
7576
</ul>

src/components/Header.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ function bannerSystem() {
194194
<li class="nav-item">
195195
<a class="block px-4 py-2 text-[0.9rem] font-medium text-gray-600 hover:text-brand-primary rounded-lg hover:bg-gray-50 transition-all duration-200" href="/model-zoo.html">Model Zoo</a>
196196
</li>
197+
<li class="nav-item">
198+
<a class="block px-4 py-2 text-[0.9rem] font-medium text-gray-600 hover:text-brand-primary rounded-lg hover:bg-gray-50 transition-all duration-200" href="/skills.html">Skills</a>
199+
</li>
197200
<li class="nav-item relative" @click.away="docsOpen = false" @keydown.escape="docsOpen = false">
198201
<button class="flex items-center justify-between w-full lg:inline-flex lg:w-auto px-4 py-2 text-[0.9rem] font-medium text-gray-600 hover:text-brand-primary rounded-lg hover:bg-gray-50 transition-all duration-200"
199202
@click="docsOpen = !docsOpen; frameworksOpen = false; communityOpen = false"

src/integrations/llms-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"label",
66
"deploy",
77
"model-zoo",
8+
"skills",
89
"tutorials",
910
"about",
1011
"working-groups",

0 commit comments

Comments
 (0)