Add homepage header

This commit is contained in:
Oliver Davies 2020-12-27 03:32:00 +00:00
parent 7499a8817d
commit d7d778096e
5 changed files with 533 additions and 2 deletions

View 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>