Files
resume/templates/resume-web.template
T
ewpt3ch 043af0b6fa
ci/woodpecker/push/woodpecker Pipeline was successful
added ats friendly remume
2026-04-21 20:47:00 -06:00

29 lines
515 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<style>
@page { size: letter; margin: 0.5in 0.75in; }
/* Hide ATS version */
.ats-only { display: none !important; }
.web-only { display: block; }
/* Your current beautiful styling */
#contact-table {
width: 100%;
table-layout: fixed;
/* ... rest of your styling ... */
}
.experience-table {
width: 100%;
table-layout: fixed;
/* ... */
}
</style>
</head>
<body>
{{ content }}
</body>
</html>