Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta name="description" content="The page you were looking for could not be found. Please check the URL or navigate back to the homepage.">
<meta property="og:title" content="404 - Page Not Found">
<meta property="og:description" content="The page you were looking for could not be found. Please check the URL or navigate back to the homepage.">
<meta property="og:url" content="https://monai.io/404.html">
<meta property="og:url" content="https://project-monai.github.io/404.html">
<meta name="twitter:title" content="404 - Page Not Found">
<meta name="twitter:description" content="The page you were looking for could not be found. Please check the URL or navigate back to the homepage.">
<link rel="canonical" href="https://monai.io/404.html">
<link rel="canonical" href="https://project-monai.github.io/404.html">

<!-- #include file="components/head.html" -->

Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project MONAI Website

This repository contains the source code and content for the Project MONAI website found at [monai.io](https://monai.io/). For more information about MONAI, visit the [Project-MONAI GitHub](https://github.com/Project-MONAI).
This repository contains the source code and content for the Project MONAI website found at [project-monai.github.io](https://project-monai.github.io/). For more information about MONAI, visit the [Project-MONAI GitHub](https://github.com/Project-MONAI).

## Features

Expand Down Expand Up @@ -76,7 +76,7 @@ The website uses a component-based architecture. Common elements like headers, f
document.head.innerHTML = document.head.innerHTML
.replace('${title}', 'Your Page Title')
.replace('${description}', 'Your page description')
.replace('${canonical_url}', 'https://monai.io/your-page.html');
.replace('${canonical_url}', 'https://project-monai.github.io/your-page.html');
</script>
```

Expand Down Expand Up @@ -141,7 +141,7 @@ Version announcement:
{
id: 'monai-1-6',
message: 'MONAI Core v1.6 is now available!',
link: 'https://docs.monai.io/en/stable/whatsnew_1_6.html',
link: 'https://monai.readthedocs.io/en/stable/whatsnew_1_6.html',
linkText: 'See what\'s new →',
bgColor: 'bg-brand-primary',
icon: 'check',
Expand Down
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta name="description" content="Project MONAI was originally started by NVIDIA & King's College London to establish an inclusive community of AI researchers for the development and exchange of best practices for A">
<meta property="og:title" content="MONAI - About Us">
<meta property="og:description" content="Project MONAI was originally started by NVIDIA & King's College London to establish an inclusive community of AI researchers for the development and exchange of best practices for A">
<meta property="og:url" content="https://monai.io/about.html">
<meta property="og:url" content="https://project-monai.github.io/about.html">
<meta name="twitter:title" content="MONAI - About Us">
<meta name="twitter:description" content="Project MONAI was originally started by NVIDIA & King's College London to establish an inclusive community of AI researchers for the development and exchange of best practices for A">
<link rel="canonical" href="https://monai.io/about.html">
<link rel="canonical" href="https://project-monai.github.io/about.html">

<!-- #include file="components/head.html" -->

Expand Down
8 changes: 4 additions & 4 deletions components/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

<!-- Open Graph Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:image" content="https://monai.io/assets/img/MONAI-logo_color.png">
<meta property="og:image" content="https://project-monai.github.io/assets/img/MONAI-logo_color.png">

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ProjectMONAI">
<meta name="twitter:image" content="https://monai.io/assets/img/MONAI-logo_color.png">
<meta name="twitter:image" content="https://project-monai.github.io/assets/img/MONAI-logo_color.png">

<!-- Favicon -->
<link rel="shortcut icon" href="./assets/logo/MONAI-logo_favicon.png" type="image/png">
Expand All @@ -47,8 +47,8 @@
"@context": "https://schema.org",
"@type": "Organization",
"name": "MONAI",
"url": "https://monai.io",
"logo": "https://monai.io/assets/img/MONAI-logo_color.png",
"url": "https://project-monai.github.io",
"logo": "https://project-monai.github.io/assets/img/MONAI-logo_color.png",
"description": "MONAI is a freely available, community-supported, PyTorch-based framework for deep learning in healthcare imaging.",
"sameAs": [
"https://twitter.com/ProjectMONAI",
Expand Down
4 changes: 2 additions & 2 deletions components/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
id: 'monai_core_v1.5.1',
message: 'MONAI Core v1.5.1 is now available!',
link: 'https://docs.monai.io/en/stable/whatsnew_1_5_1.html',
link: 'https://monai.readthedocs.io/en/stable/whatsnew_1_5_1.html',
linkText: 'See what\'s new →',
bgColor: 'bg-brand-primary',
icon: 'check',
Expand Down Expand Up @@ -175,7 +175,7 @@
<a href="about.html" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">About Us</a>
<a href="successstories.html" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Success Stories</a>
<a href="https://github.com/Project-MONAI" target="_blank" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">GitHub</a>
<a href="https://join.slack.com/t/projectmonai/shared_invite/zt-2t7z8e9tu-xE5SPw0TC8LUxyPVpl2WVQ" target="_blank" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Join Slack</a>
<a href="https://join.slack.com/t/projectmonai/shared_invite/zt-3hucgm02q-i8Bn9XofDZs2UGOH4jUl4w" target="_blank" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Join Slack</a>
<div class="border-t border-gray-100 mt-2 pt-2">
<div class="grid grid-cols-2 gap-1">
<a href="https://twitter.com/ProjectMONAI" target="_blank" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Twitter</a>
Expand Down
Loading