-
Notifications
You must be signed in to change notification settings - Fork 0
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
Content/#4 complete form html #10
Conversation
Added the basic HTML as well as some javascript to validate our email
Thought it was actually an ng-include error, but it was scope
Made it only take up a certain space on the page
They shall look nice with out form
Centered, styled, and looking beautiful, simply need to change the icons
Added the correct icons to our footer, and also, delayed the footer from showing, so it shows after the main card div shows
Looks Amazing, simple need to build opting in, and a final thank you
Finished the remaning Html with nice checkboxes, and some little bits of css Still needs more animation, and logic however
Is this is a sign-in or sign-up? |
@davidnuon A little of both, @rogerhoward Asked for something that can log everyone that came to the event, but also on board people to our orgs, if they are not yet already onboarded :) |
Where is the data being stored? |
i Like what i see thanks @torch2424 for your work |
@karimamer Your welcome! @davidnuon the data will be stored in like a google sheets or something that we can all have access to |
|
||
<h3 | ||
class = "formTitle"> | ||
Welcome to Code && Coffee Long Beach, and we hope you enjoy your time! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to HTML Entities &&
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay i shall once I get the chance :)
Made david happy, by changing && to HTML5 Compliant &&
@davidnuon I made your changes :) |
I had more to say, but I realized the scope of this issue is to do just the form HTML. I'll try to see how difficult the github onboarding issue is #6 since that's an obvious addition. Looks good, merging. |
…html Content/#4 complete form html
Sounds good! I am also going to delete the branch since it is no longer needed |
closes #4
Video:
This creates the basic html and functionality of the form, in how it will act. It still needs java script implementation with pinging the backend, some ng-animate animations, and some responsive features (Though it is already 95% of the way there for responsiveness)
Also, thanks to some tips by @julianpoy , autocompletion also works, I just wanted to showcase filling out the form by hand