diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 0342fd1e4..13f96ef31 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,13 +1,13 @@ -# Personal Portfolio Site -Congratulations! You're submitting your assignment! - -## Comprehension Questions -Question | Answer -:------------- | :------------- -Did you have to resolve any issues when running the HTML Validator? If so, what were they? | -Why is it important to consider and use semantic HTML? | -How did you decide to structure your CSS? | -What was the most challenging piece of this assignment? | -Describe one area that you gained more clarity on when completing this assignment | -**Optional** | -Did you deploy to GitHub Pages? If so, what is the URL to your website? | +# Personal Portfolio Site +Congratulations! You're submitting your assignment! + +## Comprehension Questions +Question | Answer +:------------- | :------------- +Did you have to resolve any issues when running the HTML Validator? If so, what were they? | +Why is it important to consider and use semantic HTML? | +How did you decide to structure your CSS? | +What was the most challenging piece of this assignment? | +Describe one area that you gained more clarity on when completing this assignment | +**Optional** | +Did you deploy to GitHub Pages? If so, what is the URL to your website? | diff --git a/.gitignore b/.gitignore index e43b0f988..9870a0fc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store +.DS_Store +.vscode diff --git a/README.md b/README.md index 933cd500b..f2b99e048 100644 --- a/README.md +++ b/README.md @@ -1,97 +1,97 @@ -# Personal Portfolio Site - -## Introduction - -It is common for developers to create a website to show off their web-dev skills and document their work and interests. These sites often feature things like: - -- A professional introduction of themselves, careers, and interests -- A portfolio of projects that they've created and/or collaborated on -- A blog to share their experiences, thoughts, and/or subject matter expertise -- Other materials to share any non-coding interests and hobbies -- A site designed to express themselves - -We will use HTML & CSS to create a static site whose content is our personal portfolio. Our personal portfolio site should contain information about ourselves and the coding work we've done. - -### Some Inspiration -- [http://lizabinante.com/](http://lizabinante.com/) -- [http://where.coraline.codes/](http://where.coraline.codes/) -- [http://danisaurus.github.io/](http://danisaurus.github.io/) -- [http://www.fenslattery.com/](https://fenslattery.com/) -- [https://www.heyellieday.com/](https://heyellieday.com/) -- [http://car.oline.codes/](http://car.oline.codes/) - -## Learning Goals: -- Practice creating semantic HTML -- Practice applying visual styles with CSS -- Use both HTML & CSS together to create a comprehensive design - -## Project Requirements - -### Only Use Static HTML and CSS - -We should only use static HTML and CSS for this project. Preprocessors (haml, erb, sass, less, etc.) and Javascript of any kind are not allowed. All submitted HTML needs to pass as valid HTML through an [HTML Validator](https://validator.w3.org/). - -## Wave 1 - Basic HTML - -This portfolio site must have the following HTML files: - -- `index.html` must include your name somewhere. - -- `about.html` should include some information about you, your interests, background or similar. Only post what you are comfortable sharing. - -- `portfolio.html` must include information about several projects you have completed at Ada (or elsewhere) with links to the GitHub repo (if available), descriptions, images, etc. - -### Layout - -Each page in this project must comply with the following layout requirements: - -- Has the following tags: `
`, `