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.
17 lines
696 B
17 lines
696 B
<div class="hero--wrapper"> |
|
<div class="hero-section" |
|
style="background:url(/themes/custom/olivesbooks/images/bookshelf.webp) 50% no-repeat;background-position:top; background-size: cover;"> |
|
<div class="logo-wrapper"> |
|
<figure class="logo--olivesbooks"> |
|
<h1 class="site-branding__name"> |
|
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ drupal_config('system.site', 'name') |
|
}}</a> |
|
</h1> |
|
<h2 class="site-branding__slogan"> |
|
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ drupal_config('system.site', 'slogan') |
|
}}</a> |
|
</h2> |
|
</figure> |
|
</div> |
|
</div> |
|
</div>
|
|
|