diff --git a/README.md b/README.md deleted file mode 100644 index 933cd500b..000000000 --- a/README.md +++ /dev/null @@ -1,97 +0,0 @@ -# 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: `
`, `