-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (28 loc) · 1.06 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>(telescopic) poems by raluca</title>
<script src="https://unpkg.com/telescopic-text/lib/index.js"></script>
<link
href="https://unpkg.com/telescopic-text/lib/index.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<ul>
<li><a id="link" title="firefighter"
href="#" onclick="renderPoem('firefighter');return false;">firefighter</a></li>
<li><a id="link" title="the full experience" href="#" onclick="renderPoem('thefullexperience'); return false; ">the full experience</a></li>
<li><a id="link" title="to make a home" href="#" onclick="renderPoem('tomakeahome'); return false;">to make a home</a></li>
</ul>
<div id="telescopicPoem"> choose a poem (best read on desktop) </div>
<div id="titlePoem"></div>
</div>
<div class="footer">
<p>by raluca ~ <a href="https://warpcast.com/raluca">i'm on farcaster</a></p>
</div>
</body>
</html>