page headers for service and offering detail pages

This commit is contained in:
Tobias Brunner 2025-03-03 09:21:54 +01:00
parent ae2a9b773b
commit 0d0a80af70
No known key found for this signature in database
2 changed files with 22 additions and 0 deletions

View file

@ -3,6 +3,17 @@
{% block title %}{{ offering.service.name }} on {{ offering.cloud_provider.name }}{% endblock %}
{% block content %}
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Service Offering</h2>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">{{ offering.service.name }} on {{ offering.cloud_provider.name }}</p>
</div>
</header>
</div>
</section>
<section class="section">
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
<div class="row">

View file

@ -3,6 +3,17 @@
{% block title %}Service {{ service.name }}{% endblock %}
{% block content %}
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Service Details</h2>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">{{ service.name }}</p>
</div>
</header>
</div>
</section>
<section class="section">
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
<div class="row">