mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Add new Roboto template and update versions for composer.json (#62)
* New 'roboto' template * Change refresh rate to use input value * Ignore Sublime project files * Update styles - major changes * Convert roboto styles into 'less' files. Update composer package versions.
This commit is contained in:
26
templates/roboto/index.html
Normal file
26
templates/roboto/index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
{{#reload}}
|
||||
<meta http-equiv="refresh" content="{{refresh_rate}}">
|
||||
{{/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>
|
||||
Reference in New Issue
Block a user