diff options
Diffstat (limited to 'reading_corner.html')
| -rw-r--r-- | reading_corner.html | 50 | 
1 files changed, 47 insertions, 3 deletions
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>  | 
