Closed olemartinlarsen closed 1 month ago
Hey! Current sorting and ordering is pretty much based off what I see most resumes tend to use, which makes it better for ATS parsing I believe.
However, if you want, there are a couple generic components that you can use (which I should probably document haha)
generic-two-by-two(
top-left: "",
top-right: "",
bottom-left: "",
bottom-right: "",
)
generic-one-by-two(
left: "",
right: "",
)
And if you want to change the boldness/italics, you can just use the functions strong("text")
and emph("text")
Hi again,
I am tweaking my resume and there is two things I can not get quite right for it to be just right.
company
at the top. Completely understand it if the current sorting is the one you prefer.