@@ -106,27 +106,41 @@ sudo k3s agent --server https://myserver:6443 --token \${NODE_TOKEN}`
106106 < div className = { index . gridTwo } >
107107 < div >
108108 < p > Read the latest SUSE Rancher blog on K3s.</ p >
109- < a href = "https://www.suse.com/c/rancher_blog/when-to-use-k3s-and-rke2/ " class = "button button--lg button--static" > Blog</ a >
109+ < a href = "https://www.suse.com/c/rancherblog/?product=4201#filtered " class = "button button--lg button--static" > Blog</ a >
110110 </ div >
111111 < div >
112- < p > Watch the latest "Up and Running: K3s" Online Training.</ p >
113- < a href = "https://community.suse.com /courses/6599524 " class = "button button--lg button--static" > Watch Training</ a >
112+ < p > Sign up for the latest "K3s Basics " Online Training.</ p >
113+ < a href = "https://www.rancher.academy /courses/k3s-basics " class = "button button--lg button--static" > Watch Training</ a >
114114 </ div >
115115 </ div >
116116 </ div >
117117 </ div >
118118 </ section >
119119 < section className = { `${ index . bgLight } ${ index . cncf } ${ index . textCenter } ` } >
120+
121+ < div className = { index . gridTwo } >
122+
123+ < div >
124+ < p > Originally developed by</ p >
125+ < a href = 'https://www.rancher.com/' > < ThemedImage className = { index . cncfLogo }
126+ sources = { {
127+ light : '/img/rancher-suse-logo-horizontal-color.png' ,
128+ dark : '/img/rancher-suse-logo-horizontal-white.png' ,
129+ } }
130+ /> </ a >
131+ </ div >
132+
133+ < div >
134+ < p > K3s is a CNCF Sandbox Project</ p >
120135 < a href = 'https://www.cncf.io/' > < ThemedImage className = { index . cncfLogo }
121- alt = "Docusaurus themed image"
122136 sources = { {
123137 light : '/img/cncf-color.png' ,
124138 dark : '/img/cncf-white.png' ,
125139 } }
126140 /> </ a >
127- < p >
128- We are a Cloud Native Computing Foundation sandbox project.
129- </ p >
141+ </ div >
142+
143+ </ div >
130144 </ section >
131145 </ main >
132146 </ Layout >
0 commit comments