Add homepage header
This commit is contained in:
parent
7499a8817d
commit
d7d778096e
524
public/images/2020-logo.svg
Normal file
524
public/images/2020-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 175 KiB |
BIN
public/images/auditorium_blur-tablet_narrow.jpg
Normal file
BIN
public/images/auditorium_blur-tablet_narrow.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
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>
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,7 @@
|
||||||
{% extends 'page.html.twig' %}
|
{% extends 'page.html.twig' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{% include 'includes/home/header.html.twig' %}
|
||||||
|
|
||||||
This is the homepage.
|
This is the homepage.
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue