You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
688 B
23 lines
688 B
<div class="hero--wrapper"> |
|
<div class="hero-section" |
|
style="background:url(/themes/custom/olivesbooks/images/bookshelf.webp) 50% no-repeat;background-size: cover;"> |
|
<div class="logo-wrapper"> |
|
<figure class="logo--olivesbooks"> |
|
|
|
|
|
{% if site_name %} |
|
<h1 class="site-branding__name"> |
|
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ site_name }}</a> |
|
</h1> |
|
<h2 class="site-branding__slogan"> |
|
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ site_slogan }}</a> |
|
</h2> |
|
{% endif %} |
|
|
|
|
|
<h1>Test</h1> |
|
<h2>1234</h2> |
|
</figure> |
|
</div> |
|
</div> |
|
</div>
|
|
|