individual page titles
This commit is contained in:
parent
6320ea3855
commit
377751a6e7
14 changed files with 28 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Servala - The Cloud Native Services Hub</title>
|
||||
<title>Servala - {% block title %}{% endblock %}</title>
|
||||
<link rel="icon" type="image/x-icon" href="{% static "img/favicon.ico" %}">
|
||||
|
||||
<link rel="stylesheet" href='{% static "css/bootstrap-icons.min.css" %}'>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{% extends 'services/base.html' %}
|
||||
{% load form_tags %}
|
||||
|
||||
{% block title %}Contact Us{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container py-5">
|
||||
<div class="row justify-content-center">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}Thanks{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container py-5">
|
||||
<div class="row justify-content-center">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{% extends 'services/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}The Cloud Native Services Hub{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section section-hero bg-primary-subtle">
|
||||
<div class="section-wrapper container mx-auto position-relative">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{% extends 'services/base.html' %}
|
||||
{% load form_tags %}
|
||||
|
||||
{% block title %}Contact Us{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}{{ offering.service.name }} on {{ offering.cloud_provider.name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}Service Offerings{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section bg-primary-subtle">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}Consulting Partner {{ partner.name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section bg-primary-subtle">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
|
||||
|
@ -12,6 +14,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
||||
<div class="row">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}Consulting Partners{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section bg-primary-subtle">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}Service Provider {{ 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">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}Service Providers{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section bg-primary-subtle">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}Service {{ service.name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{% extends 'services/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Services{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section bg-primary-subtle">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'services/base.html' %}
|
||||
|
||||
{% block title %}Thanks{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="section">
|
||||
<div class="container mx-auto px-20 px-lg-0 pt-80 pb-60">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue