<!DOCTYPE html>
<html lang='en'>
  <head>
    <link href='css/styles.css' rel='stylesheet' type='text/css'>
    <title>Brad Ediger</title>
  </head>
  <body>
    <div id='wrap'>
      <h1>
        <img src='images/headshot.png'>
        Brad Ediger
      </h1>
      <aside>
        <p>
          Software developer working in
          <a href='https://www.ruby-lang.org/'>Ruby</a>,
    <a href='http://clojure.org/'>Clojure</a>,
          <a href='http://www.haskell.org/'>Haskell</a>,
          and various other languages.
        </p>
        <p>
          Currently passionate about operations research, dependently typed
          functional languages, espresso, and proofs of software correctness.
        </p>
        <p>
          President at
          <a href='http://www.madriska.com'>Madriska Inc.</a>
          and based in Chicago.
        </p>
      </aside>
      <hr>
      <p class='icons'>
        <a href='https://github.com/bradediger'>
          <i class='fa fa-github'></i>
        </a>
        <a href='https://twitter.com/bradediger'>
          <i class='fa fa-twitter'></i>
        </a>
        <a href='http://www.linkedin.com/in/bradediger'>
          <i class='fa fa-linkedin'></i>
        </a>
      </p>
    </div>
  </body>
</html>
