Live data from Hacker News

Show HN: Built my resume as an interactive website, version-controlled on Github

github.com

1–10 of 88 posts

Re: Show HN: Built my resume as an interactive website, version-controlled on Github

#2
awesome job! Looks great, just forked :) Also I was looking at the upcoming features list, and I think definitely the pdf functionality would be cool (I'm thinking the fpdf lib - know a better one?). Another idea for a feature would be to give this an REST api for xml, json, and you can then just make an appropriate call to it ( /resume.json, /resume.xml, etc). Again nice!!

Re: Show HN: Built my resume as an interactive website, version-controlled on Github

#5
Nice work, it looks really good.

One minor (and I mean really minor) design thought: in the section near the bottom "Selected Projects", there are grey buttons and blue buttons; in the close proximity of the blue buttons, the grey buttons sort of look like they are inactive or disabled, at first. I put my mouse over them and figured out they were indeed active links, but maybe someone non-technical might not do that.

Re: Show HN: Built my resume as an interactive website, version-controlled on Github

#6

Nice work, it looks really good. One minor (and I mean really minor) design thought: in the section near the bottom "Selected Projects", there are grey buttons and blue buttons; in the close proximity of the blue buttons, the grey buttons sort of look like they are inactive or disabled, at first. I put my mouse over them and figured out they were indeed active links, but maybe someone non-technical might not do that.

Good point - thanks!

Edit: Site updated - the buttons are now green.

Re: Show HN: Built my resume as an interactive website, version-controlled on Github

#8
post #2

awesome job! Looks great, just forked :) Also I was looking at the upcoming features list, and I think definitely the pdf functionality would be cool (I'm thinking the fpdf lib - know a better one?). Another idea for a feature would be to give this an REST api for xml, json, and you can then just make an appropriate call to it ( /resume.json, /resume.xml, etc). Again nice!!

I set up my resume[1] with PDF exports using Docverter. It takes Markdown or HTML and turns it into PDFs and Word docs.

[1]: http://www.bugsplat.info/resume.html

(Disclaimer: I also built Docverter)

Re: Show HN: Built my resume as an interactive website, version-controlled on Github

#10
post #8
post #2

awesome job! Looks great, just forked :) Also I was looking at the upcoming features list, and I think definitely the pdf functionality would be cool (I'm thinking the fpdf lib - know a better one?). Another idea for a feature would be to give this an REST api for xml, json, and you can then just make an appropriate call to it ( /resume.json, /resume.xml, etc). Again nice!!

I set up my resume[1] with PDF exports using Docverter. It takes Markdown or HTML and turns it into PDFs and Word docs. [1]: http://www.bugsplat.info/resume.html (Disclaimer: I also built Docverter)

this is a really well done project, did you build the whole app yourself?

EDIT: I guess you just answered this :) awesome job, it looks amazing!

Post reply on HN