inverted images
This commit is contained in:
parent
f47d111789
commit
ff486e449f
|
@ -9,14 +9,14 @@ tags:
|
||||||
- homepage
|
- homepage
|
||||||
- free
|
- free
|
||||||
- culture
|
- culture
|
||||||
image: /images/nebula.jpg
|
nebula_image: /images/nebula.jpg
|
||||||
logo_image: /siteicon.png
|
image: /siteicon.png
|
||||||
---
|
---
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style5 fullscreen content-align-center image-position-center;"
|
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
|
<div
|
||||||
style="z-index:0;position:absolute; top:0; left:0; width:100%;min-height:100%;background-color: rgba(13, 13 ,13, 0.5);">
|
style="z-index:0;position:absolute; top:0; left:0; width:100%;min-height:100%;background-color: rgba(13, 13 ,13, 0.5);">
|
||||||
</div>
|
</div>
|
||||||
|
@ -30,7 +30,7 @@ logo_image: /siteicon.png
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="{{ relBase }}{{ site.icon }}" alt="{{ site.title }} logo" />
|
<img src="{{ relBase }}{{ page.image }}" alt="{{ site.title }} logo" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue