add commented out pentagram

not 100% on this for now so imma leave it commented out
pull/1/head
Drake 2 years ago
parent c3a7be91a0
commit d4203b1ded

@ -14,6 +14,7 @@ import '../css/color.scss'
)
})}
</div>
<!--<img src="https://media.ruthenic.com/pentagram.png" alt="Spinning pentagram" style="animation: rotation 10s infinite linear;">-->
<img src="https://media.ruthenic.com/lgbtq%20badge.png" alt="LGBTQ+ rights!"> <!-- sry idk what else to put there lmao -->
<img src="https://media.ruthenic.com/god%20cant%20help%20you%20now%20badge.png" alt="CAUTION: God can't help you now.">
</div>

@ -1,3 +1,12 @@
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.main-content {
display: flex;
flex-direction: column;

Loading…
Cancel
Save