Add chapter 19

This commit is contained in:
Nemo 2020-11-10 20:19:44 +05:30
parent 124b5aef18
commit 9b2cf3feff
2 changed files with 33 additions and 1 deletions

View File

@ -211,3 +211,32 @@ Jasnah is asexual, and currently heteroromantic. Her feelings on physical intima
<a href="#jasnahspoilerreturn">Click here to go back to reading the annotation</a>
EOT
$images = <<EOT
<h1 id="illustrations">Illustrations</h1>
<p>Note that these illustrations are for Part 1 of the book.</p>
<h2>Illustration 1</h2>
<p><figure>
<img src="https://www.17thshard.com/forum/uploads/monthly_2020_11/5fa8c8182f0d8_Screenshot2020-11-09at04_34_59.png.bff6d91cfbdb0fc6f5d0b8760b82dd34.png" alt="Sketch from Navani's Notebook: The Fourth Bridge">
<figcaption>Sketch from Navani's Notebook: The Fourth Bridge</figcaption>
</figure>
</p>
<h2>Illustration 2</h2>
<p><figure>
<img src="https://www.17thshard.com/forum/uploads/monthly_2020_11/5fa8c82234b92_Screenshot2020-11-09at04_35_28.png.5407ea8837260facc3a36b7eb9442e56.png" alt="Sketch from Navani's Notebook: The Arnist Method">
<figcaption>Sketch from Navani's Notebook: The Arnist Method</figcaption>
</figure>
</p>
<h2>Illustration 3</h2>
<p><figure>
<img src="https://www.17thshard.com/forum/uploads/monthly_2020_11/5fa8c7ac2d020_Screenshot2020-11-09at04_34_33.png.dfab9f8de252466659c25db72d835cf5.png" alt="Sketch from Shallan's Notebook: The Atrium">
<figcaption>Sketch from Shallan's Notebook: The Atrium</figcaption>
</figure>
</p>
EOT

5
row.rb
View File

@ -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 += "<h1 id='annotation-#{i}'>Annotations - " + links[i].split('/').last[40..] + "</h1>"