-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.hbs
35 lines (30 loc) · 1.31 KB
/
resume.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/solid.css" integrity="sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/brands.css" integrity="sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/fontawesome.css" integrity="sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+" crossorigin="anonymous">
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
<style>
{{{css}}}
</style>
</head>
<body>
<main id="resume">
<div class="grid-container">
{{> basics }}
{{> skills }}
{{> work }}
{{> volunteer }}
{{> education }}
{{> awards }}
{{> publications }}
{{> languages }}
{{> interests }}
{{> references }}
</div>
</main>
</body>
</html>