From 898f783e3487aea6151e42286c307da85d276229 Mon Sep 17 00:00:00 2001 From: CPunch Date: Tue, 5 Jul 2022 14:31:13 -0500 Subject: [PATCH] Added professional summary --- resume.tex | 5 +++-- resume/summary.tex | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 resume/summary.tex diff --git a/resume.tex b/resume.tex index 089920c..96070a8 100644 --- a/resume.tex +++ b/resume.tex @@ -15,8 +15,8 @@ % Awesome-CV first, then content configuration %-------------------------------------------------------------------------------------------------- -% include Awesome-CV, with 11pt font and A4 paper size -\documentclass[11pt, a4paper]{awesome-cv} +% include Awesome-CV, with 12pt font and A4 paper size +\documentclass[12pt, a4paper]{awesome-cv} % disable first 3 letter highlight \setbool{acvSectionColorHighlight}{false} @@ -53,6 +53,7 @@ \begin{document} \makecvheader[C] + \input{resume/summary.tex} \input{resume/skills.tex} \input{resume/experience.tex} \input{resume/projects.tex} diff --git a/resume/summary.tex b/resume/summary.tex new file mode 100644 index 0000000..4d02fa0 --- /dev/null +++ b/resume/summary.tex @@ -0,0 +1,5 @@ +\cvsection{Professional Summary} + +\begin{cvparagraph} + “Rockstar” developer with the motivation to help develop and deploy software. Ready to push code to help maintain, create features, and fix issues. Ability to turn any proposed solution into production-ready code. Developer with a passion for efficient solutions, making lightweight software that would run anywhere. +\end{cvparagraph} \ No newline at end of file