-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Auth MVP #8
Comments
I have removed the extraneous nav bar links, increased the login and try it free buttons, increased the font-size of the splash page header, shifted the session form down the page, and added the logo to that. I am still working on:
I'll update you again when I've finished these and have pushed them to Heroku. |
Hello, Adam! Fixed:
Some of the css that I started with was way too vague and I was having to fight it later in my styling. Still needs work:
I am pushing these changes to heroku and will continue to work on the second bullet-list in the morning. |
I also noticed the text color remains the same on the navbar after logging in... I'll fix that in the AM as well. |
Hello Adam, I have pushed my updates to heroku! Immediately upon doing that, I noticed that I need to change my splash page text's line-spacing. I also still need to make the nav bar sticky. -Ed |
Adam! I have pushed my updates to heroku, again! This time I have made the nav bar sticky and fixed my splash page's line-height. My auth inputs are not done. I am stuck on the floating labels... PS This play by play is brought to you by all of the free coffee. |
Gotcha, I'm taking a looking at the auth inputs right now and it seems a bit hard to click on the input fields. I assume thats due to the transition animation? I think what we have right now looks pretty solid though. If you want to move on from the floating labels/animations then you can! Even without the placeholders floating, the session form looks good. |
Looks good! Here are some changes:
Functionality
Signup
/Login
forms. Perhaps make those separate routes on the top level App. So you would haveLogin
,Signup
, andMainApp
.CSS
Log in
andTry it FREE
.How it works
,Before & after
, etc. in the nav bar since we will not have those links.DemoUser
like how the Google auth button looks like on original appI'd recommend putting your app and the original app side by side and seeing what looks off! Let me know if you have any questions about these changes.
The text was updated successfully, but these errors were encountered: