Download the repository and open one of the HTML pages in your browser.
OR
Visit the deployed site on Netlify.
There are three pages.
- User Registration
- Landing
- Plots
This page has a form that validates a set of user registration information using server-side JavaScript and uses regex.
This is a simple home page and a base for the user to navigate to other pages.
This contains farm plot data and has a form for adding a new plot to the database. The form allows you to add a new row to the table but won't persist upon refresh (work in progress).
- Web Font Adobe Garamond imported from .otf file
- jQuery
- Bootstrap