Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • frontend frontend
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Painel de Dados Nubo
  • frontendfrontend
  • Merge requests
  • !1

Merged
Created Mar 22, 2025 by Leonardo Gemin Pereira@l.geminDeveloper

Feature - USF001 Banner Landing Page

  • Overview 0
  • Commits 5
  • Pipelines 1
  • Changes 8

Landing page Banner created attending to the design proposed on Figma:

image

The banner is composed by:

  • A <section> that wraps the component with defined height;
  • A pseudo-element that contains the background, configured as wanted (color filters and reduced opacity);
  • A <h1> (title) text in black weight;
  • A <h2> (subtitle) text in medium weight.

It was also created a unit test with vitest to se if the component is rendering properly.

For that, it was necessary to display the component in a DOM environment, so I ended up installing the jsdom additional package and configuring it as the default test environment. This change can easily be undone later if thought unnecessary.

Note: Font familly is not the same as in Figma

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/F001-banner