4 sections; each have:
-
title and subtitle(centered),
-
4 images (link under each image)
-
paragraph of placeholder
-
different background colors
-
links (header and footer)
-
Collect websites I like (5)
-
Images of me or something
- Panera
- Amazon
- Fandom
- Microsoft
- Scroll Linking on each profile
- Look into sorted lists
- Have at least 2 sorted and 2 unsorted lists
- 2 more layouts
- Checkboxes
- Radio buttons
- Dropdowns
- Flex/Text Align Center to Grid
- Use CSS Grid for layout Extras:
- Sketch layout of personal website
- Gather content
- Look at color schemes
- Collect awards (type of award, date/year)
- Images (description)
- Academic history (schools, GPA, test scores)
- Technical skills (languages)
- Social media
- Any other facts about me
- Possible teacher quotes
- Text for About Me Section
- Put content in page
- Use different layouts
- Good portrait for header
- Make sure CSS Grid is use properly
- Fix Skills/Academics section (more visuals and remove centering)
- Intro to Javascript
- Make page responsive with CSS grid
- Replace some text with list
- Start Codecademy
- Create fizzbuzz using .forEach
- Create an array containing numbers of 1-100
- If number is divisible by 3, print out fizz
- If number is divisible by 5, print out buzz
- If number is divisible by both, print out fizz buzz
- If number is not divisible by any, print the number
- Figure out how Array.filter prototype method works
- Create four arrays for each Academics section (arrays of objects)
- Keep properties consistent
- Add these elements to HTML
- Work on Codecademny
- Look into fetch api stuff (get, put, post, delete)
- Try to add weather to website (openweathermap.org)
- Nodeschool.io
- Add additional properties to app.component.ts and display them
- More node stuff
- Play around with the events on Angular