images
This commit is contained in:
parent
2f55324209
commit
9f5f8beef7
4 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<!-- BEGIN hero.html -->
|
<!-- 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>
|
<div>
|
||||||
<a href="{{ site.baseurl }}/" class="nodecoration"><img
|
<a href="{{ site.baseurl }}/" class="nodecoration"><img
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,16 @@
|
||||||
|
---
|
||||||
|
---
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
</head>
|
</head>
|
||||||
<body id=>
|
<body>
|
||||||
|
|
||||||
<canvas style="display:none" id="canvas" width="285" height="285"></canvas>
|
<canvas style="display:none" id="canvas" width="285" height="285"></canvas>
|
||||||
<canvas style="display:none" id="canvas3" width="570" height="570"></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>
|
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
|
||||||
|
|
||||||
{% include rightnow.html %}
|
{% include rightnow.html %}
|
||||||
{% include editor-open-closebutton.html %}
|
{% include editor-open-closebutton.html %}
|
||||||
{% include hero.html %}
|
{% include hero.html %}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Add table
Add a link
Reference in a new issue