style: Improve Website UI/UX#38
Merged
Merged
Conversation
This is just for UI purposes. The heading "The Method's Moto" is not underlined because it is the main heading of the footer and does not contain links.
The title and caption now appear letter by letter in about 650ms upon the website reloading. This effect is for the home page's hero area.
Remove the unsued jsx and CSS code for the old sign up and log in buttons. Refactors code for organization and readability. Also, updates the imports for App.jsx so the new LoginPage component is imported and used in the routing.
These icons will be used in the drop down for changing the theme of the website.
The stats section is more streamlined and organized. The code is also cleaner and more maintainable. The CSS has been updated to reflect the new design and layout of the stats section. Overall, this refactor improves the user experience and aims to makes the codebase easier to work with in the future.
This ensures we are transparent with our users about the source of the data. This also shows that we do not keep track of user data and make it public unless they are okay with it.
Upon clicking get started the user will see a link to make an account. If they already have one they can put in their credentials and log in. There is also a spot for "Remeber me" and "Forgot password?" but those are not functional yet.
Adds a basic logo/favicon for The Method website is in the browser's tab.
Before the FAQ compoenent did not have the right importants so it did not render. Now it is fixed and the page is styled properly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
How to Test Changes
Checklist/Sanity Checking