diff --git a/input/codex-prompt.md b/input/codex-prompt.md new file mode 100644 index 0000000..ee4b945 --- /dev/null +++ b/input/codex-prompt.md @@ -0,0 +1,12 @@ +I need you to customize my resume for this job description: + +. “Act like a recruiter in information technology. What’s missing from this résumé that would stop you from reaching out?” +. “Rewrite my résumé summary to feel confident, clear, and tailored to this job: [paste job description].” +. “Turn these bullet points into achievement-focused statements. Add metrics wherever possible.” +. “Help me reframe a 2-year career gap as growth, not failure.” +. “Add ATS keywords from this job post without sounding robotic.” +. “Format this résumé so it’s easy to scan, clean to read, and works on any system.” +. “Write a short, punchy message I can DM a hiring manager. No desperation, just value.” + + + diff --git a/input/templates/resume-reference.docx b/input/templates/resume-reference.docx new file mode 100644 index 0000000..f631233 Binary files /dev/null and b/input/templates/resume-reference.docx differ diff --git a/input/templates/resume-template.tex b/input/templates/resume-template.tex new file mode 100644 index 0000000..ab06b0b --- /dev/null +++ b/input/templates/resume-template.tex @@ -0,0 +1,26 @@ +\documentclass[11pt,a4paper]{article} +\usepackage[margin=1in]{geometry} +\usepackage{titlesec} +\usepackage{enumitem} +\usepackage{hyperref} +\usepackage{parskip} +\usepackage{helvet} +\renewcommand{\familydefault}{\sfdefault} + +% Pandoc provides \tightlist in its default template; define here for custom template +\providecommand{\tightlist}{% + \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} + +% Section formatting +\titleformat{\section}{\large\bfseries}{}{0em}{}[\titlerule] +\titleformat{\subsection}{\normalsize\bfseries}{}{0em}{} + +% Bullet formatting +\setlist[itemize]{noitemsep,topsep=0pt,left=1em} + +% No page numbers +\pagenumbering{gobble} + +\begin{document} +$body$ +\end{document}