[REFACTOR] Landing Page#140
Open
CjuanRcris7 wants to merge 1 commit into
Open
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
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.
Summary
Migrate landing page to Vue components
Changes
New files:
FRONTEND-nuxt/app/components/landing/Hero.vue— hero section with logo, tagline, description, "Explore the graph" and "About" buttons, and a split layout featuring an animated SVG graph illustrationFRONTEND-nuxt/app/components/landing/Footer.vue— footer with institutional logos (BSC, INB/ELIXIR, OpenEBench, GitHub), each linking to its official websiteFRONTEND-nuxt/app/components/landing/AboutModal.vue—BModal-based About dialogFRONTEND-nuxt/app/assets/css/main.scss— brand color palette defined as CSS custom properties so components and modals use the project branding instead of the default Bootstrap themeFRONTEND-nuxt/app/assets/images/BSC-blue.svgFRONTEND-nuxt/app/assets/images/github.svgFRONTEND-nuxt/app/assets/images/logoINB-ELIXIR_ES.pngFRONTEND-nuxt/app/assets/images/logo_InSoLiTo.pngFRONTEND-nuxt/app/assets/images/openebench.gifFRONTEND/src/images/logoINB-ELIXIR_ES.png— pre-existing untracked fileModified files:
FRONTEND-nuxt/app/app.vue— composesLandingHero,LandingFooter, andLandingAboutModal; manages theshowAboutstate (ref) toggled by the Hero'saboutevent, and includes anonExploreplaceholder until the graph view is implementedFRONTEND-nuxt/nuxt.config.ts— importsmain.scssglobally alongside Bootstrap CSSIssues
Closes #139