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="mailto:haridas.pachuveetil@gmail.com"
class="mail-link">haridas.pachuveetil@gmail.com</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> &...
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;
}