This commit is contained in:
Set Sakrecoer 2019-06-18 13:55:11 +02:00
parent 2f55324209
commit 9f5f8beef7
4 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<!-- BEGIN hero.html -->
<div id="banner" style={% if page.url == "/" %}"height:100%"{% else %}"height:30%"{% endif %}>
<div id="banner" style={% if page.url == "/" %}"height:100%"{% else %}"height:30%; background-image:url('{{ page.image }}');background-size:cover;background-position:center;"{% endif %}>
<div>
<a href="{{ site.baseurl }}/" class="nodecoration"><img

View file

@ -1,12 +1,16 @@
---
---
<!DOCTYPE html>
<html>
<head>
{% include metahead.html %}
</head>
<body id=>
<body>
<canvas style="display:none" id="canvas" width="285" height="285"></canvas>
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
{% include rightnow.html %}
{% include editor-open-closebutton.html %}
{% include hero.html %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After