-
Notifications
You must be signed in to change notification settings - Fork 0
/
vitae.html5.template
93 lines (91 loc) · 2.56 KB
/
vitae.html5.template
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html $if(lang)$lang="$lang$"$endif$>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
$if(name)$
<meta name="author" content="$name$">
$endif$
$if(date-meta)$
<meta name="dcterms.date" content="$date-meta$">
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$name$</title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
$endif$
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$">
$endfor$
$if(math)$
$math$
$endif$
$if(analytics)$
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '$analytics$', 'auto');
ga('send', 'pageview');
</script>
$endif$
$for(header-includes)$
$header-includes$
$endfor$
</head>
<body style="max-width: 700px; margin-left: 80px; margin-right: 80px; font-family: arial,sans-serif,auto;">
$for(include-before)$
$include-before$
$endfor$
<header>
$if(name)$
<h1 class="title">$name$</h1>
$endif$
<div class="contact">
/
$if(email)$<a id="email-link" href="mailto:$email$">$email$</a> / $endif$
$if(twitter)$<a id="twitter-link" href="https://twitter.com/$twitter$">@$twitter$</a> / $endif$
$if(linkedin)$<a id="linkedin-link" href="https://www.linkedin.com/in/$linkedin$">LinkedIn</a> / $endif$
$if(gscholar)$<a id="gscholar-link" href="https://scholar.google.com/citations?user=$gscholar$">Google Scholar</a> / $endif$
$if(orcid)$<a id="orcid-link" href="https://orcid.org/$orcid$">ORCiD</a> / $endif$
$if(github)$<a id="github-link" href="https://github.com/$github$">Github</a> / $endif$
$if(website)$<a id="website-link" href="$website$">Website</a> / $endif$
</div>
</header>
<hr>
$if(current)$
$endif$
$if(toc)$
<nav id="$idprefix$TOC">
$toc$
</nav>
$endif$
$body$
$for(include-after)$
$include-after$
$endfor$
<div class="permalink">
<a href="$current$">
$if(version)$
Version: $version$
$else$
$if(date)$
Version: $date$
$else$
Current Version
$endif$
$endif$
</a>
</div>
</body>
</html>