This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-website/themes/svrjswebsite/layout/_partial/banner.ejs

8 lines
337 B
Text
Raw Normal View History

<% var nowDate = new Date(); %>
<% if (nowDate.getDate() == 2 && nowDate.getMonth() == 3) { %>
<div class="header-banner" style="background-color: #ff0000; color: #ffffff">
Today, SVR.JS goes <b>#RedInstead</b><br/>
<a href="https://autisticadvocacy.org/donate/">Support the Autistic Self Advocacy Network</a>
</div>
<% } %>