few improvements here and there

This commit is contained in:
Tobias Brunner 2025-02-28 15:22:19 +01:00
parent e4228118ba
commit 9371b86470
No known key found for this signature in database
3 changed files with 8 additions and 10 deletions

View file

@ -172,10 +172,12 @@
<h2 class="section-h1 fs-40 fs-lg-60">Servala - The Cloud Native Service Hub</h2> <h2 class="section-h1 fs-40 fs-lg-60">Servala - The Cloud Native Service Hub</h2>
<div class="section-primary__desc"> <div class="section-primary__desc">
<p>Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.</p> <p>Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.</p>
<p>Discover:</p>
</div> </div>
<div> <div>
<a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0 w-100 w-md-auto" href="{% url 'services:offering_list' %}" role="button">Discover <a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0 w-100 w-md-auto" href="{% url 'services:service_list' %}" role="button">Services</a>
Services</a> <a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0 w-100 w-md-auto" href="{% url 'services:provider_list' %}" role="button">Cloud Providers</a>
<a class="btn btn-primary btn-lg mr-md-17 mb-17 mb-md-0 w-100 w-md-auto" href="{% url 'services:partner_list' %}" role="button">Consulting Partners</a>
</div> </div>
</header> </header>
</div> </div>

View file

@ -5,13 +5,9 @@
{% block content %} {% block content %}
<section class="section bg-primary-subtle"> <section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60"> <div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<div class="row align-items-center"> <header class="section-primary__header text-center">
<div class="col"> <h2 class="section-h1 fs-40 fs-lg-64 mb-24">Consulting Partner</h2>
<header class="section-primary__header"> </header>
<h2 class="section-h1 fs-40 fs-lg-64 mb-14">Servala Consulting Partner</h2>
</header>
</div>
</div>
</div> </div>
</section> </section>

View file

@ -7,7 +7,7 @@
<section class="section bg-primary-subtle"> <section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60"> <div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center"> <header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Discover Services</h2> <h2 class="section-h1 fs-40 fs-lg-64 mb-24">Services</h2>
<div class="text-gray-300 w-lg-37 mx-auto"> <div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">Explore all available Services on Servala, with new ones added regularly.</p> <p class="mb-0">Explore all available Services on Servala, with new ones added regularly.</p>
</div> </div>