Page
Layer
- [ ] Do not use fixed height values on sections/components used on a page. Instead, use "Auto" fit height.
- [ ] Do not use fixed widths when inside a layout. Instead, use 1fr fill with max-width where needed.
- [ ] Include a link on a CTA button
- [ ] Delete unused element
- [ ] Use text styles as much as possible for easy customization
- [ ] Each section should have the
section
tag.
- [ ] Do not make the whole section a component. Change this for all sections and make components for specific elements inside a section.
- [ ] Add a link to the logo.
- [ ] Add a link inside the hamburger menu.
- [ ] Extend the background grid graphic to take full width: The background is set to an absolute position, make them absolute with 0 for all position values.
- [ ] Create a variable so it's easy to customize for your template users on the desktop breakpoint itself. Without going inside the component.
- [ ] Remove unused layers.
- [ ] Make sure each section has spacing
Asset
- [ ] Delete unused components