#Project 10 - Professional Portfolio
##Do Now Begin this lesson by completing the Do Now activity.
##Scope After interning at a bunch of different companies you've decided it's time to get a new job. In order to do this you need to put a portfolio together.
##Project Criteria You have decided to go with GitHub pages as a medium for this portfolio. Go to pages.github.com and follow the direction there for creating your own GitHub pages site.
##References/Tools
##Instructions Create a personal portfolio site that includes all projects you have ever made. Including any personal projects you may have.
- It is recommended that you add a
message me
button. - Try adding some CSS animations to your project.
##How to Submit The final code for this project must be pushed back up to your repo on GitHub. Then share the link to your repo at the project submission link found in the header of the Daily Session Document (bit.ly/ScriptEd).
To push to GitHub run the following commands in your terminal:
git status
git add .
git commit -m "example comment"
git push origin master
Also link this Portfolio to your LinkedIn profile.
##Homework Instructor will assign homework based on progress in class.