moving things arround
This commit is contained in:
parent
ffc81e8be7
commit
2208b0af0c
11
index.html
11
index.html
|
@ -5,27 +5,22 @@ image:
|
||||||
video_path:
|
video_path:
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
<div id="hero">
|
||||||
<div id="a">
|
|
||||||
<h1>GREETINGS<br />ROBOT!</h1>
|
<h1>GREETINGS<br />ROBOT!</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="ab"></div>
|
<div>
|
||||||
|
|
||||||
<div id="abc">
|
|
||||||
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art<br />&
|
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art<br />&
|
||||||
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
||||||
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for post in site.categories.blog offset: 0 limit: 1 %}
|
{% for post in site.categories.blog offset: 0 limit: 1 %}
|
||||||
<div id="abcd">
|
<div>
|
||||||
{{ post.content | strip_html | truncatewords: 250 }}
|
{{ post.content | strip_html | truncatewords: 250 }}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<div id="abcde"></div>
|
|
||||||
<div id="abcdef"></div>
|
|
||||||
<button id="video_pause">Pause<br />Video</button>
|
<button id="video_pause">Pause<br />Video</button>
|
||||||
|
|
||||||
<video autoplay loop poster="{{ site.baseurl }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
<video autoplay loop poster="{{ site.baseurl }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
||||||
|
|
Loading…
Reference in a new issue