Comment by jamietanna

2 days ago

Rewrote mine a couple of years back to be a Web page that's machine-readable using the Microformats2 standard (https://microformats.io)

It's available at https://hire.jvt.me

Like many things with me (https://www.jvt.me/salary/) I wanted my CV to be public, and something I could keep continually updated (like my blog https://www.jvt.me/posts/)

It's been a hugely positive thing for me personally, as I can regularly go in and add new things I've shipped or am proud of

When you go to print it, there's a reduced view (using media queries for print stylesheets) so I can be verbose for humans reading on the Web, but provide a limited version for submissions

Implementation wise, it's plain HTML + CSS, no templating or processing, just hand written HTML