“Masterclass Card” Component
Masterclass card is used to list available masterclasses or past masterclasses. The card is specific to masterclass only. It spans 3 columns in large screen and 4 columns in medium screen. There are two type of masterclass card: purchased masterclass cards and public masterclass cards.
On the Masterclasses Page
Level Up Your Career: How to Land a Job in the Game Industry
Learn about Game UX careers with Om Tandon.
By Om Tandon, UX Design Leader, Nordeus/Zynga/Take-Two Interactive
User Research for Everyone: Practical Strategies for Every Team
Learn the practical strategies to make user research one of your most powerful tools
By Alex McMahon, Design Lead
Learning Experience Design: How to Create Powerful Learning Journeys
Discover how you can use your UX design skills to create better ways of learning.
By Niels Floor, Learning Experience Design Pioneer
How to Design Better Error Messages UX
Learn Error Messages UX with Vitaly Friedman
By Vitaly Friedman, Senior UX Consultant, European Parliament, and Creative Lead, Smashing Magazine
Usage
// Generic Masterclass
@include('components.cards.masterclass', ['masterclass' => $masterclass])
// Purchased Masterclass
@include('components.cards.masterclass--purchased', ['masterclass' => $masterclass])
Props
-
masterclass (required)App\Modules\Masterclass\Models\Masterclass
Masterclass instance to display.