This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/staging-site by this push:
     new 0b8a1d20e Different changes in make-up (#335)
0b8a1d20e is described below

commit 0b8a1d20eb8cf7d9c11ba702159e1a921fcea656
Author: dahn <[email protected]>
AuthorDate: Tue Jul 1 10:19:08 2025 +0200

    Different changes in make-up (#335)
    
    * external video on GitOps
    
    * update release picture
    
    * replace indiqus logo with yotta
    
    * cloudstack&ceph day removed
    
    * k8s bootstrapping video as link instead of embedded
    
    * add TF solution brief
    
    * allignments on phone
    
    * syntax
    
    * format
    
    * button to case-study class of blogs
    
    * rigit layout to prevent future error amap
    
    * extra lifeincloud item + code format
    
    ---------
    
    Co-authored-by: Daan Hoogland <[email protected]>
---
 .../index.md                                       |   6 +-
 .../preview.png                                    | Bin 0 -> 3770557 bytes
 src/components/Events/index.tsx                    |  11 --
 src/css/custom.css                                 |  13 +-
 src/pages/cloud-builders.js                        | 213 +++++++++++----------
 src/pages/index.tsx                                |   2 +-
 src/pages/kubernetes.js                            |   4 +-
 src/pages/learn-more.mdx                           | 174 ++++++++++-------
 static/img/CloudStack_release_illustration.png     | Bin 97614 -> 803471 bytes
 static/img/bootstrapping_k8s_capc.png              | Bin 0 -> 217295 bytes
 static/img/logo-yotta.png                          | Bin 0 -> 841 bytes
 11 files changed, 224 insertions(+), 199 deletions(-)

diff --git a/blog/2024-01-08-cloudstack-and-gitops-at-scale/index.md 
b/blog/2024-01-08-cloudstack-and-gitops-at-scale/index.md
index 1f9acd796..24773b21a 100644
--- a/blog/2024-01-08-cloudstack-and-gitops-at-scale/index.md
+++ b/blog/2024-01-08-cloudstack-and-gitops-at-scale/index.md
@@ -49,11 +49,7 @@ questions to the AT&T team, to understand more about their 
choice of
 technology and learn for their experience of managing infrastructure
 at a large-scale and enterprise level.
 
-<iframe width="100%" height="480p" 
src="https://www.youtube.com/embed/Bc1a8YHdEq4?si=V7QZM660_YS9pjKp";
-title="YouTube video player" frameborder="0" allow="accelerometer;
-autoplay; clipboard-write; encrypted-media; gyroscope;
-picture-in-picture; web-share" allowfullscreen>
-</iframe>
+[![](preview.png "CloudStack GitOps at Scale - 
video")](https://www.youtube.com/watch?v=Bc1a8YHdEq4)
 
 <div class="text-center">
   Alex Dometrius, Associate Director - Technology at AT&T, presents at
diff --git a/blog/2024-01-08-cloudstack-and-gitops-at-scale/preview.png 
b/blog/2024-01-08-cloudstack-and-gitops-at-scale/preview.png
new file mode 100644
index 000000000..c621605fb
Binary files /dev/null and 
b/blog/2024-01-08-cloudstack-and-gitops-at-scale/preview.png differ
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index 17d62b231..133470f13 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -121,17 +121,6 @@ involved with the community.
                   <a 
href="https://youtube.com/playlist?list=PLnIKk7GjgFlYRGmxK70VXSgpNXjEBHpYw&si=JQzS5sYCbmTeIsfs";
 target="_blank" className="btn btn-primary me-3">Watch</a>
                 </div>
               </div>
-              <div className="row">
-                <div className="col-lg-9 pt-3 px-4">
-                  <img src="/img/ceph day.png" alt="" className="events-img 
events-overview-img"/>
-                  <p className="title mt-2">Ceph and CloudStack Day 2024</p>
-                  <p className="events-info"><img src="img/pin_icon.png" 
className="me-2" alt=""/>Amsterdam, the Netherlands</p>
-                  <p className="events-info"><img src="img/calendar_icon.png" 
className="me-2" alt=""/>February 22, 2024</p>
-                </div>
-                <div className="col-lg-3 px-4 events-btn-margin d-flex 
justify-content-center justify-content-lg-end align-items-center">
-                  <a 
href="https://www.youtube.com/playlist?list=PLnIKk7GjgFlYgPbjM3os1YoE10Ys9gEB6"; 
target="_blank" className="btn btn-primary me-3">Watch</a>
-                </div>
-              </div>
             </div>
 
             <div className="text-center load-more">
diff --git a/src/css/custom.css b/src/css/custom.css
index 9544e93f1..d25673e9f 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -395,11 +395,12 @@ footer {
 .apache-card {
     border-radius: 18px;
     padding: 10px;
-    margin-right: 20px;
+    margin-left: 10px;
+    margin-right: 10px;
     min-height: 375px;
 }
 .card-border {
-       border: 1px solid #2AA5DC40;
+    border: 1px solid #2AA5DC40;
 }
 .apache-card-body {
        padding: 25px;
@@ -463,6 +464,10 @@ iframe {
 .bg-none .power-card {
        min-height: 210px;
 }
+.key-values {
+    width: 100%;
+    padding: 5px;
+}
 
 
 /* integrations page */
@@ -1211,14 +1216,11 @@ progress{vertical-align:baseline}
     margin-left:auto;
 }
 
-
 @media (min-width:576px){
     .container,.container-sm{
        max-width:540px}
-
 }
 
-
 @media (min-width:768px){
     .container,.container-md,.container-sm{
        max-width:720px
@@ -1226,7 +1228,6 @@ progress{vertical-align:baseline}
 
 }
 
-
 @media (min-width:992px){
     .container,.container-lg,.container-md,.container-sm{
        max-width:960px
diff --git a/src/pages/cloud-builders.js b/src/pages/cloud-builders.js
index ac094711a..4d649755e 100644
--- a/src/pages/cloud-builders.js
+++ b/src/pages/cloud-builders.js
@@ -27,113 +27,116 @@ function CloudBuildersHeader() {
 export default function CloudBuilders() {
   return (
     <Layout title="Apache CloudStack - A Turnkey Solution for Cloud Builders">
-        <CloudBuildersHeader/>
-    <main>
-        <section>
-            <div className="container">
-                <div className="row">
-                    <div className="col-lg-6 order-lg-2">
-                        <h2 className="section-title mb-4">About Apache 
CloudStack</h2>
-                        <p className="px18">Apache CloudStack is a highly
-scalable IaaS cloud computing platform that provides a cloud
-orchestration layer, automating the creation, provisioning and
-configuration of IaaS components. It turns existing virtual
-infrastructure into a cloud-based Infrastructure as a Service (IaaS)
-platform. Because CloudStack leverages existing infrastructure, the
-costs and time for the organization to build a multi-tenant IaaS
-platform are greatly reduced.</p>
-                        <p className="px18">CloudStack is a turnkey solution
- for MSPs, cloud providers and telcos. It includes the entire “stack” of
- features you need: compute orchestration, Network-as-a-Service, user
-and account management, a full and open native API, resource accounting,
- and a first-class User Interface.</p>
-                    </div>
-                    <div className="col-lg-6 text-center">
-                      <a 
href="https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform";
 target="_blank">
-                        <img src="/img/CloudStack_survey3.png" 
className="img-fluid mt-4 mt-lg-2" alt="CloudStack survey"/>
-                      </a>
-                    </div>
-                </div>
-            </div>
-        </section>
+      <CloudBuildersHeader/>
+      <main>
+       <section>
+         <div className="container">
+           <div className="row">
+             <div className="col-lg-6 order-lg-2">
+               <h2 className="section-title mb-4">About Apache CloudStack</h2>
+               <p className="px18">Apache CloudStack is a highly
+  scalable IaaS cloud computing platform that provides a cloud
+  orchestration layer, automating the creation, provisioning and
+  configuration of IaaS components. It turns existing virtual
+  infrastructure into a cloud-based Infrastructure as a Service (IaaS)
+  platform. Because CloudStack leverages existing infrastructure, the
+  costs and time for the organization to build a multi-tenant IaaS
+  platform are greatly reduced.</p>
+               <p className="px18">CloudStack is a turnkey solution
+   for MSPs, cloud providers and telcos. It includes the entire “stack” of
+   features you need: compute orchestration, Network-as-a-Service, user
+  and account management, a full and open native API, resource accounting,
+   and a first-class User Interface.</p>
+             </div>
+             <div className="col-lg-6 text-center">
+               <a 
href="https://docs.google.com/forms/d/e/1FAIpQLScPHIRetdt-pxPT62IesXMoQUmhQ8ATGKcYZa507mB9uwzn-Q/viewform";
 target="_blank">
+                 <img src="/img/CloudStack_survey3.png" className="img-fluid 
mt-4 mt-lg-2" alt="CloudStack survey"/>
+               </a>
+             </div>
+           </div>
+         </div>
+       </section>
 
-        <div className="container">
-            <div className="row">
-                <div className="col">
-                    <div className="partners-holder">
-                        <p className="blue-title mb-4 mb-lg-5">LEADING 
COMPANIES TRUST APACHE CLOUDSTACK</p>
-                        <div className="partners cloud-partners">
-                            <img src="/img/BT_logo.svg" height="50" alt=""/>
-                            <img src="/img/CloudOps_logo.svg" height="30" 
alt=""/>
-                            <img src="/img/ikoula_logo.svg" height="40" 
alt=""/>
-                            <img src="/img/M5Hosting_logo.png" height="30" 
alt=""/>
-                            <img src="/img/versio-logo.png" height="20" 
alt=""/>
-                            <img src="/img/yourhosting.nl_logo.svg" 
height="30" alt=""/>
-                        </div>
-                    </div>
-                </div>
-            </div>
-        </div>
+       <div className="container">
+         <div className="row">
+           <div className="col">
+             <div className="partners-holder">
+               <p className="blue-title mb-4 mb-lg-5">LEADING COMPANIES TRUST 
APACHE CLOUDSTACK</p>
+               <div className="partners cloud-partners">
+                 <img src="/img/BT_logo.svg" height="50" alt=""/>
+                 <img src="/img/CloudOps_logo.svg" height="30" alt=""/>
+                 <img src="/img/ikoula_logo.svg" height="40" alt=""/>
+                 <img src="/img/M5Hosting_logo.png" height="30" alt=""/>
+                 <img src="/img/versio-logo.png" height="20" alt=""/>
+                 <img src="/img/yourhosting.nl_logo.svg" height="30" alt=""/>
+               </div>
+             </div>
+           </div>
+         </div>
+       </div>
 
-        <section className="powers bg-none">
-            <div className="container">
-                <div className="row">
-                    <div className="col-lg-8 offset-lg-2">
-                        <h2 className="section-title text-center 
mb-4">CloudStack Solves Key Challenges for Cloud Providers &amp; MSPs</h2>
-                        <p className="px18 text-center mb-5">CloudStack can
-manage tens of thousands of physical servers installed in geographically
- distributed data centers. It is a powerful IaaS management solution,
-but it is still easy to use and implement with a small team. Powered by a
- solid open-source community, Apache CloudStack eliminates the
-dependencies and allows you to follow your own cloud development plan,
-and use the hardware and software of your choice and business
-requirements.</p>
-                    </div>
-                </div>
-                <div className="row">
-                    <div className="col-lg-4 col-md-6">
-                        <div className="power-card line">
-                            <img src="/img/decrease_TCO_icon.svg" alt=""/>
-                            <p className="card-title">Decrease TCO for your 
IaaS</p>
-                        </div>
-                    </div>
-                    <div className="col-lg-4 col-md-6">
-                        <div className="power-card line">
-                            <img src="/img/open-source_icon.svg" alt=""/>
-                            <p className="card-title">Completely 
open-source</p>
-                        </div>
-                    </div>
-                    <div className="col-lg-4 col-md-6">
-                        <div className="power-card line">
-                            <img src="/img/community_icon.svg" alt=""/>
-                            <p className="card-title">Powered by an active 
community</p>
-                        </div>
-                    </div>
-                    <div className="col-lg-4 col-md-6">
-                        <div className="power-card">
-                            <img src="/img/easy_to_use_icon.svg" alt=""/>
-                            <p className="card-title">Easy to use</p>
-                        </div>
-                    </div>
-                    <div className="col-lg-4 col-md-6">
-                        <div className="power-card">
-                            <img src="/img/quick_deploy_icon.svg" alt=""/>
-                            <p className="card-title">Quick to deploy</p>
-                        </div>
-                    </div>
-                    <div className="col-lg-4 col-md-6">
-                        <div className="power-card">
-                            <img src="/img/vendor_integration_icon.svg" 
alt=""/>
-                            <p className="card-title">Strong vendor 
integrations</p>
-                        </div>
-                    </div>
-                </div>
-            </div>
-        </section>
+       <section className="powers bg-none">
+         <div className="container">
+           <div className="row">
+             <div className="col-lg-8 offset-lg-2">
+               <h2 className="section-title text-center mb-4">CloudStack 
Solves Key Challenges for Cloud Providers &amp; MSPs</h2>
+               <p className="px18 text-center mb-5">CloudStack can
+  manage tens of thousands of physical servers installed in geographically
+   distributed data centers. It is a powerful IaaS management solution,
+  but it is still easy to use and implement with a small team. Powered by a
+   solid open-source community, Apache CloudStack eliminates the
+  dependencies and allows you to follow your own cloud development plan,
+  and use the hardware and software of your choice and business
+  requirements.</p>
+             </div>
+           </div>
+           <div className="row">
+             <div className="col-lg-4 col-md-6 key-values">
+               <div className="power-card line">
+                 <img src="/img/decrease_TCO_icon.svg" alt=""/>
+                 <p className="card-title">Decrease TCO for your IaaS</p>
+               </div>
+             </div>
+             <div className="col-lg-4 col-md-6 key-values">
+               <div className="power-card line">
+                 <img src="/img/open-source_icon.svg" alt=""/>
+                 <p className="card-title">Completely open-source</p>
+               </div>
+             </div>
+             <div className="col-lg-4 col-md-6 key-values">
+               <div className="power-card line">
+                 <img src="/img/community_icon.svg" alt=""/>
+                 <p className="card-title">Powered by an active community</p>
+               </div>
+             </div>
+             <div className="col-lg-4 col-md-6 key-values">
+               <div className="power-card line">
+                 <img src="/img/easy_to_use_icon.svg" alt=""/>
+                 <p className="card-title">Easy to use</p>
+               </div>
+             </div>
+             <div className="col-lg-4 col-md-6 key-values">
+               <div className="power-card line">
+                 <img src="/img/quick_deploy_icon.svg" alt=""/>
+                 <p className="card-title">Quick to deploy</p>
+               </div>
+             </div>
+             <div className="col-lg-4 col-md-6 key-values">
+               <div className="power-card line">
+                 <img src="/img/vendor_integration_icon.svg" alt=""/>
+                 <p className="card-title">Strong vendor integrations</p>
+               </div>
+             </div>
+           </div>
+         </div>
+       </section>
 
+       <div class="col col-3 col-lg text-center">
+         <a class="button button--primary button--lg" 
href="/blog/tags/case-studies" target="_blank">Case Studies</a>
+       </div>
 
-    <LearnMore/>
-    </main>
+       <LearnMore/>
+      </main>
     </Layout>
-                       );
-                       }
+  );
+}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index b798a092b..627dce9eb 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -38,7 +38,7 @@ Apache CloudStack™  is an open-source software system 
designed to deploy and m
           <img src="/img/brainboard.png" height="25" alt=""/>
           <img src="/img/ntt.svg" height="18" alt=""/>
           <img src="/img/leaseweb.svg" height="25" alt=""/>
-          <img src="/img/logo-indiqus.png" height="20" alt=""/>
+          <img src="/img/logo-yotta .png" height="20" alt=""/>
           <img src="/img/Logo_arsat.png" height="20" alt=""/>
           <img src="/img/we_systems.svg" height="50" alt=""/>
           <img src="/img/AT&T_logo_2016.svg" height="38" alt=""/>
diff --git a/src/pages/kubernetes.js b/src/pages/kubernetes.js
index e128c3ef9..4c3974d85 100644
--- a/src/pages/kubernetes.js
+++ b/src/pages/kubernetes.js
@@ -87,7 +87,9 @@ kubicorn.
                 </p>
               </div>
               <div className="col-lg-6">
-                <iframe width="100%" height="315" 
src="https://www.youtube.com/embed/NcfVkVT48Kk"; title="Bootstrapping K8S 
Cluster using CAPC - Apache CloudStack - Kubernetes" frameborder="0" 
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; 
picture-in-picture; web-share" allowfullscreen=""></iframe>
+                <a href="https://www.youtube.com/embed/NcfVkVT48Kk"; 
target="_blank">
+                  <img src="/img/bootstrapping_k8s_capc.png" 
className="img-fluid" alt="Bootstrapping Kubernetes using CAPC"/>
+                </a>
               </div>
             </div>
           </div>
diff --git a/src/pages/learn-more.mdx b/src/pages/learn-more.mdx
index a9be25aeb..e52c495f4 100644
--- a/src/pages/learn-more.mdx
+++ b/src/pages/learn-more.mdx
@@ -1,73 +1,107 @@
 ---
 title: Learn More about Apache CloudStack
 ---
-        <section className="m80px">
-            <div className="container">
-                <div className="row">
-                    <div className="col">
-                        <div className="section-title text-center mb-5">Learn 
More about Apache CloudStack</div>
-                    </div>
-                </div>
-                <div className="row">
-                    <div className="col-lg-6 mb-4">
-                        <div className="apache-card bgd-blue">
-                            <div className="img-holder"><img 
src="/img/Apache%20CloudStack%20at%20a%20Glance_img.png" alt="" 
width="100%"/></div>
-                            <div className="apache-card-body">
-                                <div className="apache-card-title">Apache 
CloudStack at a Glance</div>
-                                <p>Learn more about Apache CloudStack and the 
capabilities it provides for IaaS builders</p>
-                                <a href="/files/cloudstack-at-a-glance.pdf" 
className="btn btn-primary btn-dark-blue">Download</a>
-                            </div>
-                        </div>
-                    </div>
-                    <div className="col-lg-6 mb-4">
-                        <div className="apache-card bgd-dark-blue">
-                            <div className="img-holder"><img 
src="/img/ATT-Gitops.jpg" alt="" /></div>
-                            <div className="apache-card-body">
-                              <p>
-                                <br/>
-During the annual CloudStack Collaboration Conference 2023, Alex
-Dometrius, Associate Director - Technology at AT&T, presented their
-journey with Apache CloudStack.
-                                </p>
-                                <a href="/blog/cloudstack-and-gitops-at-scale" 
className="btn btn-primary">Read more</a>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-                <div className="row">
-                    <div className="col-lg-3 mb-4">
-                        <div className="apache-card card-border">
-                            <div className="img-holder"><img 
src="/img/Delivering%20Public%20Cloud%20Services_img.png" alt="" 
width="100%"/></div>
-                            <div className="apache-card-body">
-                                <p className="blue-title">SOLUTION BRIEF</p>
-                                <div className="apache-card-title">Delivering 
Public Cloud Services with CloudStack</div>
-                                <p>Discover how to use CloudStack to provision 
public cloud services and improve your profitability</p>
-                                <a 
href="/files/acs-public-cloud-solution-brief.pdf" className="btn 
btn-primary">Download</a>
-                            </div>
-                        </div>
-                    </div>
-                    <div className="col-lg-3 mb-4">
-                         <div className="apache-card card-border">
-                            <div className="img-holder"><img 
src="/img/IKOULA_img.png" alt="" width="100%"/></div>
-                            <div className="apache-card-body">
-                                <p className="blue-title">CASE STUDY</p>
-                                <div className="apache-card-title">IKOULA - 
The cloud leader &amp; innovator in France</div>
-                                <p>IKOULA Simplifies the Management of 
Large-Scale Cloud Infrastructure with CloudStack and XCP-ng</p>
-                                <a 
href="/files/acs-case-study-ikoula-2021.pdf" className="btn 
btn-primary">Download</a>
-                            </div>
-                        </div>
-                    </div>
-                    <div className="col-lg-6 mb-4">
-                         <div className="apache-card card-border">
-                            <div className="img-holder"><img 
src="/img/Your.Online_img.png" alt="" width="100%"/></div>
-                            <div className="apache-card-body pt-0">
-                                <p className="blue-title">CASE STUDY</p>
-                                <div className="apache-card-title">Your.Online 
– A leading European online services platform</div>
-                                <p>Future-Proof Open-Source Platform Hosting 
Millions of Websites for Your.Online Powered by CloudStack, KVM and Ceph</p>
-                                <a 
href="/files/acs-case-study-your-online.pdf" className="btn 
btn-primary">Download</a>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-            </div>
-        </section>
+  <section className="m80px">
+    <div className="container">
+      <div className="row">
+       <div className="col">
+         <div className="section-title text-center mb-5">Learn More about 
Apache CloudStack</div>
+       </div>
+      </div>
+      <div className="row">
+       <div className="col-lg-6 mb-4">
+         <div className="apache-card bgd-blue">
+           <div className="img-holder"><img 
src="/img/Apache%20CloudStack%20at%20a%20Glance_img.png" alt="" 
width="100%"/></div>
+           <div className="apache-card-body">
+             <div className="apache-card-title">Apache CloudStack at a 
Glance</div>
+             <p>Learn more about Apache CloudStack and the capabilities it 
provides for IaaS builders</p>
+             <a href="/files/cloudstack-at-a-glance.pdf" className="btn 
btn-primary btn-dark-blue">Download</a>
+           </div>
+         </div>
+       </div>
+       <div className="col-lg-6 mb-4">
+         <div className="apache-card bgd-dark-blue">
+           <div className="img-holder"><img src="/img/ATT-Gitops.jpg" alt="" 
/></div>
+           <div className="apache-card-body">
+             <p>
+               <br/>
+               During the annual CloudStack Collaboration Conference 2023, Alex
+               Dometrius, Associate Director - Technology at AT&T, presented 
their
+               journey with Apache CloudStack.
+             </p>
+             <a href="/blog/cloudstack-and-gitops-at-scale" className="btn 
btn-primary">Read more</a>
+           </div>
+         </div>
+       </div>
+      </div>
+      <div className="row">
+       <div className="col-lg-3 mb-4">
+         <div className="apache-card card-border">
+           <div className="img-holder"><img 
src="/img/Delivering%20Public%20Cloud%20Services_img.png" alt="" 
width="100%"/></div>
+           <div className="apache-card-body">
+             <p className="blue-title">SOLUTION BRIEF</p>
+             <div className="apache-card-title">Delivering Public Cloud 
Services with CloudStack</div>
+             <p>Discover how to use CloudStack to provision public cloud 
services and improve your profitability</p>
+             <a href="/files/acs-public-cloud-solution-brief.pdf" 
className="btn btn-primary">Download</a>
+           </div>
+         </div>
+       </div>
+       <div className="col-lg-3 mb-4">
+         <div className="apache-card card-border">
+           <div className="img-holder"><img src="/img/IKOULA_img.png" alt="" 
width="100%"/></div>
+           <div className="apache-card-body">
+             <p className="blue-title">CASE STUDY</p>
+             <div className="apache-card-title">IKOULA - The cloud leader 
&amp; innovator in France</div>
+             <p>IKOULA Simplifies the Management of Large-Scale Cloud 
Infrastructure with CloudStack and XCP-ng</p>
+             <a href="/files/acs-case-study-ikoula-2021.pdf" className="btn 
btn-primary">Download</a>
+           </div>
+         </div>
+       </div>
+       <div className="col-lg-6 mb-4">
+         <div className="apache-card card-border">
+           <div className="img-holder"><img src="/img/Your.Online_img.png" 
alt="" width="100%"/></div>
+           <div className="apache-card-body pt-0">
+             <p className="blue-title">CASE STUDY</p>
+             <div className="apache-card-title">Your.Online – A leading 
European online services platform</div>
+             <p>Future-Proof Open-Source Platform Hosting Millions of Websites 
for Your.Online Powered by CloudStack, KVM and Ceph</p>
+             <a href="/files/acs-case-study-your-online.pdf" className="btn 
btn-primary">Download</a>
+           </div>
+         </div>
+       </div>
+      </div>
+      <div className="row">
+       <div className="col-lg-3 mb-4">
+         <div className="apache-card card-border">
+           <div className="img-holder"><img src="/img/tungsten-logo" alt="" 
width="100%"/></div>
+           <div className="apache-card-body pt-0">
+             <p className="blue-title">SOLUTION BRIEF</p>
+             <div className="apache-card-title">Tungsten Fabric</div>
+             <p>
+               Tungsten Fabric is an open-source network and security
+               orchestrator which provides secure connectivity for cloud-native
+               environments.
+             </p>
+             <a href="/files/acs-tungsten-fabric-sdn.pdf" className="btn 
btn-primary">Download</a>
+           </div>
+         </div>
+       </div>
+       <div className="col-lg-3 mb-4">
+         <div className="apache-card card-border">
+           <div className="img-holder"><img src="/img/tungsten-logo" alt="" 
width="100%"/></div>
+           <div className="apache-card-body pt-0">
+             <p className="blue-title">CASE STUDY</p>
+             <div className="apache-card-title">LifeInCloud</div>
+             <p>
+               LifeinCloud is a privately-owned, European public
+               cloud provider on a mission to make powerful cloud
+               solutions more accessible to developers and businesses
+               worldwide.  Why did life in cloud choose Apache
+               CloudStack to implement their public cloud.
+             </p>
+             <a href="/blog/why-lifeincloud-chose-cloudstack" className="btn 
btn-primary">Read More</a>
+           </div>
+         </div>
+       </div>
+      </div>
+    </div>
+  </section>
diff --git a/static/img/CloudStack_release_illustration.png 
b/static/img/CloudStack_release_illustration.png
index dc4c316fc..09554e705 100644
Binary files a/static/img/CloudStack_release_illustration.png and 
b/static/img/CloudStack_release_illustration.png differ
diff --git a/static/img/bootstrapping_k8s_capc.png 
b/static/img/bootstrapping_k8s_capc.png
new file mode 100644
index 000000000..270b4d0f8
Binary files /dev/null and b/static/img/bootstrapping_k8s_capc.png differ
diff --git a/static/img/logo-yotta.png b/static/img/logo-yotta.png
new file mode 100644
index 000000000..7b324e194
Binary files /dev/null and b/static/img/logo-yotta.png differ

Reply via email to