feat/style: Improve UI/UX of the main parts of the website#40
Merged
Conversation
Just a UI change. The color, position, and functionality of the "Add Section" button remain the same. The button is now a circle with a "+" icon, making it more visually appealing and intuitive for users to add new sections to their resume.
This is just a card with the basic fields for creating an account. No functionality has been added yet, and the styling is not finished.
This makes sure that the sign up and log in page both use the same color scheme and look consistent with each other.
The colors now match the rest of the site, and the content is organized into cards. The "Go back home" link has been removed since the user can just click the logo in the header to go back home.
This refactors the CSS code for all styling files.
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
Updated the form page UI and UX: modernized styling (card layout, spacing, input/textarea focus states, circular “+” Add Section button), unified background color with the home page, and improved submit behavior so the button disables while submitting, backend errors surface as a visible error banner, and the resume preview only renders on success.
Type of Change
How to Test Changes
Checklist/Sanity Checking