Earlier quoted context omitted.
How would you set the font?
Inline style or
Building My Resume in HTML Using Eleventy
41–50 of 73 posts
Re: Building My Resume in HTML Using Eleventy
#42Points for originality, but it does seem a little complicated. I did something like this about six months ago, but in HTML, CSS, and zsh. As a next step, try testing your output with a free ATS parser.
Re: Building My Resume in HTML Using Eleventy
#43Re: Building My Resume in HTML Using Eleventy
#44I think I’ll end up doing the same and then printing to a pdf like the article suggested. I previously used Google docs and got more frustrated than I get on even some of the hardest bugs I encounter.
Re: Building My Resume in HTML Using Eleventy
#45Re: Building My Resume in HTML Using Eleventy
#46If I’m hiring a web developer and you give me a `resume.html` you’d best believe I’m viewing source on that. This is a high-risk high-reward game, because if it’s clean you’ll get bonus points, but if there’s unnecessary cruft (as defined by me) you’ll loose points. For example, while this is pretty clean code, I’m currently on my phone and getting horizontal scroll bars. For a text based site like this resume that s…
Re: Building My Resume in HTML Using Eleventy
#47Over engineered. Just write it in pure HTML/CSS. It's a resume, you don't need anything more advanced.
Re: Building My Resume in HTML Using Eleventy
#48Re: Building My Resume in HTML Using Eleventy
#49Re: Building My Resume in HTML Using Eleventy
#50Over engineered. Just write it in pure HTML/CSS. It's a resume, you don't need anything more advanced.
One thing I did that I like was after the most recent jobs, the older and less relevant ones were faded a bit. A hover would make them dark and easier to read. When printing a PDF, only the darker more recent ones would print. This let me keep a full record in a single file (mostly for my own benefit), while still being able to quickly and easily print out a single page version.