Changelog
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Simplified widget code: clickable card with centralized display title -->
<!-- Simplified widget code: clickable card with centralized display title -->
<div onclick="window.location.href='<!--{$link|default:'#'}-->';" style="width: 280px; height: 150px; padding: 20px; background: #F3F6F9; border-radius: 6px; display: flex; justify-content: center; align-items: center; cursor: pointer;" class= "changelog-card" >
<div onclick="window.location.href='<!--{$link|default:'#'}-->';" style="max-width: 280px; width: 100%; height: 150px; padding: 20px; background: #F3F6F9; border-radius: 6px; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer;" class="changelog-card">
    <img src="<!--{$iconUrl|default:'https://example.com/icon.png'}-->" style="width: 30%; max-width: 400px; height: auto; margin-bottom: 10px;">
     <a href="<!--{$link|default:'#'}-->" style="text-decoration: none; color: #1A50AD; font-size: 16px; font-weight: 600; text-align: center;">
     <a href="<!--{$link|default:'#'}-->" style="text-decoration: none; color: #1A50AD; font-size: 16px; font-weight: 600; text-align: center;">
         <!--{$linktext|default:'Take Training'}-->
         <!--{$linktext|default:'Take Training'}-->
     </a>
     </a>
</div>
</div>

Latest revision as of 20:47, 14 July 2024

   <img src="" style="width: 30%; max-width: 400px; height: auto; margin-bottom: 10px;">
   <a href="" style="text-decoration: none; color: #1A50AD; font-size: 16px; font-weight: 600; text-align: center;">
   </a>
This page was edited 62 days ago on 07/14/2024. What links here