add links to products vshn to about page

This commit is contained in:
Tobias Brunner 2025-03-17 12:11:44 +01:00
parent 39236b45eb
commit 1cfd5a57d7
No known key found for this signature in database

View file

@ -33,7 +33,7 @@
</div> </div>
<div class="page-action"> <div class="page-action">
<a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-0 w-100 w-md-auto" href="{% static "servala-flyer.pdf" %}" role="button">Download Flyer</a> <a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-0 w-100 w-md-auto" href="{% static "servala-flyer.pdf" %}" role="button">Download Flyer</a>
<a class="btn btn-outline btn-lg w-100 w-md-auto" href="{% url 'services:service_list' %}" role="button">Discover Services</a> <a class="btn btn-outline btn-lg w-100 w-md-auto" href="https://products.vshn.ch/servala/index.html" target="_blank" role="button">Learn More</a>
</div> </div>
</div> </div>
<div class="w-lg-30"> <div class="w-lg-30">
@ -47,31 +47,43 @@
<h2 class="fs-32 fw-semibold mt-3">Who benefits from using Servala?</h2> <h2 class="fs-32 fw-semibold mt-3">Who benefits from using Servala?</h2>
<div class="text-gray-500 fs-19 lh-1-7"> <div class="text-gray-500 fs-19 lh-1-7">
<p>Servala is designed for Software Vendors, Cloud Providers and Enterprises and their users, enabling them to offer, integrate, and consume cloud-native services and applications and DevOps tools with ease.</p> <p>Servala is designed for Software Vendors, Cloud Providers and Enterprises and their users, enabling them to offer, integrate, and consume cloud-native services and applications and DevOps tools with ease.</p>
<p>For <strong>Software Vendors</strong>, Servala provides a powerful channel to distribute, monetize, and operate their software as managed services. <strong>Cloud Providers</strong> can extend their core infrastructure offerings with value-added services. <strong>Enterprise Private Clouds</strong> gain seamless access to trusted services and applications while maintaining full control over security and compliance - all within an open and agnostic ecosystem.</p> <p>For <a href="https://products.vshn.ch/servala/isv.html" target="_blank"><strong>Software Vendors</strong></a>, Servala provides a powerful channel to distribute, monetize, and operate their software as managed services.
<a href="https://products.vshn.ch/servala/csp.html" target="_blank"><strong>Cloud Providers</strong></a> can extend their core infrastructure offerings with value-added services.
<a href="https://products.vshn.ch/servala/enterprise.html" target="_blank"><strong>Enterprise Private Clouds</strong></a> gain seamless access to trusted services and applications while maintaining full control over security and compliance - all within an open and agnostic ecosystem.
</p>
</div> </div>
<article class="pt-20"> <article class="pt-5">
<h3 class="fs-24 fw-semibold">Software Vendors</h3> <h3 class="fs-24 fw-semibold">Software Vendors</h3>
<ul class="list-disc pl-8 text-gray-500 fs-19"> <ul class="list-disc pl-8 text-gray-500 fs-19">
<li>Transform software into SaaS offerings.</li> <li>Transform software into SaaS offerings.</li>
<li>Reach new markets and ecosystems through our existing partner network.</li> <li>Reach new markets and ecosystems through our existing partner network.</li>
<li>Streamline operations and monetization.</li> <li>Streamline operations and monetization.</li>
</ul> </ul>
<div class="page-action">
<a class="btn btn-primary mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-17 w-100 w-md-auto" href="https://products.vshn.ch/servala/isv.html" target="_blank" role="button">Learn More</a>
</div>
</article> </article>
<article class="pt-20"> <article class="pt-5">
<h3 class="fs-24 fw-semibold">Cloud Providers</h3> <h3 class="fs-24 fw-semibold">Cloud Providers</h3>
<ul class="list-disc pl-8 text-gray-500 fs-19"> <ul class="list-disc pl-8 text-gray-500 fs-19">
<li>Offer value-added services and applications to customers.</li> <li>Offer value-added services and applications to customers.</li>
<li>Enhance operational efficiency and market reach.</li> <li>Enhance operational efficiency and market reach.</li>
<li>Keep pace with fast-changing industry demands.</li> <li>Keep pace with fast-changing industry demands.</li>
</ul> </ul>
<div class="page-action">
<a class="btn btn-primary mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-17 w-100 w-md-auto" href="https://products.vshn.ch/servala/csp.html" target="_blank" role="button">Learn More</a>
</div>
</article> </article>
<article class="pt-20"> <article class="pt-5">
<h3 class="fs-24 fw-semibold">Enterprise Private Clouds</h3> <h3 class="fs-24 fw-semibold">Enterprise Private Clouds</h3>
<ul class="list-disc pl-8 text-gray-500 fs-19"> <ul class="list-disc pl-8 text-gray-500 fs-19">
<li>Access scalable, secure, and cost-efficient services.</li> <li>Access scalable, secure, and cost-efficient services.</li>
<li>Enable self-service installation of trusted applications without managing infrastructure.</li> <li>Enable self-service installation of trusted applications without managing infrastructure.</li>
<li>Ensure compliance, boost developer productivity, and simplify operations.</li> <li>Ensure compliance, boost developer productivity, and simplify operations.</li>
</ul> </ul>
<div class="page-action">
<a class="btn btn-primary mr-md-17 mb-17 mb-md-0px mb-lg-17 mb-xl-17 w-100 w-md-auto" href="https://products.vshn.ch/servala/enterprise.html" target="_blank" role="button">Learn More</a>
</div>
</article> </article>
</div> </div>