-
Notifications
You must be signed in to change notification settings - Fork 0
/
html_resume_template.html
52 lines (48 loc) · 1.85 KB
/
html_resume_template.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="pandoc" />
<meta name="description" content="The Resume of $firstname$ $lastname$"/>
<title>$firstname$ $lastname$ - Resume</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="$css$" type="text/css" />
<!-- from https://github.com/sindresorhus/github-markdown-css -->
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
</head>
<body>
<article class="markdown-body">
<div id="main details">
<h1>$firstname$ $lastname$</h1>
$if(jobtitle)$
<h4>$jobtitle$</h4>
$endif$
<div id="contact details">
<ul>
<li>$location$</li>
<li><a href="mailto:$email$">$email$</a></li>
<li><a href="http://$homepage$">$homepage$</a></li>
<li><i style="font-size:14pt" class="fa"></i> <a href="https://github.com/$github$">$github$</a></li>
<li><i style="font-size:14pt" class="fa"></i> <a href="https://www.linkedin.com/in/$linkedin$">$linkedin$</a></li>
</ul>
</div>
</div>
$body$
</article>
</body>
</html>