inverted images

This commit is contained in:
sakrecoer 2020-08-03 00:11:11 +02:00
parent f47d111789
commit ff486e449f

View file

@ -9,14 +9,14 @@ tags:
- homepage
- free
- culture
image: /images/nebula.jpg
logo_image: /siteicon.png
nebula_image: /images/nebula.jpg
image: /siteicon.png
---
{% include relBase.html %}
<!-- Banner -->
<section
class="banner onload-image-fade-in onload-content-fade-right style5 fullscreen content-align-center image-position-center;"
style="background-image:url('{{ page.image }}');background-size:cover;background-repeat:no-repeat;background-position: center;min-height: 100vh;">
style="background-image:url('{{ relBase }}{{ page.nebula_image }}');background-size:cover;background-repeat:no-repeat;background-position: center;min-height: 100vh;">
<div
style="z-index:0;position:absolute; top:0; left:0; width:100%;min-height:100%;background-color: rgba(13, 13 ,13, 0.5);">
</div>
@ -30,7 +30,7 @@ logo_image: /siteicon.png
</div>
<div class="image">
<img src="{{ relBase }}{{ site.icon }}" alt="{{ site.title }} logo" />
<img src="{{ relBase }}{{ page.image }}" alt="{{ site.title }} logo" />
</div>
</section>