2014-03-25 23:41:56 +01:00
<!DOCTYPE html>
2023-07-18 21:21:16 +02:00
< html lang = "de" >
2021-03-19 20:40:08 +01:00
< head >
< meta charset = "utf-8" / >
< title > okoyono.de -- Buch des Monats< / title >
< link rel = "stylesheet" href = "/static/book.css" / >
< script src = "/static/vendors/jquery-2.1.0.min.js" > < / script >
< script src = "/static/vendors/masonry-3.1.5.pkgd.min.js" > < / script >
< script src = "/static/vendors/imagesloaded-3.1.4.pkgd.min.js" > < / script >
< script src = "/static/main.js" > < / script >
2021-04-09 11:51:08 +02:00
< link rel = "alternate" type = "application/rss+xml" title = "RSS-Feed" href = "https://buchdesmonats.okoyono.de/feed.xml" / >
2021-03-19 20:40:08 +01:00
< / head >
< body >
< h1 > Buch des Monats< / h1 >
2021-04-08 23:53:03 +02:00
< p > Handerlesen und für gut befunden seit 2010
2021-03-19 20:40:08 +01:00
von < a href = "https://social.okoyono.de/@mezzo" rel = "author" > Michael
Reutter< / a > . Jeden Monat ein neues Buch aus seiner Sammlung zu den
Themengebieten Netzkultur, Geektum, Computerspiele und Cyberpunk. Diese
Bücherliste ist mittlerweile Anlaufstelle für so manchen Leser der nach
2021-07-01 23:40:49 +02:00
neuem Stoff sucht. Die Buchlinks gehen zu < a href = "https://yourbook.shop/" > yourbook.shop< / a > , < a href = "https://git.okoyono.de/mezzo/buch_des_monats" > der
2021-04-08 23:53:03 +02:00
Code< / a > von < a href = "https://aaron-fischer.net/" > Aaron Fischer< / a > .
2021-07-29 15:05:58 +02:00
Ein < a href = "https://okoyono.de/" > økoyono< / a > Projekt. (Eine Seite mit Comicempfehlungen findet Ihr < a href = "https://comicdesmonats.okoyono.de" > hier< / a > )< / p >
2014-03-25 23:41:56 +01:00
2021-03-19 20:40:08 +01:00
< div id = "covers" >
2021-04-09 00:10:24 +02:00
{{ range .Items }}
2021-03-19 20:40:08 +01:00
< div class = "cover-item" >
2021-07-01 23:39:02 +02:00
< a target = "_blank" href = "https://yourbook.shop/book/?isbn={{ .ISBN }}&ref=mezzo&aff=mr" > < img src = "/covers/{{ .ISBN }}.jpg" alt = "{{ .Author | html }} - {{ .Title | html }}" title = "zu yourbook.shop" / > < / a >
2021-03-19 20:40:08 +01:00
< / div >
{{ end }}
2020-11-02 10:30:12 +01:00
< / div >
2021-03-12 00:01:27 +01:00
< / body >
2014-03-25 23:41:56 +01:00
< / html >
2021-03-12 00:01:27 +01:00