“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

Very thorough explanation of concepts. I really like how he explains things as his communication style meshes well with
Michael Stilwell
Exceeding My Learning Expectations

This course was beautifully produced. I really liked that what the instructor said was emphasized with text and animatio
Susana Perez
Exceeding My Learning Expectations

Alan is really passionate about these topics and his examples always help a lot to understand some things in the real wo
Miriam Glaser
Exceeding My Learning Expectations

Don Norman speaks extremely convincingly and with emotion, with which he manages to captivate the listener. This course
Milena Valcheva
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).