-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume-template.html.erb
40 lines (34 loc) · 1.29 KB
/
resume-template.html.erb
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
<!DOCTYPE html>
<html>
<head>
<title>Craig Buchek's résumé</title>
<meta name="description" content="Craig Buchek's résumé">
<style type="text/css">
body { font-family: Arial; font-size: 12pt; line-height: 1.25; }
h1:first-of-type { font-family: Arial; font-size: 30pt; font-variant: small-caps; font-weight: 500; margin-top: -8pt; margin-bottom: -8pt; float: left; }
h1:first-of-type+p, h1:first-of-type+p+p+p { clear: both; float: left; margin: 3pt; }
h1:first-of-type+p+p, h1:first-of-type+p+p+p+p { float: right; margin: 3pt; }
h2 { font-size: 14pt; page-break-after: avoid; }
h3 { font-size: 12pt; page-break-before: auto; }
hr { clear: both; }
ul { page-break-before: avoid; }
#principal-software-engineer-at-binary-noggin-2019---2021 { page-break-before: always; }
#education { page-break-before: always; }
@media print {
@page {
size: letter;
margin-top: 20pt;
margin-bottom: 12pt;
margin-left: 48pt;
margin-right: 48pt;
}
body { font-size: 9.5pt; }
h2 { font-size: 11.5pt; page-break-after: avoid; }
h3 { font-size: 9.5pt; page-break-before: auto; }
}
</style>
</head>
<body>
<%= @body %>
</body>
</html>