diff --git a/row-annotations.rb b/row-annotations.rb index 45566f9..7022e96 100644 --- a/row-annotations.rb +++ b/row-annotations.rb @@ -211,3 +211,32 @@ Jasnah is asexual, and currently heteroromantic. Her feelings on physical intima Click here to go back to reading the annotation EOT + + +$images = <Illustrations + +

Note that these illustrations are for Part 1 of the book.

+ +

Illustration 1

+

+Sketch from Navani's Notebook: The Fourth Bridge +
Sketch from Navani's Notebook: The Fourth Bridge
+
+

+ +

Illustration 2

+

+Sketch from Navani's Notebook: The Arnist Method +
Sketch from Navani's Notebook: The Arnist Method
+
+

+ +

Illustration 3

+

+Sketch from Shallan's Notebook: The Atrium +
Sketch from Shallan's Notebook: The Atrium
+
+

+EOT + diff --git a/row.rb b/row.rb index 4c2373e..606ce34 100644 --- a/row.rb +++ b/row.rb @@ -25,7 +25,8 @@ links = [ '10/13/read-rhythm-of-war-by-brandon-sanderson-chapter-fifteen/', '10/20/read-rhythm-of-war-by-brandon-sanderson-chapter-sixteen/', '10/27/read-rhythm-of-war-by-brandon-sanderson-chapter-seventeen/', - '11/03/read-rhythm-of-war-by-brandon-sanderson-chapter-eighteen/' + '11/03/read-rhythm-of-war-by-brandon-sanderson-chapter-eighteen/', + '11/10/read-rhythm-of-war-by-brandon-sanderson-chapter-nineteen/' ] # Automatically adds all recent chapters @@ -64,6 +65,8 @@ html = '' url = BASE + links[i - 1] end +html += $images + $annotations.each_with_index do |a, i| if a html += "

Annotations - " + links[i].split('/').last[40..] + "

"