Widget
Changelog
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(2 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: 20%; max-width: 40px; 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 21:51, 27 March 2024
<img src="" style="width: 20%; max-width: 40px; 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 more than 9 months ago on 03/27/2024. What links here