35 lines
1.5 KiB
HTML
35 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>jsonresume-theme-even</title>
|
|
<meta name="description" content="A flat JSON Resume theme, compatible with the latest resume schema." />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<script src="/editor.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<iframe src="about:blank"></iframe>
|
|
<nav>
|
|
<button name="print" aria-label="Print resume" title="Print resume">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
<polyline points="6 9 6 2 18 2 18 9"></polyline>
|
|
<path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path>
|
|
<rect x="6" y="14" width="12" height="8"></rect>
|
|
</svg>
|
|
</button>
|
|
<a
|
|
href="https://github.com/rbardini/jsonresume-theme-even"
|
|
aria-label="Star on GitHub"
|
|
title="Star on GitHub"
|
|
target="_blank"
|
|
>
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
<path
|
|
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
|
|
></path>
|
|
</svg>
|
|
</a>
|
|
</nav>
|
|
</body>
|
|
</html>
|