layout
This commit is contained in:
parent
47326e16f6
commit
a50fd5f791
8 changed files with 91 additions and 1112 deletions
55
index.html
55
index.html
|
|
@ -6,35 +6,34 @@ video_path:
|
|||
layout: default
|
||||
---
|
||||
|
||||
<div class="musiflex">
|
||||
<div id="hero">
|
||||
|
||||
<div class="pivot">
|
||||
<h2>Greetings Robot!</h2>
|
||||
<h1>Sakrecoer</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hero">
|
||||
<div class="pivot">
|
||||
<h2>Greetings Robot!</h2>
|
||||
<h1>Sakrecoer</h1>
|
||||
<h2>Stands for independent fun-loving Activism, Art &
|
||||
Music.</h2>
|
||||
</div>
|
||||
<div class="pivot">
|
||||
<h2>You are here</h2>
|
||||
<h1><a href="/about/" alt="About Sakrecoer">Where am I?</a></h1>
|
||||
</div>
|
||||
<div class="pivot">
|
||||
|
||||
<h1><a href="/music/" alt="Music of Sakrecoer">Music</a></h1>
|
||||
|
||||
</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 class="musiflex">
|
||||
<div class="trackcontainer">
|
||||
<div class="editable">
|
||||
<p>I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
||||
am funky, I deliver and <b>I was born tomorrow.</b></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="trackcontainer">
|
||||
<div class="editable">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue