new: text toggle, 'now' threading, 'now' post
This commit is contained in:
parent
43676e78b9
commit
cec413de5e
8 changed files with 147 additions and 29 deletions
85
now.html
85
now.html
|
@ -6,6 +6,7 @@
|
|||
<meta name="tdm-reservation" content="1" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="stylesheet" href="now.css" />
|
||||
<script src="res/asset-js-audio.js"></script>
|
||||
|
||||
<link
|
||||
rel="icon"
|
||||
|
@ -136,18 +137,82 @@
|
|||
</aside>
|
||||
|
||||
<main id="main">
|
||||
<section class="now">
|
||||
<hgroup>
|
||||
<h1>'Chest'</h1>
|
||||
<h2>A Preview</h2>
|
||||
<h3>2025-02-28T10:30Z</h3>
|
||||
</hgroup>
|
||||
<p>
|
||||
<section class="thread">
|
||||
<div class="now">
|
||||
<hgroup>
|
||||
<h1>'Chest'</h1>
|
||||
<h2>A Preview</h2>
|
||||
<h3>2025-02-28T10:30Z</h3>
|
||||
</hgroup>
|
||||
<audio preload="none" controls="">
|
||||
<source src="res/prvw-mus-2025-02-28-Chest.ogg" type="audio/ogg" />
|
||||
<source src="res/prvw-mus-2025-02-28-Chest.mp3" type="audio/mp3" />
|
||||
<source src="res/prvw-mus-2025-02-28-chest.ogg" type="audio/ogg" />
|
||||
<source src="res/prvw-mus-2025-02-28-chest.mp3" type="audio/mp3" />
|
||||
</audio>
|
||||
</p>
|
||||
<button
|
||||
type="button"
|
||||
onclick="blockToggle('chest-20250228T1030Z-000')"
|
||||
>
|
||||
Toggle Lyrics
|
||||
</button>
|
||||
<p class="lyrics" id="chest-20250228T1030Z-000">
|
||||
Take it you were the one with the weapon, <br />
|
||||
push a hole through my head and send me to heaven
|
||||
<br /><br />
|
||||
I don't think I recognise the person you think I am
|
||||
<br /><br />
|
||||
Tell them lies in your head that make me seem like someone else
|
||||
<br /><br />
|
||||
To be honest I just want to rest my head on your chest
|
||||
</p>
|
||||
</div>
|
||||
<ul class="thread-update">
|
||||
<li>
|
||||
<hgroup>
|
||||
<h1>'Chest' Update</h1>
|
||||
<h2>With new but <em>non-final</em> lyrics</h2>
|
||||
<h3>2025-03-02T11:30Z</h3>
|
||||
</hgroup>
|
||||
<audio preload="none" controls="">
|
||||
<source
|
||||
src="res/prvw-mus-2025-03-02-chest.ogg"
|
||||
type="audio/ogg"
|
||||
/>
|
||||
<source
|
||||
src="res/prvw-mus-2025-03-02-chest.mp3"
|
||||
type="audio/mp3"
|
||||
/>
|
||||
</audio>
|
||||
<button
|
||||
type="button"
|
||||
onclick="blockToggle('chest-20250228T1030Z-001')"
|
||||
>
|
||||
Toggle Lyrics
|
||||
</button>
|
||||
<p class="lyrics" id="chest-20250228T1030Z-001">
|
||||
I - take - it - you were the one with the weapon
|
||||
<br /><br />
|
||||
You pressed a hole through my cortex, couldn't take any more of
|
||||
this <br />
|
||||
And I swear my ribs were choking my lungs, all pointed inward
|
||||
<br />
|
||||
 (With the weapon)
|
||||
<br /><br />
|
||||
Take it you were the one with the weapon, didn't recognise me, who
|
||||
you thought I was <br />And I rest my head on your chest <br />
|
||||
 (Take it you were the one with the weapon)
|
||||
<br /><br />
|
||||
Girl, why are you so eager to be shooting at people <br />
|
||||
Don't you know I need you <br />
|
||||
Does that not keep you <br />
|
||||
Do we not mean any to you?
|
||||
<br /><br />
|
||||
You pressed - a hole - through - me
|
||||
<br /><br />
|
||||
(I feel so lost without you, lost without you) <br />
|
||||
(I feel so lost without you, lost without you)
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="now">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue