Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Originally By Section #11

Merged
merged 3 commits into from
Oct 24, 2023
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^2.3.1",
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.3.1",
"@docusaurus/module-type-aliases": "^2.4.3",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.7.4"
},
Expand Down
28 changes: 21 additions & 7 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,41 @@ sudo k3s agent --server https://myserver:6443 --token \${NODE_TOKEN}`
<div className={index.gridTwo}>
<div>
<p>Read the latest SUSE Rancher blog on K3s.</p>
<a href="https://www.suse.com/c/rancher_blog/when-to-use-k3s-and-rke2/" class="button button--lg button--static">Blog</a>
<a href="https://www.suse.com/c/rancherblog/?product=4201#filtered" class="button button--lg button--static">Blog</a>
</div>
<div>
<p>Watch the latest "Up and Running: K3s" Online Training.</p>
<a href="https://community.suse.com/courses/6599524" class="button button--lg button--static">Watch Training</a>
<p>Sign up for the latest "K3s Basics" Online Training.</p>
<a href="https://www.rancher.academy/courses/k3s-basics" class="button button--lg button--static">Watch Training</a>
</div>
</div>
</div>
</div>
</section>
<section className={`${index.bgLight} ${index.cncf} ${index.textCenter}`}>

<div className={index.gridTwo}>

<div>
<p>Originally developed by</p>
<a href='https://www.rancher.com/'><ThemedImage className={index.cncfLogo}
sources={{
light: '/img/rancher-suse-logo-horizontal-color.png',
dark: '/img/rancher-suse-logo-horizontal-white.png',
}}
/></a>
</div>

<div>
<p>K3s is a CNCF Sandbox Project</p>
<a href='https://www.cncf.io/'><ThemedImage className={index.cncfLogo}
alt="Docusaurus themed image"
sources={{
light: '/img/cncf-color.png',
dark: '/img/cncf-white.png',
}}
/></a>
<p>
We are a Cloud Native Computing Foundation sandbox project.
</p>
</div>

</div>
</section>
</main>
</Layout>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading