insightsengineering / nest

Website for the Nest project 🪺
https://insightsengineering.github.io/nest/
Apache License 2.0
5 stars 3 forks source link

Image carousel for key NEST products #3

Closed telepath37 closed 1 year ago

telepath37 commented 1 year ago

The image carousel will be hosted on the homepage of NEST to list all key NEST products. The carousel requires each product to provide:

Modify carousel.yml to provide metadata for each product, and carousel.R to define html page layout of the carousel

telepath37 commented 1 year ago

update: the carousel was implemented in HTML (i.e. not using R function) - implementation details can be found here: https://github.com/insightsengineering/nest/blob/content_update/nest-web/index.html#L98-L182

issue closed