- Variables: Incorporate variables in your project for color and font stacks.
- Nesting: Every selector should be nested inside the main container. Avoid having global styles unless they are element level.
- Mixins: Create 2 mixins of your choosing. Hint: It's super helpful to use flexbox properties in mixins
- Mobile: Use nested-at rules to provide a mobile version of your resume. Use
500pxas amax-widthfor mobile.
- Incorporate a google font of your choosing
- Convert the great idea CSS into LESS. Introduce variables, mixins, nesting, etc.
- Create a link to the portfolio page and create a layout that would allow users to see your work. A good idea is to link projects back to their github repos so employers can see your code.