bcgov / cas-reporting

This is for the Clean Growth Digital Services team for work related to reporting.
Apache License 2.0
0 stars 0 forks source link

Feat/109 temporary landing page #156

Closed mikevespi closed 5 months ago

mikevespi commented 7 months ago

In order to be able to log in when developing locally, we need a page to act as a landing page with login links.

To maintain the look and feel across the modules, we should use the same styles and layout components. For now, the Header, Main, and Footer components have been brought in and simplified. This also required bringing across the ThemeRegistry component, and custom theme and colors. Once we have more definitive routing plans we can setup the appropriate layouts, for now the theme is in the app root layout and the Header Main and Footer components are used directly in page.

To emphasize, this is a placeholder page, however the header and footer are the actual components we will use across the site, and are thus the only properly styled portions of this page.