Add new helvetica based tempate from Aaron Glen

This commit is contained in:
Craig Davis
2014-03-10 08:56:02 -05:00
parent 4ee0b5e692
commit 389a34b67e
8 changed files with 1148 additions and 20 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{#reload}}
<meta http-equiv="refresh" content="2">
{{/reload}}
<title>{{title}}</title>
<style type="text/css">
{{{style}}}
</style>
</head>
<body class="">
<div class="container">
<div class="resume">
{{{resume}}}
</div>
</div>
</body>
</html>