“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

This course is perfect and instrumental for me to start my UX portfolio. I’m so happy you are offering this now, since I
Alecia Mitchell
Exceeding My Learning Expectations

I can’t say enough how grateful I am for this portfolio class. Before this class, I spent a lot of time trying to backwa
Nicena Fontaine
Exceeding My Learning Expectations

This is a useful course for me. I used to follow the STAR framework to write up my case studies. Now I think the structu
Sylvia Ho
Exceeding My Learning Expectations

The course instructor and speakers all come from very reputable and well-known organizations, they are all so experience
Blazenko Davidovic
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-media.interaction-design.org/images/members/57615/profile_pic/medium.4c2eee7f18e0309dcfca2b1bef18944a.jpg',
'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).