For this assignment, you will create a simple form to add to your existing site from lab 1 & 2. This short form can be contained in an aside like the example from class.
Using the formmail echo response script I have provided (http://jwdittrich.people.ysu.edu/INFO_3776/formmail.php), test your form submissions using the POST method (note that the GET method will not work because it is not implemented).
Using semantically-correct HTML5 (use the W3C validator), include the following elements:
Continue customizing your site's appearance by using the Bootstrap framework to enhance your site. Use the code-along examples from class and the Bootstrap Docs for reference. Don't underestimate the difficulty even though it is mostly copy-paste!
Use Bootstrap classes to implement the following:
Additionally, implement CSS3 Flexbox attributes to have self-organizing child elements like the example we wrote in class. Be careful to choose attributes that work well together.
Create a gradient that is 1-pixel wide or high and implement the background-repeat directive to make a lightweight background for a header, footer, or div.