Notes on next steps to complete project

This commit is contained in:
Robert McGovern 2020-09-09 00:03:16 +01:00
parent 175c016d40
commit 2aa0935fa7
1 changed files with 7 additions and 1 deletions

View File

@ -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.)
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)