“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
I came out with a better understanding of designing for mobile and information that I wouldn't have considered previousl
Carolyn Tonkin
Exceeding My Learning Expectations
Nice mix of content and complementary to other courses I have done with IxDF.
Laura Ennis
Exceeding My Learning Expectations
The examples were easy to follow and the mixed video/reading elements really complimented each other throughout. Frank d
Sarah Reif
Exceeding My Learning Expectations
I really like how the course is structured and laid out in clear, objective language with lots of examples. My favorite
Daniella Parra
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).