How to make an HTML version of your resume
- Set up a public_html directory in your main directory:
- mkdir public_html
- chmod 755 public_html
- Change your directory to this public_html directory (cd public_html)
- emacs resume.html
- Type your resume using a format similar to the sample
- More information on HTML
Return to the table of contents
Return to the RU ISPE home page