SUMMARY
Another responsive front end design I built using HTML and SCSS. I took some online training learning SCSS so I found this online tutorial about building a cool looking landing page with a form.
FRONT END:
- Responsive layout including using SCSS
- SCSS use of functions, variables for colors and mixins so that I could continue to think like a developer while I play designer ;-)
- I didn't know much about CSS clip paths before this training and now I understand how to make those irregular shapes and cool looking background images via CSS, and not using a graphic file like I used to....
BACK END:
- There's a tiny bit of Javascript in place so that when a user clicks on one of the 3 radio buttons the section of the page automatically submits the form. Otherwise this is all about the front end!