KlimaDAO / klimadao

Monorepo for the official KlimaDAO site, dApp, components and design system.

Home Page:https://klimadao.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[UI v2 phase 3] Hero Section Update

0xemc opened this issue · comments

Requirements:

  • Remove vintage & registry information from the Hero section.
  • Add methodology to the Hero section.
  • Include a background satellite image.

Designs:

image

https://www.figma.com/file/5GewbdVaM1Q06CwHmF7d3F/Projects?type=design&node-id=2024-35193&mode=design&t=cjuQ469TKnaGRbiV-4

User Story Reference: Not applicable as no specific user story was provided for the Hero section.

Pictures can be generated using mapbox like so:

https://api.mapbox.com/styles/v1/mapbox/satellite-streets-v12/static/8.6821,50.110924,16/1280x720?access_token=<token>

where:

  • satellite-streets-v12 the mapbox style (satellite with streets)
  • 8.6821,50.110924,16 = <lon>,<lat>,<zoom>
  • 1280x720 = width x height in pixels (maximum being 1280 x 1280)
  • <token> = our mapbox token