Widget
Card
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!-- Widget code for a single card --> | <!-- Widget code for a single card with an image to the left and text wrapping around it --> | ||
<div style="width: 361px; min-height: 183px; padding: 24px; background: <!--{$cardColor|default:'#F3F6F9'}-->; border-radius: 6px; display: flex | <div style="width: 361px; min-height: 183px; padding: 24px; background: <!--{$cardColor|default:'#F3F6F9'}-->; border-radius: 6px; display: flex; align-items: flex-start; gap: 10px; position: relative;"> | ||
<!-- | <!-- Image to the left of the card --> | ||
<img src="<!--{$imageIcon|default:'default-icon.png'}-->" alt="Icon" style="width: 50px; height: auto; align-self: flex-start; margin-right: 10px; margin-top: 24px;"/> <!-- Adjust size and margins as necessary --> | |||
<!-- Text content of the card --> | |||
< | <div style="display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 4px; flex-grow: 1;"> | ||
<div style="color: #44546F; font-size: 14px; font-weight: 400; word-wrap: break-word;"><!--{$heading|default:''}--></div> | <div style="color: #44546F; font-size: 14px; font-weight: 400; word-wrap: break-word;"><!--{$heading|default:''}--></div> | ||
<div style="color: #112B3C; font-size: 20px; font-weight: 700; word-wrap: break-word;"><!--{$subheading|default:'Default Subheading'}--></div> | <div style="color: #112B3C; font-size: 20px; font-weight: 700; word-wrap: break-word;"><!--{$subheading|default:'Default Subheading'}--></div> | ||
<div style="color: black; font-size: 14px; font-weight: 300; word-wrap: break-word;"><!--{$text|default:'Default Text'}--></div> | |||
</div> | </div> | ||
<div style="align-self: | <!-- Link with arrow icon --> | ||
<a href="<!--{$link|default:'#'}-->" style="display: | <div style="align-self: flex-start; justify-content: flex-start; align-items: center; gap: 6px; display: flex; position: absolute; bottom: 24px; left: 24px;"> | ||
<a href="<!--{$link|default:'#'}-->" style="display: flex; align-items: center;"> | |||
<div style="color: #1A50AD; font-size: 14px; font-weight: 600; word-wrap: break-word; margin-right: 10px;"><!--{$linktext|default:'Default Link Text'}--></div> | <div style="color: #1A50AD; font-size: 14px; font-weight: 600; word-wrap: break-word; margin-right: 10px;"><!--{$linktext|default:'Default Link Text'}--></div> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"> | <svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"> |
Revision as of 19:52, 10 November 2023
<img src="" alt="Icon" style="width: 50px; height: auto; align-self: flex-start; margin-right: 10px; margin-top: 24px;"/>
<a href="" style="display: flex; align-items: center;">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"> <path d="M1 5H13M13 5L9.57143 1.57143M13 5L9.57143 8.42857" stroke="#1A50AD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a>
This page was edited more than 11 months ago on 02/10/2024. What links here