added ats friendly remume
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-21 20:47:00 -06:00
parent 235414ebfe
commit 043af0b6fa
5 changed files with 132 additions and 19 deletions
+28
View File
@@ -0,0 +1,28 @@
<!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>