cowsay-blog / cowtemplate.html

@ f7e2be4be7fc284e6a501d2a83b4889e7d923add | history


<html>
  <head>
    <title>nick's page</title>
  </head>
  <body>
    <link rel="stylesheet" type="text/css" href="style.css">
    <h1>~ nick's page ~</h1>
    <h2>Optimized for 800x600<br><br>You know when you talk to God as a kid, but then you realize that what you were trying to convince yourself was God responding to your prayers was just more of your own internal monologue? I do.</h2>
    <div>
        <div style="float:left">
{% for cowpost in cowposts %}<pre>
<a href="cowposts/{{cowpost.htmltitle}}"><p class=cowdate>{{cowpost.date}}</p></a>{{cowpost.cowtext}}
</pre>
{% endfor %}
        </div>
        <div style="float:right">
         <h2> <a href="cowposts">ARCHIVE</a> </h2>
          <br><br>
            About me: <br>
            <pre>
 ____________________ 
/ Writer, performer, \
| hacker: Brooklyn,  |
\ New York           /
 -------------------- 
        \   ^__^
         \  (##)\_______
            (__)\       )\/\
                ||----w |
   <font color=green>\|/</font>          ||     ||
             </pre>
            <h2>Here's some other stuff:</h2>
            <ul>
                <li><a href="http://lt-dan.tumblr.com">Lieutenant Dan</a>
                <li><a href="http://fart.town:5000">Random Java class name</a>
                <li><a href="http://github.com/nmyk/cowsay-blog">Cowsay blog on github</a>
            </ul>
            <br>
        </div>
  </body>
</html>