json-theme-even-fork/resume.hbs

31 lines
742 B
Handlebars
Raw Normal View History

2018-09-23 20:28:05 +02:00
<!doctype html>
2018-11-18 04:20:53 +01:00
<html lang="en">
2018-09-23 20:28:05 +02:00
<head>
2018-11-18 04:26:48 +01:00
<meta charset="utf-8" />
<title>{{resume.basics.name}}</title>
<meta name="description" content="{{resume.basics.summary}}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700&display=swap" />
<style>{{{css}}}</style>
2018-09-23 20:28:05 +02:00
</head>
<body>
{{#resume.basics}}
{{> header}}
{{> contact}}
{{> about}}
{{> profiles}}
{{/resume.basics}}
{{> work}}
{{> volunteer}}
{{> education}}
{{> projects}}
{{> awards}}
{{> publications}}
{{> skills}}
{{> languages}}
{{> interests}}
{{> references}}
2018-09-23 20:28:05 +02:00
</body>
</html>