Lab 8 - Personal Professional Profile
Who do you think you are?
Categories:
2 minute read
Express yourself!
For this week-long lab, you will create a “Personal-Professional Profile”. It’s your chance to present yourself to future colleagues/employers/reporters/clients. This lab provides an opportunity to synthesize and reflect on the many topics we’ve covered in the course. To begin this project, we don’t provide any code (but may provide a git repository. Check your Canvas course), but of course you can pull from things you’ve read and or worked on previously.
Specs
- Your profile should include multiple pages.
- Across all the pages, your site should have:
- a consistent, non-default style. The guidelines for the final project would be a good starting place to check for basics.
- it is permissible to start with third-party CSS such as bootstrap if you wish.
- a navigation menu that links to all the pages.
- a consistent, non-default style. The guidelines for the final project would be a good starting place to check for basics.
- at least 3 pages:
- index.html - the landing page that briefly introduces you including at least:
- your name
- a picture of you or a placeholder image
- your professional status (e.g. undergraduate student)
- resume.html - targeted info for you to easily share with recruiters that has
- at least:
- a link to download a PDF of your resume
- optionally also:
- an html version of your resume right in the page
- at least:
- about.html - a more detailed page about you that includes at least:
- a longer bio
- some sort of “personal”/humanizing info about yourself such as:
- a list of your hobbies
- a list of your favorite books, movies, or music
- a list of your skills
- index.html - the landing page that briefly introduces you including at least:
Examples
There are many people out there with great examples, here’s a lazy convenient sample:
Last modified August 11, 2024: moved a bunch of things for archival purposes (6652bbe)