Merge pull request #3 from there4/master

Merge changes from markdown-resume project into my forked version
This commit is contained in:
Erik Waibel
2014-05-18 10:06:37 -07:00
11 changed files with 176 additions and 109 deletions

View File

@@ -0,0 +1,8 @@
#footer {
display: none;
}
#footer + p {
width: 100%;
font-size: 11px;
}

View File

@@ -0,0 +1 @@
Bootswatch 'readable' theme

View File

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

View File

@@ -0,0 +1 @@
<link href="http://netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">