New 'roboto' template

This commit is contained in:
Erik Waibel
2014-03-25 14:11:22 -07:00
parent 886fc223dd
commit ef144b9d1b
7 changed files with 1147 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!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">
<header>{{{header}}}</header>
<div class="resume">
{{{resume}}}
</div>
<footer>{{{footer}}}</footer>
</div>
</body>
</html>