56 lines
952 B
Plaintext
56 lines
952 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
@page { size: letter; margin: 0.75in; }
|
|
|
|
/* Hide web version */
|
|
.web-only { display: none !important; }
|
|
.ats-only { display: block; }
|
|
|
|
/* Simple, ATS-friendly styling */
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 11pt;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 18pt;
|
|
margin: 0 0 5pt 0;
|
|
text-align: center;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
margin: 12pt 0 6pt 0;
|
|
border-bottom: 1pt solid #333;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 11pt;
|
|
font-weight: bold;
|
|
margin: 8pt 0 2pt 0;
|
|
}
|
|
|
|
p { margin: 4pt 0; }
|
|
|
|
ul {
|
|
margin: 4pt 0;
|
|
padding-left: 20pt;
|
|
}
|
|
|
|
li { margin-bottom: 2pt; }
|
|
|
|
/* Center contact info */
|
|
#contact p {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
</body>
|
|
</html>
|