diff --git a/FrontendMentor/ping-coming-soon-page-master/work-through/myProcess.md b/FrontendMentor/ping-coming-soon-page-master/work-through/myProcess.md index 9434b5a..ac5c198 100644 --- a/FrontendMentor/ping-coming-soon-page-master/work-through/myProcess.md +++ b/FrontendMentor/ping-coming-soon-page-master/work-through/myProcess.md @@ -44,4 +44,10 @@ Was easier working on mobile first, and then adjusted for desktop on this one. ![desktop difference](desktop-diff.png) -Now to remove extra adjustments that aren't needed (because they are duplicates of further up the page.) \ No newline at end of file +Now to remove extra adjustments that aren't needed (because they are duplicates of further up the page.) + +Final steps: +Add JS error checking on submit button (valid email address, and error on submit on an empty field (although my preference really is disable the button if nothing is in the field)) + An error will trigger a text line to appear in red + And change the border color of the input email field to red. +Hover States for Social Buttons (flip colors) \ No newline at end of file