This merge request will add the page that introduces universities.
By reusing what has already been created, instead of making explanation page per universities, one page adjusts to the users' need based on the URI that is provided.
Changes
Changes in router-link to forward the user to the right explanation page
As the pages are navigated through university/:uniName, I have edited the paths from /uniName to the newer version.
Change in index.js to enable dynamic path
As I have chosen to reuse a single page for all universities, dynamic path had to be setup
Addition of contents
3 contents have been added to forward the users to learn about what it is like to live in that city.
About
This merge request will add the page that introduces universities. By reusing what has already been created, instead of making explanation page per universities, one page adjusts to the users' need based on the URI that is provided.
Changes
Changes in router-link to forward the user to the right explanation page
As the pages are navigated through university/:uniName, I have edited the paths from /uniName to the newer version.
Change in index.js to enable dynamic path
As I have chosen to reuse a single page for all universities, dynamic path had to be setup
Addition of contents
3 contents have been added to forward the users to learn about what it is like to live in that city.