diff options
Diffstat (limited to 'public/post/2012/04/23/hacker-with-horn')
| -rw-r--r-- | public/post/2012/04/23/hacker-with-horn/index.html | 119 | 
1 files changed, 119 insertions, 0 deletions
| diff --git a/public/post/2012/04/23/hacker-with-horn/index.html b/public/post/2012/04/23/hacker-with-horn/index.html new file mode 100644 index 0000000..586ea8d --- /dev/null +++ b/public/post/2012/04/23/hacker-with-horn/index.html @@ -0,0 +1,119 @@ +<!DOCTYPE html> +<html lang="en-us"> +  <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + +    <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> +    <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> +    <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> +    <link rel="manifest" href="/images/site.webmanifest"> + +    <meta charset="utf-8"> +    <meta name="viewport" content="width=device-width, initial-scale=1"> +    <meta name="description" content="A simple, minimal blog for those who love text."> +    <title>Hacker with Bullhorn | azuminha</title> +    <link rel="stylesheet" href="/css/style.css" /> +    <link rel="stylesheet" href="/css/fonts.css" /> +    <link rel="stylesheet" href="http://localhost:1313/css/theme-override.css"> +     +  </head> + +  <body> +    <header> +      <nav> +        <ul> +           +           +          <li class="pull-left "> +            <a href="http://localhost:1313/">~/azuminha</a> +          </li> +           +           +          <li class="pull-left "> +            <a href="/categories/">~/categories</a> +          </li> +           +           +          <li class="pull-left "> +            <a href="/tags/">~/tags</a> +          </li> +           + +           +           +          <li class="pull-right"> +            <a href="/index.xml">~/subscribe</a> +          </li> +           + +        </ul> +      </nav> +    </header> + + +<div class="article-meta"> +<h1><span class="title">Hacker with Bullhorn</span></h1> +<h2 class="author">Open-Source</h2> +<h2 class="date">2012/04/23</h2> +<p class="terms"> +   +   +  Categories: <a href="/categories/bullhorn">Bullhorn</a> <a href="/categories/example">Example</a>  +   +   +   +   +</p> +</div> + + + +<div class="content-wrapper"> +  <main> +    <p>Hacker with bullhorn: “Save your money! Accept one of our free tanks! It is invulnerable, and can drive across rocks and swamps at ninety miles an hour while getting a hundred miles to the gallon!”</p> +<p>Prospective station wagon buyer: “I know what you say is true…but…er…I don’t know how to maintain a tank!”</p> +<p>Bullhorn: “You don’t know how to maintain a station wagon either!”</p> +<p>Buyer: “But this dealership has mechanics on staff. If something goes wrong with my station wagon, I can take a day off work, bring it here, and pay them to work on it while I sit in the waiting room for hours, listening to elevator music.”</p> +<p>Bullhorn: “But if you accept one of our free tanks we will send volunteers to your house to fix it for free while you sleep!”</p> +<p>Buyer: “Stay away from my house, you freak!”</p> +<p>Bullhorn: “But…”</p> +<p>Buyer: “Can’t you see that everyone is buying station wagons?”</p> + +    <a href="/"> >> Home</a> +  </main> +</div> +    <footer> +       +       +      <script> +      (function() { +        function center_el(tagName) { +          var tags = document.getElementsByTagName(tagName), i, tag; +          for (i = 0; i < tags.length; i++) { +            tag = tags[i]; +            var parent = tag.parentElement; +             +            if (parent.childNodes.length === 1) { +               +              if (parent.nodeName === 'A') { +                parent = parent.parentElement; +                if (parent.childNodes.length != 1) continue; +              } +              if (parent.nodeName === 'P') parent.style.textAlign = 'center'; +            } +          } +        } +        var tagNames = ['img', 'embed', 'object']; +        for (var i = 0; i < tagNames.length; i++) { +          center_el(tagNames[i]); +        } +      })(); +      </script> + +       +      <hr/> +      <a href="https://git.azuminha.com">Git</a> +       +    </footer> +  </body> +</html> + | 
