Options for card layout on website
I am creating a screen which displays courses. Currently, I am using card layout. Here each card displays a course name, and a button .on click of that button, a form will open in a modal window where the user will put his details and submit it.
Is there an option to display course list apart from cards.Please consider following information.
- There are only 6 courses available.
- Only name of course and a description of not more than 5 words is to be shown for each course
- This page should only displays course list.