site/layouts/partials/now.html
jshiffer fd3a461cf4 mastodon account verification
link can be invisible, but this lets us verify our mastodon account
2024-08-17 12:30:15 -07:00

27 lines
596 B
HTML

<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; }
}
.invisible {
display: none;
}
</style>
<a class="invisible" rel="me" href="https://mastodon.linux.ucla.edu/@admin">Mastodon</a>
<ol>
<li>
<a href="/events/ewaste-s24">
<span class="magic">May 16, 2024: E-Waste Meetup</span>
</a>
</li>
</ol>