init commit

This commit is contained in:
2022-10-03 20:27:19 -07:00
commit e038aee33f
34 changed files with 1406 additions and 0 deletions

18
layouts/partials/now.html Normal file
View File

@@ -0,0 +1,18 @@
<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>
<li><a href="/installfest"><span class="magic">10-07: Installfest, Friday 18:00-19:00 in Mong Auditorium in Engineering 6</span></li></a>
<li>10-11: General meeting</li>
</ol>