Piecing pages with patterns

A super short exercise to get you thinking about what patterns are necessary for the homepage & product list page, and how each pattern will need to be configured.

Go fullscreen: ⌃⌥F

Piecing pages with patterns

A little pre-planning

  1. Write out a list of every pattern needed for the homepage
  2. Write out a sublist for each pattern describing how they need to be configured with placeholder variables
  3. Repeat the whole process again for the product list page

You should probably get the teacher to look over this.

Markdown
## Homepage

- banner
  - heading
  - description
  - image
  - button_text
  - button_url
- cards
  - image
  - title
  - description
  - button_text
  - button_url
- section
  - heading
  - image
Start

Piecing pages with patterns

A super short exercise to get you thinking about what patterns are necessary for the homepage & product list page, and how each pattern will need to be configured.