ocaml.org
ocaml.org copied to clipboard
(UI) Implement Event Card with Default Image for Recurring and Upcoming Events
In Link to Figma page, we have a design for the new Event card:
Your task here is to implement the new event card as a component:
- based on the location, choose one of the 6 images from OCaml.org Design System / Default Images. (This can be done the same way as background colors for package author default avatars in package_overview.eml.)
- Overlay the location as text on the image.
The component to be modified is in ocamlorg_frontend/components/cards.eml.