Add homepage header
This commit is contained in:
parent
7499a8817d
commit
d7d778096e
5 changed files with 533 additions and 2 deletions
5
templates/includes/home/header.html.twig
Normal file
5
templates/includes/home/header.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="relative flex flex-col items-center justify-center" style="height: 700px">
|
||||
<img class="h-full w-full object-cover object-center" src="/images/auditorium_blur-tablet_narrow.jpg" alt="">
|
||||
<div class="absolute inset-0 bg-blue-600 opacity-60 z-10"></div>
|
||||
<img class="absolute h-4/6 z-10" src="/images/2020-logo.svg" alt="">
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue