Card
No edit summary
No edit summary
Line 1: Line 1:
<!-- Widget code for a single card -->
<!-- Widget code for a single card -->
<div style="width: 361px; min-height: 183px; padding: 24px; background: <!--{$cardColor|default:'#F3F6F9'}-->; border-radius: 6px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; position: relative;">
<div style="width: 361px; min-height: 183px; padding: 24px; background: <!--{$cardColor|default:'#F3F6F9'}-->; border-radius: 6px; display: flex; flex-direction: column; align-items: center; gap: 10px; position: relative;">
     <!-- Row container for icon and headings -->
     <!-- Container for icon based on alignment variable -->
     <div style="display: flex; align-items: center; gap: 10px;">
     <div style="width: 100%; text-align: <!--{$iconAlign|default:'left'}-->; padding-bottom: 10px;">
         <!-- Optional image icon -->
         <!-- Optional image icon, adjust as necessary for center alignment -->
         <img src="<!--{$imageIcon|default:'default-icon.png'}-->" alt="Icon" style="width: <!--{$iconSize|default:'50px'}-->; height: auto;">
         <img src="<!--{$imageIcon|default:'default-icon.png'}-->" alt="Icon" style="width: <!--{$iconSize|default:'50px'}-->; height: auto; display: <!--{$iconAlign|default:'inline'}-->; margin: 0 auto;">
        <!-- Column container for heading and subheading -->
    </div>
        <div style="flex-direction: column; justify-content: center; align-items: flex-start; gap: 4px; display: flex;">
    <!-- Column container for heading and subheading -->
            <div style="color: #44546F; font-size: 14px; font-weight: 400; word-wrap: break-word;"><!--{$heading|default:'Training'}--></div>
    <div style="flex-direction: column; justify-content: center; align-items: flex-start; gap: 4px; display: flex;">
            <div style="color: #112B3C; font-size: 20px; font-weight: 700; word-wrap: break-word;"><!--{$subheading|default:'Learn by doing'}--></div>
        <div style="color: #44546F; font-size: 14px; font-weight: 400; word-wrap: break-word;"><!--{$heading|default:'Training'}--></div>
        </div>
        <div style="color: #112B3C; font-size: 20px; font-weight: 700; word-wrap: break-word;"><!--{$subheading|default:'Learn by doing'}--></div>
     </div>
     </div>
     <!-- Description text below icon and heading -->
     <!-- Description text below icon and heading -->

Revision as of 22:25, 10 November 2023

       <img src="" alt="Icon" style="width: ; height: auto; display: ; margin: 0 auto;">
       <a href="" style="display: inline-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 7 months ago on 02/10/2024. What links here