-
Notifications
You must be signed in to change notification settings - Fork 1
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
[UI] fix home cards bug, sass dependency issue #88
Open
Nauxie
wants to merge
32
commits into
master
Choose a base branch
from
develop
base: master
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.
Conversation
This file contains 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
The navigation bar was improperly built to produce nested `<a>` tags. The component logic was also more complicated than necessary. - use proper react-bootstrap components for the navigation bar - replace complicated history logic with React Router's `NavLink` - make the navigation logo to use a NavLink instead of a regular anchor - specify dark variant for `Navbar` to get light collapsing icon
- Simplify component logic for customizing header content - Convert 16-bit png to optimized image - Fix positioning of background image
added discord join
- Simplify footer styles - Add more descriptive alt text to footer icons
- Create variable for colors of blue gradient - Add blue gradient to body
Fix navbar, header, and footer
added mentor
adjusted path
…card, fixed image squishing into image cropping
adjusted path v2
Events page / home events fixes
… spacing, fixed name sizing issue on mobile on About page
More fixes to improve experience on mobile/tablet devices
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v4.14.1...v7.0.0) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…-7.0.0 Bump node-sass from 4.14.1 to 7.0.0
Rebuild home cards with hover text
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.
No description provided.