Rebuild header to match Holland America Line#9
Merged
Conversation
Restructure the header block into HAL's layered layout and full-fidelity match: - header.js: map five nav-fragment regions (brand/logo, primary menu, utility, announcement, search widget) and keep mega-menu + mobile-drawer behavior. - header.css: navy layered header — logo, top utility bar with icons, primary menu (20px/600) with active orange underline, orange announcement bar, cruise-search widget row, full-width multi-column mega-menu panels, and a navy mobile drawer. - quasimoda: add --nav-font token and the Adobe Fonts kit link in head.html. - icons: add heart/globe/chat/user line icons for the utility bar. The matching nav content (logo image, mega-menus, utility, announcement, search widget) lives in the DA /fragments/nav source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The cruise-search widget doesn't belong in the header. Drop the search region from header.js region mapping and header.css (grid rows + widget styles); the matching section was also removed from the DA /fragments/nav source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What & why
Full-fidelity rebuild of the header block to match the live hollandamerica.com header — layered layout, logo image, mega-menus, quasimoda font, announcement bar, and cruise-search widget.
Preview: https://claude-nifty-leakey-c5f03b--hal--adobedevxsc.aem.page/en/us
Changes
blocks/header/header.js— map five nav-fragment regions (brand/logo, primary menu, utility, announcement, search widget); retains mega-menu toggle + mobile drawer behavior.blocks/header/header.css— navy layered header: logo, top utility bar with icons, primary menu (20px/600) with active orange underline, orange announcement bar, cruise-search widget row, full-width multi-column mega-menu panels, navy mobile drawer.head.html— Adobe Fonts kit link (use.typekit.net/mvi1kov.css) for quasimoda.styles/styles.css—--nav-fonttoken (quasimoda with fallback).icons/— heart, globe, chat, user line icons for the utility bar.Companion content
The matching nav content (logo image, mega-menu items, utility links, announcement, search-widget markup) is in the DA
/fragments/navsource and must be published for the live header to show all regions. Until then the live header degrades gracefully to brand/menu/utility.Verification
Verified locally (drafts) at desktop + mobile: five regions place correctly, utility icons render white, quasimoda loads from the kit, Destinations mega-menu shows a full-width 3-column panel, mobile hamburger opens a navy drawer.
npm run lintpasses clean.🤖 Generated with Claude Code