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:
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div id="a">
|
||||
<div id="hero">
|
||||
<h1>GREETINGS<br />ROBOT!</h1>
|
||||
</div>
|
||||
|
||||
<div id="ab"></div>
|
||||
|
||||
<div id="abc">
|
||||
<div>
|
||||
<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
|
||||
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
||||
</div>
|
||||
|
||||
{% for post in site.categories.blog offset: 0 limit: 1 %}
|
||||
<div id="abcd">
|
||||
<div>
|
||||
{{ post.content | strip_html | truncatewords: 250 }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
<div id="abcde"></div>
|
||||
<div id="abcdef"></div>
|
||||
<button id="video_pause">Pause<br />Video</button>
|
||||
|
||||
<video autoplay loop poster="{{ site.baseurl }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
||||
|
|
Loading…
Reference in a new issue