TNRIS / dataHub

ReactJS frontend web application for browsing, downloading, and inquiring about TNRIS public data and historical imagery.
https://data.tnris.org
7 stars 0 forks source link

Feature/general contact form #298

Closed ctrepka closed 3 years ago

ctrepka commented 3 years ago

Resolves #273 by adding a form for general inquiries. Uses the same email template as the contact form from TNRIS.org/contact

Future additions to /about route will include a FAQ accordion and a short "About DataHub" write-up

ctrepka commented 3 years ago

I think after form submission, there are some html elements hidden by the top DataHub Help bar. There are also some spacing/padding adjustments to the left and right that should probably be made to get the text off the edge.

I think on the general form even before submission, there are elements covered up by the top bar as well.

Fixed, I had forgotten to change one of the css class names from "about-page-wrapper" to "help-page-wrapper"