Skip to content

Karel/layout - created homepage and study options based on materials in figma

Jan Koprajda requested to merge karel/layout into master

Created by: KarelGeyer

Couple of components were created:

Homepage folder

  • can be found -> frontend -> pages -> Homepage (localhost:3000/homepage)
  • needs to be redesigned to match with version 3.0 (will be done in next few days)
  • added responsivity (only phone version)
  • all styled using Styled components,
  • based on version 0.5, for now, its components are:
  1. DropDowns.tsx - basic styled inputs to choose your education, course and additional qualification, under inputs there is a search button.
  2. Headline.tsx - Headline and Subheadline

*StudyOptions

  • can be found -> frontend -> pages -> StudyOptions (localhost:3000/studyoptions)
  • design based on version 3.0
  • added responsivity (only phone version)
  • all styled using Styled components, Material UI for icons
  • its components are:
  1. Heading.tsx - headings, title, qualification, some text, filter button
  2. Selection.tsx - selection based on Tile, Qualification, CŽV
  3. Results.tsx - containers for each university

Footer

  • Footer can be found in - folder layout -> footer -> Footer.tsx
  • once again only used Styled Components
  • its responsive (only phone version)
  • imported in Layout.tsx bellow MaxWidth component

also installed material UI Core and Icons

Merge request reports

Loading