Dynamic Content for Persona Widgets
SANS Institute Infocon
Provide a simple Cyber Security Alert status
You can use this code to display the current Infocon status inside the Content widget.
<div style="text-align:center;">
<a href="https://isc.sans.edu/infocon.html" style="display:inline-block;">
<img src="https://isc.sans.edu/images/status.gif"
alt="SANS Internet Storm Center Infocon status"
style="width:90%;max-width:500px;height:auto;border:0;">
</a>
</div>
To change the Widget's background color to match the current Infocon status, use this code
<iframe
src="https://https://www.humanizeit.biz/dynamic-content/isc-infocon"
width="100%" height="170"
style="border:0;border-radius:8px;overflow:hidden">
</iframe>