final tempo
This commit is contained in:
parent
f41d81eec0
commit
92300e142d
3 changed files with 26 additions and 18 deletions
38
index.html
38
index.html
|
|
@ -8,28 +8,32 @@ layout: default
|
|||
|
||||
<div class="musiflex">
|
||||
<div id="hero">
|
||||
<div class="editable">
|
||||
<h1>Greetings Robot!</h1>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
<h1>Greetings Robot!</h1>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="trackcontainer">
|
||||
<a href="{{ track.url }}">
|
||||
<div class="track" style="background-image:url({{ site.audio_url }}{{ track.image }});"></div>
|
||||
<h3>track.title </h3>
|
||||
</a>
|
||||
<p>{{ track.keywords }}</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="musiflex">
|
||||
<div class="trackcontainer">
|
||||
<div class="editable">
|
||||
|
||||
|
||||
<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>
|
||||
</div>
|
||||
|
||||
{% for track in site.tracks reversed %}
|
||||
<div class="trackcontainer">
|
||||
<a href="{{ track.url }}">
|
||||
<div class="track" style="background-image:url({{ site.audio_url }}{{ track.image }});"></div>
|
||||
<h3>{{ track.title }}</h3>
|
||||
</a>
|
||||
<p>{{ track.keywords }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue