mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 14:56:09 +00:00
* Update: Merchant page and images * Update: Blog hero image * Update: Team hero image / content * Update: Blog content and images * Update: Start-page copy, images and featured merchants / blog posts * Update: Add remaining merchants / images (requires styling) * Update: Footer * Add: Terms of use page and translations
23 lines
735 B
HTML
23 lines
735 B
HTML
<div class="hero hero--team" id="hero">
|
|
<div class="hero__background">
|
|
<img src="{{ base }}/assets/img/hero/team.jpg" alt="" class="hero__background-image">
|
|
</div>
|
|
|
|
<!-- Navigation -->
|
|
{% include nav-desktop.html %}
|
|
|
|
<!-- Hero content -->
|
|
<div class="hero__content">
|
|
<h1 class="hero__title">{% t pages.team.title %}</h1>
|
|
<p class="hero__lead">{% t pages.team.description %}</p>
|
|
|
|
<div class="hero__buttons">
|
|
|
|
<a href="{% t pages.team.core-proposal-link %}" class="btn-white-solid">{% t pages.team.core-proposal-btn %}</a>
|
|
<a href="{% t pages.team.core-approval-link %}" class="btn-white-solid">{% t pages.team.core-approval-btn %}</a>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- Hero stripe -->
|
|
<div class="hero__stripe"></div>
|
|
</div>
|