Latest Resume (10/13/2015)

by Hari Menon

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Haridas Pachuveetil</title>
  <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  <style>
    * {
      font-family : 'Open Sans', serif;
      padding     : 1px;
    }

    body {
      max-width : 960px;
      border    : solid 0.1em #fafafa;
      margin    : auto;
      padding   : 10px;
    }

    h1, h2, h3 {
      border-bottom : solid 0.1em #cccccc;
    }

    h3 {
      color : #444444;
    }

    h2 {
      background-color : #dddddd;
    }

    em {
      background-color : #f9f9f9;
    }

    ul {
      list-style : none;
    }

    a {
      color : #1237FF;
    }
  </style>
</head>
<body>
  <h1><a href="#haridas-pachuveetil" name="haridas-pachuveetil"></a>Haridas Pachuveetil</h1>

  <p>Fairfax, VA
    <br/>+1 (917) 515-0487
    <br/><a
        href="&#x6d;a&#x69;&#108;&#116;&#111;&#58;h&#97;r&#105;&#x64;&#97;s&#x2e;pa&#x63;&#104;&#x75;&#x76;&#101;&#x65;t&#105;l&#x40;g&#109;&#97;&#x69;&#108;&#x2e;&#99;&#x6f;&#x6d;"
        class="&#109;&#97;&#x69;&#108;&#x2d;&#108;&#x69;&#x6e;&#x6b;">h&#97;r&#105;&#x64;&#97;s&#x2e;pa&#x63;&#104;&#x75;&#x76;&#101;&#x65;t&#105;l&#x40;g&#109;&#97;&#x69;&#108;&#x2e;&#99;&#x6f;&#x6d;</a>

    <br/><a href="https://harimenon.com">harimenon.com</a>

  </p>

  <h2><a href="#experience" name="experience"></a>Experience</h2>


  <h3><a href="#passionate-tinkerer-personal-projects-january-2012-current" name="passionate-tinkerer-personal-projects-january-2012-current"></a><strong>Passionate
    Tinkerer</strong>, (Personal Projects) <em>January 2012 - Current</em></h3>

  <p>I have been playing around with different programming languages, technologies and stacks for my learning purposes and as a hobby. These are some of the
    projects that are worthy of a mention here.</p>
  <ul>
    <li>
      <p><strong>Malayalam Bhagavad Gita</strong> (<a href="https://github.com/floydpink/BhagavadGita-ios">iOS</a> &amp;...

CSS

* {
    font-family:'Open Sans', serif;
    padding: 1px;
}
h1, h2, h3 {
    border-bottom: solid 0.1em #cccccc;
}
h3 {
    color: #444444;
}
h2 {
    background-color: #dddddd;
}
em {
    background-color: #f9f9f9;
}
a {
    color: #1237FF;
}