json-theme-even-fork/resume.hbs

31 lines
671 B
Handlebars
Raw Normal View History

2021-02-14 15:18:58 +01:00
<!DOCTYPE html>
2018-11-18 04:20:53 +01:00
<html lang="en">
2018-09-23 20:28:05 +02:00
<head>
2021-02-14 15:18:58 +01:00
<meta charset="utf-8">
{{#resume.basics}}
{{> meta}}
{{/resume.basics}}
2021-02-14 15:18:58 +01:00
<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}}
{{> about}}
{{/resume.basics}}
{{> work}}
{{> volunteer}}
{{> education}}
{{> projects}}
{{> awards}}
2020-12-13 13:53:20 +01:00
{{> certificates}}
{{> publications}}
{{> skills}}
{{> languages}}
{{> interests}}
{{> references}}
2018-09-23 20:28:05 +02:00
</body>
</html>