mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
New: Adds template for novo resume style
This commit is contained in:
29
templates/novo/index.html
Normal file
29
templates/novo/index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
{{#reload}}
|
||||
<meta http-equiv="refresh" content="{{ refresh_rate }}" />
|
||||
{{/reload}}
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
|
||||
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<title>{{ title }}</title>
|
||||
<style type="text/css">
|
||||
{{{style}}}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
<div class="container">
|
||||
<div class="resume">{{{resume}}}</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user