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">
|
2020-07-18 22:44:17 +02:00
|
|
|
<title>{{resume.basics.name}}</title>
|
2021-02-14 15:46:32 +01:00
|
|
|
<meta name="description" content="{{stripTags (markdown resume.basics.summary)}}">
|
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">
|
2020-07-18 22:44:17 +02:00
|
|
|
<style>{{{css}}}</style>
|
2018-09-23 20:28:05 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-07-18 22:44:17 +02:00
|
|
|
{{#resume.basics}}
|
|
|
|
{{> header}}
|
|
|
|
{{> about}}
|
|
|
|
{{> profiles}}
|
|
|
|
{{/resume.basics}}
|
|
|
|
|
|
|
|
{{> work}}
|
|
|
|
{{> volunteer}}
|
|
|
|
{{> education}}
|
|
|
|
{{> projects}}
|
|
|
|
{{> awards}}
|
2020-12-13 13:53:20 +01:00
|
|
|
{{> certificates}}
|
2020-07-18 22:44:17 +02:00
|
|
|
{{> publications}}
|
|
|
|
{{> skills}}
|
|
|
|
{{> languages}}
|
|
|
|
{{> interests}}
|
|
|
|
{{> references}}
|
2018-09-23 20:28:05 +02:00
|
|
|
</body>
|
|
|
|
</html>
|