“Testimonial Card” Component
Design: zeplin.
Testimonial cards are similar to press cards. They're used for article-form member testimonials and shown on the Why Join Us page.
Exceeding My Learning Expectations

Steady tone and showing real examples of different portfolios, how it worked as best, or why it didn't look good.
Santhosh Raj
Exceeding My Learning Expectations

Very clear in explanations and good practical references and examples.
Nico De Backer
Exceeding My Learning Expectations

She was right on point on practical observations and pinpoints real world scenarios. Whenever I had a question I thought
Rachel Gonçalves
Exceeding My Learning Expectations

The instructor shared plenty of relatable content that made it easy to understand how the course topic applied. Even as
Andy Gingerich
Usage
@include('components.cards.testimonial', [
'title' => 'Exceeding My Learning Expectations',
'text' => 'I can\'t say enough how grateful I am for this portfolio class.',
'author' => 'Nicena Fontaine',
'image' => 'https://public-images.interaction-design.org/user-uploads/57615/profile-pictures/original.c5afa464198c0571106839b1a095396f.png',
'url' => '#my-story',
])
Props
-
image (required)string
Image URL for the card.
-
urlstring
URL for the card's link.
-
titlestring
Title for the card (plaintext).
-
authorstring
Text below the main excerpt, usually author's name (plaintext).
-
textstring
Text content for the card (plaintext).