top | item 42038115

(no title)

atenni | 1 year ago

If 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 shouldn’t happen, and perhaps unfairly, that’s going to weigh heavily against the other good work OP has done.

discuss

order

nerdix|1 year ago

Then it's good thing he doesn't do that and instead converts it to PDF before sending.

SahAssar|1 year ago

`grid-template-columns: max-content 1fr;` is preventing the text from wrapping in `header` elements. Should be a simple fix, but it'd definitely loose some points from me.