site/layouts/partials/now.html

19 lines
492 B
HTML
Raw Normal View History

2022-10-03 20:27:19 -07:00
<style>
span.magic {
font-weight: bold;
font-size: larger;
color: #e84545;
animation: 3s linear 0s infinite normal both running magic;
}
@keyframes magic {
0% { color: #e84545; }
33% { color: #45e845; }
66% {color: #4545e8; }
}
</style>
<ol>
2022-10-08 20:15:08 -07:00
<li><a href="/installfest"><span class="magic">10-07: Installfest, Friday 18:00-19:00 in Mong Auditorium in Engineering 6</span></a></li>
2022-10-09 02:39:39 -07:00
<li>TBD: General meeting</li>
2022-10-03 20:27:19 -07:00
</ol>