summaryrefslogtreecommitdiff
path: root/static/poems.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/poems.js')
-rw-r--r--static/poems.js52
1 files changed, 26 insertions, 26 deletions
diff --git a/static/poems.js b/static/poems.js
index fd5d0bd..89e8701 100644
--- a/static/poems.js
+++ b/static/poems.js
@@ -1,31 +1,5 @@
var challenges = [
{
- "line": [["In", "/fin", "ite"], ["/wrath"], ["and"], ["/in", "fin", "/ite"], ["des", "/pair"]],
- "title": "Book IV",
- "collection": "Paradise Lost",
- "author": "John Milton",
- "meter": "iambic pentameter",
- "ctx": `Me miserable! which way shall I flie
-Infinite wrauth, and infinite despaire?
-Which way I flie is Hell; my self am Hell;
-And in the lowest deep a lower deep
-Still threatning to devour me opens wide,
-To which the Hell I suffer seems a Heav'n.`,
- "link": "https://milton.host.dartmouth.edu/reading_room/pl/book_4/text.shtml",
- },
- {
- "line": [["For"], ["the"], ["/An", "gel"], ["of"], ["/Death"], ["spread"], ["his"], ["/wings"], ["on"], ["the"], ["/blast"]],
- "title": "The Destruction of Sennacherib",
- "collection": "Hebrew Melodies",
- "author": "Lord Byron",
- "meter": "anapestic tetrameter",
- "ctx": `For the Angel of Death spread his wings on the blast,
-And breathed in the face of the foe as he passed;
-And the eyes of the sleepers waxed deadly and chill,
-And their hearts but once heaved, and for ever grew still!`,
- "link": "https://www.poetryfoundation.org/poems/43827/the-destruction-of-sennacherib",
- },
- {
"line": [["A"], ["/pre", "sence"], ["/that"], ["dis", "/turbs"], ["me"], ["/with"], ["the"], ["/joy"]],
"title": "Lines written a few miles above Tintern Abbey",
"collection": "Lyrical Ballads",
@@ -43,4 +17,30 @@ All thinking things, all objects of all thought,
And rolls through all things.`,
"link": "https://www.gutenberg.org/files/9622/9622-h/9622-h.htm#poem23",
},
+ {
+ "line": [["For"], ["the"], ["/An", "gel"], ["of"], ["/Death"], ["spread"], ["his"], ["/wings"], ["on"], ["the"], ["/blast"]],
+ "title": "The Destruction of Sennacherib",
+ "collection": "Hebrew Melodies",
+ "author": "Lord Byron",
+ "meter": "anapestic tetrameter",
+ "ctx": `For the Angel of Death spread his wings on the blast,
+And breathed in the face of the foe as he passed;
+And the eyes of the sleepers waxed deadly and chill,
+And their hearts but once heaved, and for ever grew still!`,
+ "link": "https://www.poetryfoundation.org/poems/43827/the-destruction-of-sennacherib",
+ },
+ {
+ "line": [["In", "/fin", "ite"], ["/wrath"], ["and"], ["/in", "fin", "/ite"], ["des", "/pair"]],
+ "title": "Book IV",
+ "collection": "Paradise Lost",
+ "author": "John Milton",
+ "meter": "iambic pentameter",
+ "ctx": `Me miserable! which way shall I flie
+Infinite wrauth, and infinite despaire?
+Which way I flie is Hell; my self am Hell;
+And in the lowest deep a lower deep
+Still threatning to devour me opens wide,
+To which the Hell I suffer seems a Heav'n.`,
+ "link": "https://milton.host.dartmouth.edu/reading_room/pl/book_4/text.shtml",
+ },
]