mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
added variable for sorting out all types of promo content
This commit is contained in:
parent
a1e8deecc0
commit
60e3ec20a8
16 changed files with 90 additions and 15 deletions
|
@ -14,13 +14,16 @@
|
|||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.graphics.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.graphics.hero-text %}</p>
|
||||
<p class="hero__lead">
|
||||
{% t pages.graphics.licence %}
|
||||
<a href="{% t pages.graphics.licence-link %}">{% t pages.graphics.licence-link-text %}</a>
|
||||
</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-7">
|
||||
<h1 class="hero__title">{% t pages.graphics.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.graphics.hero-text %}</p>
|
||||
<p class="hero__lead">
|
||||
{% t pages.graphics.licence %}
|
||||
<a href="{% t pages.graphics.licence-link %}">{% t pages.graphics.licence-link-text %}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue