ringofkeys / ring-of-keys

Flagship web app for RoK.
GNU General Public License v3.0
3 stars 0 forks source link

Create Footer component and add to Layout #15

Open franknoirot opened 2 years ago

franknoirot commented 2 years ago

There is an existing footer in src/components_old/footer.js for reference. However, the NextJS + Tailwind implementation of this may be easier to do a full rewrite.

Once the footer is created, add it to the src/components/Layout component.

franknoirot commented 2 years ago

This is underway, initiated by this commit https://github.com/ringofkeys/ring-of-keys/commit/dd44928486f1735adbbdadd251a0835c16b6fdc4. There are still some styling issues and functionality to add to the EmailSignupBanner component.