-
Notifications
You must be signed in to change notification settings - Fork 5
Redesigned UI refactor #117
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
Open
5thAttemptCode
wants to merge
12
commits into
SamoaCodeHub:main
Choose a base branch
from
5thAttemptCode:redesigned-ui-refactor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Redesigned UI refactor #117
5thAttemptCode
wants to merge
12
commits into
SamoaCodeHub:main
from
5thAttemptCode:redesigned-ui-refactor
Conversation
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
👷 Deploy request for samoa-stack-overflow pending review.Visit the deploys page to approve it
|
Green-Ranger11
requested changes
Nov 24, 2025
Contributor
Green-Ranger11
left a comment
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.
Awesome stuff malo lava! Just a small change to remove a file accidentally committed and to fix the e2e please
Contributor
Author
|
Updated e2e tests to match new UI and removed the accidentally committed file — ready for re-review. |
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.
#Modernized UI, improved UX, refactored code/DRYing it up
Modernized UI
Refined the UI with a clean, modern aesthetic, utilizing a monochromatic color palette and accent colors to highlight key call-to-action buttons. Implemented a structured user flow guiding visitors through the site. The hero section features a bold headline to capture attention, followed by a section highlighting the community’s core values. The project section immediately after demonstrates how our work reflects these values. A concise purpose section leads into the About Us area, where users can navigate to a dedicated page to learn more about all contributors. The site concludes with a contact section, providing a clear endpoint for engagement. This flow is designed to guide users naturally from understanding our mission to exploring our projects and team.
###Hero section

Enhanced clarity and engagement with a bold headline, succinct description, and an accent-colored call-to-action that draws user attention.
###Core values

Presented core values through a simple and modern 3D block graphic
###Project section

Standardized the background color of project images and replaced outdated visuals with modern, clean designs.
###Purpose

Highlighting the community's purpose
###About


Replaced the previous timeline and media sections with a concise, clear About Us text, accompanied by a call-to-action button directing users to the Contributors page. The Contributors page has been modernized with a cleaner layout and subtle hover animations.
###Contact

Implemented a clean, straightforward contact form with clearly defined social media buttons.
##Improved UX
##DRYing up code