From 2aa0935fa75369720ef4d221bc4c9ebd1c0f014f Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Wed, 9 Sep 2020 00:03:16 +0100 Subject: [PATCH] Notes on next steps to complete project --- .../work-through/myProcess.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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