mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
19 lines
531 B
HTML
19 lines
531 B
HTML
<div class="hero hero--blog" id="hero">
|
|
<div class="hero__background">
|
|
{% if pages.blog.hero-image %}
|
|
<img src="{{ base }}/assets/img/hero/{% t pages.blog.hero-image %}" alt="" class="hero__background-image">
|
|
{% endif %}
|
|
</div>
|
|
|
|
<!-- Navigation -->
|
|
{% include nav-desktop.html %}
|
|
|
|
<!-- Hero content -->
|
|
<div class="hero__content">
|
|
<h1 class="hero__title">{% t pages.blog.title %}</h1>
|
|
<p class="hero__lead">{% t pages.blog.description %}</p>
|
|
</div>
|
|
|
|
<!-- Hero stripe -->
|
|
<div class="hero__stripe"></div>
|
|
</div>
|