“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.
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).