diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-17 17:13:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-17 17:13:32 +0300 |
| commit | 54f5304fae17dfd8e8364452166e02ceb5952455 (patch) | |
| tree | 42305a9cd6cd02749231f0e1cb702eea839771ce /novels.html | |
| parent | 005bb26cb2d7f2f237afcf3bcc8a0a6741681b83 (diff) | |
Publishing new version
Diffstat (limited to 'novels.html')
| -rw-r--r-- | novels.html | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/novels.html b/novels.html new file mode 100644 index 00000000..3e617142 --- /dev/null +++ b/novels.html @@ -0,0 +1,132 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Novels</title> +<link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> +<style type="text/css"> +body { + margin: auto; + padding-left: 10px; + padding-right: 10px; + max-width: 900px; + font-family: sans-serif; + font-size: 18px; + background-color: #222; + color: #ffffef; +} + +a { + color: #0ca; + text-decoration: none; +} + +a:hover { + color: #c0f; + text-decoration: none; +} + +img { + max-width: 600px; + max-height: 400px; + display: block; + margin: auto; +} + +pre { + display: block; + background-color: #111; + color: #66cdaa; + padding: 5px; + overflow-x: auto; +} + +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} + +p.quote { + color: #82eefd; +} + +p.quote:before { + content: " « "; + padding-left: 2px; +} + +p.quote:after { + content: " » "; + padding-right: 2px; +} +</style> +</head> +<body> +<h1>Novels</h1> +<p>This site lists my favourite the novels I have read. I prefer to read them in German though. You will notice that these are mostly Science Fiction novels. Where possible, this page shows both, english (en) and german (de), titles.</p> +<p>Some were read as paperback, others as eBooks. A very few were listened to (Audio book).</p> +<pre> + `. ___ + __,' __`. _..----....____ + __...--.'``;. ,. ;``--..__ .' ,-._ _.-' + _..-''-------' `' `' `' O ``-''._ (,;') _,' +,'________________ \`-._`-',' + `._ ```````````------...___ '-.._'-: + ```--.._ ,. ````--...__\-. + `.--. `-` ____ | |` + `. `. ,'`````. ; ;` + `._`. __________ `. \'__/` + `-:._____/______/___/____`. \ ` + | `._ `. \ + `._________`-. `. `.___ + SSt `------'` +</pre> +<h2>Alastair Reynolds</h2> +<ul> +<li>2001 - Relevation Space (en) / Unendlichkeit (de) - Revelation Space Universe</li> +<li>2003 - Chasm City - Revelation Space Universe</li> +<li>2004 - Redemption Ark (en) / Die Arche (de) - Revelation Space Universe - Currently Reading</li> +</ul> +<h2>Arthur C. Clarke</h2> +<ul> +<li>1973 - Rendezvous with Rama (en), Audio book</li> +<li>1989 - Rama II (en), Audio book</li> +<li>1991 - The Garden of Rama (en), Audio book</li> +<li>1993 - Rama Revealed (en), Audio book</li> +</ul> +<h2>Andreas Brandhorst (de)</h2> +<ul> +<li>2004 - Diamant (de) - Diamant-Trilogie</li> +<li>2003 - Der Metamorph (de) - Diamant-Trilogie</li> +<li>2005 - Der Zeitkrieg (de) - Diamant-Trilogie</li> +<li>2006 - Feuervögel (de) - Graken-Trilogie</li> +<li>2007 - Feuerstürme (de) - Graken-Trilogie</li> +<li>2008 - Feuerträume (de) - Graken-Trilogie</li> +<li>2010 - Kinder der Ewigkeit (de)</li> +<li>2012 - Das Artefakt (de)</li> +<li>2013 - Der letzte Regent (de)</li> +<li>2014 - Das Kosmotop (de)</li> +<li>2015 - Ikarus (de)</li> +<li>2015 - Das Schiff (de)</li> +<li>2016 - Omni (de)</li> +<li>2017 - Das Arkonadia-Rätsel (de)</li> +<li>2017 - Das Erwachen (de) - Maschinenintelligenz-Trilogie</li> +<li>2020 - Die Eskalation (de) - Maschinenintelligenz-Trilogie</li> +<li>2021 - Mars Discovery (de) - Maschinenintelligenz-Trilogie</li> +</ul> +<h2>Other Authors</h2> +<ul> +<li>1979 - The Hitchhikers Guide to the Galaxy (en) / Per Anhalter durch die Galaxis (de), Adam Douglas - All books of the series</li> +<li>2009 - Quest, Andreas Eschbach</li> +<li>2010 - The Icarus Hunt (en) / Jagt auf Ikarus (de), Timothy Zahn</li> +</ul> +<h2>Unread books already in my shelf</h2> +<ul> +<li>1987 - Consider Pheblas (en) / Bedenke Pheblas (de), Ian Banks</li> +<li>2004 - Absolution Gap (en) / Offenbarung (de) - Revelation Space Universe, Alastair Reynolds</li> +<li>2019 - Eklipse (de), Andreas Brandhorst</li> +</ul> +<p>Do you recommend a good Science Fiction Novel? E-Mail at comments@mx.buetow.org! :-)</p> +<a class="textlink" href="./">Go back to the main site</a><br /> +</body> +</html> |
