diff --git a/README.md b/README.md index dffdf0bc8..6bfc29d4d 100644 --- a/README.md +++ b/README.md @@ -8,21 +8,21 @@ Given this [design file](design-files/desktop.jpg), use HTML and CSS to build th ## To Get Started -* Fork / Clone this project into a directory on your machine. +- Fork / Clone this project into a directory on your machine. -* Open the code with your preferred integrated development environment (IDE). +- Open the code with your preferred integrated development environment (IDE). -* Start on the objectives +- Start on the objectives ## Objectives: Project objectives are meant to increase your knowledge by giving you practice on the principles learned earlier in the day. Aim to complete every objective on this list. Get as far as you can on the design as we will be using your work today for tomorrow's project as well. -**Watch this short guide on how to setup your project:** [UI Project Setup 101](https://youtu.be/UU9WjpMsaLE) +**Watch this short guide on how to setup your project:** [UI Project Setup 101](https://youtu.be/UU9WjpMsaLE) -- [ ] Study the [desktop design file](design-files/desktop.jpg). Visualize how you would convert the design into HTML and CSS. Make a quick sketch of how you would build the HTML structure. Use your sketch as a plan of action for the next two objectives. Challenge yourself to only use 10 minutes for this particular objective. +- [ ] Study the [desktop design file](design-files/desktop.jpg). Visualize how you would convert the design into HTML and CSS. Make a quick sketch of how you would build the HTML structure. Use your sketch as a plan of action for the next two objectives. Challenge yourself to only use 10 minutes for this particular objective. -- [ ] Go to your [index.html](great-idea-website/index.html) file and build out your HTML structure. You have been provided all the content and images you need to get started inside the `index.html` file. Start to code HTML around the content! +- [ ] Go to your [index.html](great-idea-website/index.html) file and build out your HTML structure. You have been provided all the content and images you need to get started inside the `index.html` file. Start to code HTML around the content! - [ ] Style your HTML using the [desktop design file](design-files/desktop.jpg) as a visual guide. Use any CSS properties you want for general styling but for layout, you can only use the box model (content, padding, margin, border) and `display:inline-block`. @@ -37,4 +37,6 @@ Stretch goals are not required. Complete the project objectives before working o - [ ] Change all the image tags into background images instead -- [ ] Research CSS animations and see how you could implement some ideas when hovering over buttons or navigation items \ No newline at end of file +- [ ] Research CSS animations and see how you could implement some ideas when hovering over buttons or navigation items + +Jordan Lanier diff --git a/UI-III-Flexbox b/UI-III-Flexbox deleted file mode 160000 index 4f8724e40..000000000 --- a/UI-III-Flexbox +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4f8724e40976315111a49aa8d355009ed56a923f