emphasize the openness

This commit is contained in:
Tobias Brunner 2025-03-04 21:21:42 +01:00
parent d81e76e8ab
commit ac75e964cb
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{% extends 'services/base.html' %} {% extends 'services/base.html' %}
{% load static %} {% load static %}
{% block title %}The Cloud Native Services Hub{% endblock %} {% block title %}Open Cloud Native Services Hub{% endblock %}
{% block content %} {% block content %}
<section class="section section-hero bg-primary-subtle"> <section class="section section-hero bg-primary-subtle">
@ -9,7 +9,7 @@
<div class="section-hero-mask"></div> <div class="section-hero-mask"></div>
<div class="px-3 px-lg-0 pt-80 pb-120 position-relative"> <div class="px-3 px-lg-0 pt-80 pb-120 position-relative">
<header class="section-hero__header"> <header class="section-hero__header">
<h1 class="section-h1 fs-40 fs-lg-64">Servala - The Cloud Native Service Hub</h1> <h1 class="section-h1 fs-40 fs-lg-64">Servala - Open Cloud Native Service Hub</h1>
<div class="section-hero__desc"> <div class="section-hero__desc">
<p>Unlock the Power of Cloud Native Applications.</p> <p>Unlock the Power of Cloud Native Applications.</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>Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.</p>
@ -169,7 +169,7 @@
</div> </div>
<div class="col-12 col-lg-8"> <div class="col-12 col-lg-8">
<header class="section-primary__header"> <header class="section-primary__header">
<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 - Open 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> <p>Discover:</p>

View file

@ -47,7 +47,7 @@ def json_ld_structured_data(context):
data = { data = {
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "WebSite", "@type": "WebSite",
"name": "Servala - The Cloud Native Service Hub", "name": "Servala - Open Cloud Native Service Hub",
"url": base_url, "url": base_url,
"description": "Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.", "description": "Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.",
"potentialAction": { "potentialAction": {