2020年秋招的时候,我为了能够在不打乱排版的前提下快速地修改简历当中的条目、配色和右下角的公司logo,用HTML+CSS做了这份简历。
有了一份HTML版本的简历之后,我们可以:
- 使用大多数浏览器自带的打印功能将它输出成PDF文件
- 直接插入在邮件正文中(不是附件),同时100%保持它原本的样式
For jobhunting in 2020, I wrote a resume using HTML and CSS. So I can modify the content, color theme, and the logo of the company I'm applying quickly while keeping the layout neat and clean.
With an HTML version resume, we can:
- print it to a PDF document with the function most browser support
- place it in an e-mail directly (not as an attachment) while keeping original format of it
You are free to fork or download this and modify it as you wish.