diff options
author | nathansmith <nathansmith@posteo.com> | 2025-04-18 07:24:56 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-04-18 07:24:56 -0600 |
commit | 1e6dee112f36924c8cf3bc01431e128956cba0c4 (patch) | |
tree | e390a46b03e189eae3797dbfa8b8be6eeaa83cd2 | |
parent | 0b4daed24a77ead576b4f417d29e8a1d322740ab (diff) |
Finished up reading corner for now
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | reading_corner.html | 50 |
2 files changed, 48 insertions, 3 deletions
@@ -89,6 +89,7 @@ table { <td> <h3><a href="tv_corner.html">--> Visit the tv corner</a></h3> + <h3><a href="reading_corner.html">--> Visit the reading corner</a></h3> <h3><a href="nathans_philosophy.html">--> Learn Nathan's philosophy</a></h3> <h3><a href="ttr.html">--> Tips, tricks, & reviews</a></h3> </td> diff --git a/reading_corner.html b/reading_corner.html index 942f06b..cebb7cb 100644 --- a/reading_corner.html +++ b/reading_corner.html @@ -35,7 +35,7 @@ table { <p> I use to dislike reading because I thought reading was for boring old people. It turned out I was correct, reading is for boring old people. Than I became - a boring old person. So now I read. + a boring old person, so now I read. </p> <h2>How to find a good book</h2> @@ -47,7 +47,51 @@ table { <li>Do christians dislike the book?</li> <li>Did a school board in florida or texas try to ban it?</li> <li>Is the author mentally insane?</li> - <li>Do book reviewers struggle to wrap their head around it?</li> + <li>Did a German dude write it?</li> + <li>Do book reviewers struggle to wrap their tiny brains around it?</li> + </ul> + </td> + </tr> + + <tr> + <td> + <h2>Content:</h2> + <ul> + <li><a href="#reading_list">Reading list</a></li> + <li><a href="#reviews">Reviews</a></li> + </ul> + </td> + </tr> + </table> + + <table border="1" width="60%"> + <tr> + <td> + <h2 id="reading_list">Reading list</h2> + + <h3>Currenly reading: 1985</h3> + <p> + Been on my list for a while. I always wondered "how the fuck have I not read + 1984 yet?". Well now I am reading it. + </p> + + <h3>Ever growing list of things I need to read</h3> + <ul> + <li> + Danzig Trilogy: + <ul> + <li>The Tin Drum</li> + <li>Cat and Mouse</li> + <li>Dog Years</li> + </ul> + </li> + <li>The People's Republic of Walmart</li> + <li>Cybernetic Revolutionaries</li> + <li>Jailbird</li> + <li>Brave New World</li> + <li>Fahrenheit 451</li> + <li>The Hitchhiker's Guide to the Galaxy</li> + <li>The Flounder</li> </ul> </td> </tr> @@ -56,7 +100,7 @@ table { <table border="1" width="60%"> <tr> <td> - <h2>A few reviews I guess</h2> + <h2 id="reviews">A few reviews I guess</h2> <p> <b>Warning, most of these are Kurt Vonnegut books.</b> I really need to try more authors rofl. </p> |