Widget
Changelog
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
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: | <div onclick="window.location.href='<!--{$link|default:'#'}-->';" style="max-width: 280px; width: 80vw; height: auto; padding: 5vw; 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:'/icon.png'}-->" style="width: | <img src="<!--{$iconUrl|default:'https://example.com/icon.png'}-->" style="width: 15vw; height: auto; max-width: 60px; max-height: 60px; margin-bottom: 2vw;"> | ||
<a href="<!--{$link|default:'#'}-->" style="text-decoration: none; color: #1A50AD; font-size: | <a href="<!--{$link|default:'#'}-->" style="text-decoration: none; color: #1A50AD; font-size: 4vw; font-weight: 600; text-align: center; max-font-size: 16px;"> | ||
<!--{$linktext|default:'Take Training'}--> | <!--{$linktext|default:'Take Training'}--> | ||
</a> | </a> | ||
</div> | </div> |
Revision as of 21:50, 27 March 2024
<img src="" style="width: 15vw; height: auto; max-width: 60px; max-height: 60px; margin-bottom: 2vw;"> <a href="" style="text-decoration: none; color: #1A50AD; font-size: 4vw; font-weight: 600; text-align: center; max-font-size: 16px;"> </a>
This page was edited more than 9 months ago on 03/27/2024. What links here