-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheavenlyremixes.php
68 lines (61 loc) · 2.18 KB
/
heavenlyremixes.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<title>Heavenly Remixes</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="https://jgregorymcverry.com/css/crossfade.css">
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
</head>
<body class="h-entry">
<div style="display:none">
<h2 class="p-name">
Heavenly Remixes
</h2>
<a class="u-author h-card" href="https://jgregorymcverry.com">
<img class="u-photo" src="https://jgregorymcverry.com/photos/assets/thumb.jpg" alt=""><br />jgmac1106</a><br />
<p>Published on <time class="dt-published" datetime="2020-02-23 08:44:20">23<sup>rd</sup> February 2020</time></p>
<p class="p-summary">A #poetryport gift poem for all the songs that go unsung. Even the lonliest sound is a star. Another poem inspired by #alastairreynolds who writes hard science with poetic solar flares.</p>
</div>
<div class="e-content">
<div id="darkstar">
<!-- Goal is to have each div fade in and out on the 3 second counter-->
<div class="crashes">
<p class="myjam">All stars sing<br />
remixing<br />
the first<br />
beat</p>
</div>
<div class="pouring">
<p class="myjam">outer layers <br />
belting tunes<br />
in heaven's lonely embrace</p>
</div>
<div class="light">
<p class="myjam">Rhythms arise<br />
spun on quantum tectronics<br />
needle oscilliating<br />
from the core</p>
</div>
<div class="intoAshes">
<p class="myjam">As the galaxies<br />
dance to their<br /></p>
</div>
<div class="ReasonTatters">
<p class="myjam">own rhythm
</p>
</div>
<div class="ForcesTear">
<p class="myjam">as we whistle </p>
</div>
<div class="LooseFromAxis">
<p class="myjam">to the same tune</p>
</div>
</div>
</div>
<div id="webmentions"></div>
</body>
</html>