page headers for service and offering detail pages
This commit is contained in:
parent
ae2a9b773b
commit
0d0a80af70
2 changed files with 22 additions and 0 deletions
|
@ -3,6 +3,17 @@
|
||||||
{% block title %}{{ offering.service.name }} on {{ offering.cloud_provider.name }}{% endblock %}
|
{% block title %}{{ offering.service.name }} on {{ offering.cloud_provider.name }}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% 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">
|
<section class="section">
|
||||||
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
@ -3,6 +3,17 @@
|
||||||
{% block title %}Service {{ service.name }}{% endblock %}
|
{% block title %}Service {{ service.name }}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% 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">
|
<section class="section">
|
||||||
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue