Merge pull request #3 from jjaffeux/more-books
More books suggested by sam
@ -102,6 +102,34 @@ module DiscourseRewind
|
||||
reading_time: 12_600,
|
||||
isbn: "978-0345391803",
|
||||
},
|
||||
"The Complete works of Shakespeare" => {
|
||||
reading_time: 180_000,
|
||||
isbn: "978-1853268953",
|
||||
},
|
||||
"The Game of Thrones Series" => {
|
||||
reading_time: 360_000,
|
||||
isbn: "978-0007477159",
|
||||
},
|
||||
"Malazan Book of the Fallen" => {
|
||||
reading_time: 720_000,
|
||||
isbn: "978-0765348821",
|
||||
},
|
||||
"Terry Pratchett’s Discworld series" => {
|
||||
reading_time: 1_440_000,
|
||||
isbn: "978-9123684458",
|
||||
},
|
||||
"The Wandering Inn web series" => {
|
||||
reading_time: 2_160_000,
|
||||
isbn: "the-wandering-inn",
|
||||
},
|
||||
"The Combined Cosmere works + Wheel of Time" => {
|
||||
reading_time: 2_880_000,
|
||||
isbn: "978-0812511819",
|
||||
},
|
||||
"The Star Trek novels" => {
|
||||
reading_time: 3_600_000,
|
||||
isbn: "978-1852860691",
|
||||
},
|
||||
}.symbolize_keys
|
||||
end
|
||||
|
||||
|
BIN
public/images/books/978-0007477159.jpg
Normal file
After Width: | Height: | Size: 207 KiB |
BIN
public/images/books/978-0765348821.jpg
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
public/images/books/978-0812511819.jpg
Normal file
After Width: | Height: | Size: 179 KiB |
BIN
public/images/books/978-1852860691.jpg
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
public/images/books/978-1853268953.jpg
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
public/images/books/978-9123684458.jpg
Normal file
After Width: | Height: | Size: 227 KiB |
BIN
public/images/books/the-wandering-inn.jpg
Normal file
After Width: | Height: | Size: 141 KiB |