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 d8ef678bc Makeup banners and case-study layout in cloud-builders (#338) d8ef678bc is described below commit d8ef678bc8f06a8ba9af57f99eab41939ea7fdd5 Author: dahn <daan.hoogl...@shapeblue.com> AuthorDate: Wed Jul 2 10:38:02 2025 +0200 Makeup banners and case-study layout in cloud-builders (#338) --- src/css/custom.css | 1 + src/pages/learn-more.mdx | 19 ++++++++++++------- static/img/CloudStack_release_illustration.png | Bin 803471 -> 783860 bytes static/img/LifeInCloud-banner.png | Bin 0 -> 778372 bytes static/img/TF-integration-banner.png | Bin 0 -> 1529196 bytes 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 9f4574d79..9040714fb 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -398,6 +398,7 @@ footer { margin-left: 10px; margin-right: 10px; min-height: 375px; + height:100%; } .card-border { border: 1px solid #2AA5DC40; diff --git a/src/pages/learn-more.mdx b/src/pages/learn-more.mdx index e52c495f4..13f603539 100644 --- a/src/pages/learn-more.mdx +++ b/src/pages/learn-more.mdx @@ -70,24 +70,27 @@ title: Learn More about Apache CloudStack </div> </div> <div className="row"> - <div className="col-lg-3 mb-4"> + <div className="col-lg-6 mb-4"> <div className="apache-card card-border"> - <div className="img-holder"><img src="/img/tungsten-logo" alt="" width="100%"/></div> + <div className="img-holder"><img src="/img/TF-integration-banner.png" 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. + Tungsten Fabric is an open-source software defined + network and security orchestrator which provides + secure connectivity for cloud-native + environments. This allows decoupling the control plane + from the data plane, enabling programmatic, + dynamic control over the networking. </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="col-lg-6 mb-4"> <div className="apache-card card-border"> - <div className="img-holder"><img src="/img/tungsten-logo" alt="" width="100%"/></div> + <div className="img-holder"><img src="/img/LifeInCloud-banner.png" 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> @@ -103,5 +106,7 @@ title: Learn More about Apache CloudStack </div> </div> </div> + <div className="row"> + </div> </div> </section> diff --git a/static/img/CloudStack_release_illustration.png b/static/img/CloudStack_release_illustration.png index 09554e705..ba082af0d 100644 Binary files a/static/img/CloudStack_release_illustration.png and b/static/img/CloudStack_release_illustration.png differ diff --git a/static/img/LifeInCloud-banner.png b/static/img/LifeInCloud-banner.png new file mode 100644 index 000000000..9bdfaae01 Binary files /dev/null and b/static/img/LifeInCloud-banner.png differ diff --git a/static/img/TF-integration-banner.png b/static/img/TF-integration-banner.png new file mode 100644 index 000000000..28e8612e2 Binary files /dev/null and b/static/img/TF-integration-banner.png differ