website/templates/section/hero.html
borntojesus d8c4f045fd fix_v1
2023-12-05 01:27:16 +02:00

14 lines
499 B
HTML

<section class="hero home-page">
<div class="container hero__container">
<div class="hero__content">
<h1 class="h1 hero__title">
{{ resource.title }}
</h1>
<p class="h1-sub hero__description">
{{ resource.description }}
</p>
{% include 'components/download-button.html' %}
</div>
<img class="hero__image" src="/images/hero/hero-image.png" alt="hero image">
</div>
</section>