Move About Us and Home to main nav, add dropdown animation and some colors#692
Open
Raiden0456 wants to merge 6 commits intozen-browser:mainfrom
Open
Move About Us and Home to main nav, add dropdown animation and some colors#692Raiden0456 wants to merge 6 commits intozen-browser:mainfrom
Raiden0456 wants to merge 6 commits intozen-browser:mainfrom
Conversation
JosueGalRe
approved these changes
Jun 21, 2025
taroj1205
reviewed
Jun 22, 2025
taroj1205
reviewed
Jun 23, 2025
taroj1205
approved these changes
Jun 25, 2025
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.
This pull request includes changes to improve navigation, enhance dropdown interactions, and refine localization text. The most significant updates involve restructuring navigation links, adding animations to dropdown menus, and standardizing localization strings.
Navigation Updates:
src/components/MobileMenu.astro: Moved the "About Us" link from its previous position and added it under "Extra Links." [1] [2]src/components/NavBar.astro: Updated navigation links to include dynamic classes for active states and hover effects. Added a new "About Us" link with active state styling.Dropdown Enhancements:
src/components/NavBar.astro: Added rounded corners, padding, and hover effects to dropdown buttons. Updated dropdown animations usinganimejsto improve visual transitions. [1] [2] [3]Localization Refinements:
src/i18n/en/translation.jsonandsrc/i18n/ja/translation.json: Removed emojis from "About Us" text to standardize localization strings. [1] [2]Styling Adjustments:
src/components/NavBar.astro: Updated dropdown styling to use a single border instead of a double border and added a shadow for better visual hierarchy.Configuration Changes:
astro.config.mjs: AddedtrailingSlash: 'never'to the Astro configuration for cleaner URLs.Screencast.From.2025-07-02.10-40-58.webm