Skip to content
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

feat(homepageHeader): initial commit #21

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Conversation

jarvisraymond-uchicago
Copy link
Contributor

@jarvisraymond-uchicago jarvisraymond-uchicago commented Jan 21, 2025

Link to JIRA ticket if there is one:
https://ctds-planx.atlassian.net/browse/HP-1746
https://ctds-planx.atlassian.net/browse/HP-1747

DESIGN
Header:
image
image
Footer:
image
image
IMPLEMENTATION
Header:
image
image
image

Footer:
image
image

image

STORYBOOKS
Header:
image
Footer:
image

New Features

  • Adds header and footer

Improvements

  • Moves static assets to public folder to improve image optimization
  • Improves carousel accessibility
  • Subtle adjustments to better match spacing between components per design
  • Updates all placeholder URLs to https://healdata.org

jarvisraymond-uchicago and others added 29 commits January 21, 2025 13:08
…issue, added missing colors to tailwind config, added missing logos to public images
…ck that github actions updates report to be a pass
…VGR svg imports in Storybook, wrote component test for Content Spotlight
…ed carousel to use live-region to improve accessibility
…text looks centered relative to vertical bar
@jarvisraymond-uchicago jarvisraymond-uchicago marked this pull request as ready for review January 28, 2025 20:32
import profileIcon from '../../../public/icons/HealIcons/Icon-Profile.svg';
import helpIcon from '../../../public/icons/HealIcons/Icon-Help.svg';

const navLinks = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this component should be able to ready config from this file https://github.com/uc-cdis/heal-data-commons/blob/main/config/heal/navigation.json

import gen3Logo from '../../../public/images/gen3.png';
import ctdsLogo from '../../../public/images/ctds-logo.png';
import footerNihLogo from '../../../public/images/footer-nih-logo.png';

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants