Skip to content

Commit

Permalink
Merge pull request #11 from dereknola/originally_by
Browse files Browse the repository at this point in the history
Add Originally By Section
  • Loading branch information
cwayne18 authored Oct 24, 2023
2 parents df76a12 + 7368f63 commit fd91d3e
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 197 deletions.
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

0 comments on commit fd91d3e

Please sign in to comment.