mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Merge pull request #3 from there4/master
Merge changes from markdown-resume project into my forked version
This commit is contained in:
8
templates/readable/css/resume.css
Normal file
8
templates/readable/css/resume.css
Normal file
@@ -0,0 +1,8 @@
|
||||
#footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#footer + p {
|
||||
width: 100%;
|
||||
font-size: 11px;
|
||||
}
|
||||
1
templates/readable/description.txt
Normal file
1
templates/readable/description.txt
Normal file
@@ -0,0 +1 @@
|
||||
Bootswatch 'readable' theme
|
||||
19
templates/readable/index.html
Normal file
19
templates/readable/index.html
Normal 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>
|
||||
1
templates/readable/links/bootswatch
Normal file
1
templates/readable/links/bootswatch
Normal file
@@ -0,0 +1 @@
|
||||
<link href="http://netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">
|
||||
Reference in New Issue
Block a user