-
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
Home page - frontend #2
Comments
Closed
Merged
JokeUrSelf
added a commit
that referenced
this issue
Aug 19, 2024
* build: Installed vue heroicons * chore: added colors to the tailwind configuration * chore: add assets * chore: configure default transition in vue * chore: add homepage route * feat: add homepage * feat: added "forgot password" link * fix: uncanny line removed * fix: line added * fix: corrected tailwind dependency * chore: added `xs` property for responsivness in tailwind * fix: corrected responsivness for extra small mobile layout * fix: renamed `RegisterBanner` component to `AuthBanner` * fix: renamed login button to `Sign In` * fix: renamed both auth buttons to "Continue" * fix: changed "/home" path to "/" * chore: added red color to config * fix: responsiveness for ultra small screens * fix: added fields requirements * style: change fields' outline color * style: change font "Forgot password?" font size * style: added animations for fields * fix: add absent submitForm function * refactor: remove redundant styles * feat: added underdeveloped search (option click doesn't always work) * fix: animation disabled due to inconsistent behaviour * fix: option click always works * fix: changed language to polish * doc: added screenshots * Update resources/js/components/Home/RegisterForm.vue Co-authored-by: Ewelina Skrzypacz <[email protected]> * Update resources/js/components/Home/InformationButton.vue Co-authored-by: Ewelina Skrzypacz <[email protected]> * Update resources/js/components/Home/Footer.vue Co-authored-by: Ewelina Skrzypacz <[email protected]> * Update resources/js/components/Home/RegisterForm.vue Co-authored-by: Ewelina Skrzypacz <[email protected]> * Update resources/js/components/Home/LoginForm.vue Co-authored-by: Ewelina Skrzypacz <[email protected]> * Update resources/js/components/Home/LoginForm.vue Co-authored-by: Ewelina Skrzypacz <[email protected]> * style: rephrasing sentences Co-authored-by: Ewelina Skrzypacz <[email protected]> * rephrasing words and sentences; removing a comment * rephrasing and removing a line * style: changed the position of a school searchbar * fix: vertical responsiveness * fix: incorrect banner text color with a dark mode turned on * style: naming banner title to "Testy" * fix: footer is now visible on the screen for large displays * fix: information button hover proportions optimization * refactor: rewriting a comment * fix: fixed error on login * feat: applied styled scrollbar globally * fix: sponsors' proper positioning * refactor: clean sponsors block * refactor: move searchbar from registration to its own component * fix: proper animation for searchbar * refactor: deleted empty line * fix: background responsiveness * refactor: indentation corrections Co-authored-by: Kamil Piech <[email protected]> * refactor: remove empty functions * fix: localization in the banner * style: added icon to indicate searchbar * style: correction of titles * fix: responsiveness for fields on small screens * doc: add screenshots * doc: revert changes in readme --------- Co-authored-by: Mykyta Mykulskyi <[email protected]> Co-authored-by: Ewelina Skrzypacz <[email protected]> Co-authored-by: Kamil Piech <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The aim of this task is to create only frontend stuff - things related to backend will be made in another task.
So we will have home page with section like this:
We should remember that this page must looks good on mobiles too.
The text was updated successfully, but these errors were encountered: