devonfw / devonfw.github.io

devonfw official website
https://www.devonfw.com/
4 stars 36 forks source link

Tutorial Page: index files setup and pipeline #237

Open denise-khuu opened 3 years ago

denise-khuu commented 3 years ago

Checkout those links to find a code example to a similar problem:

https://github.com/devonfw/architectures/blob/master/index.scss https://github.com/devonfw/architectures/blob/master/index.js (main())

The '/tutorials' page need its own html tags and display logic.

index.js will:

index.css holds the design of the html tags

This issue will focus on the display of each tutorial in a list and the search engine: for now the searchbar will only search for the tags

denise-khuu commented 3 years ago

Functions: main(): Creates the divs for searchbar, filter panel, and the tutorials renderTutorials(): renders the tutorial previews in tutorial divs