update layout slightly

This commit is contained in:
Gaffen 2019-08-22 22:18:22 +01:00
parent 1a1beaa3e4
commit 42ab604d6d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</div>
<div class="col col--1-3">
<h2>Music Player</h2>
<p><em>Being a pretty standard interactive component.</em></p>
<p><em>Being an example of a more advanced, self-contained interactive component.</em></p>
{% vue { component:"RecordPlayer", props: { record: "https://hearsepileup.rip/music/last_time.mp3" } } %}
<p>Hearse Pileup: Last Time</p>
{% vue { component:"RecordPlayer", props: { record: "https://hearsepileup.rip/music/generation_y.mp3" } } %}

View File

@ -1,3 +1,3 @@
<p>
Music by <a href="https://hearsepileup.rip" target="_blank">Hearse Pileup</a>; Demo by <a href="https://gaffen.co.uk" target="_blank">Gaffen</a>
Demo by <a href="https://gaffen.co.uk" target="_blank">Gaffen</a>; Music by <a href="https://hearsepileup.rip" target="_blank">Hearse Pileup</a>
</p>