1
0
Fork 0

Change logo animation

This commit is contained in:
Moritz Ruth 2020-01-12 16:09:51 +01:00
parent 3445ae529c
commit 2d7ecbc553
No known key found for this signature in database
GPG key ID: FE38A0B03AA331BA
6 changed files with 1169 additions and 770 deletions

View file

@ -3,9 +3,6 @@
<KNavigationBar/>
<AnimatedLogo/>
<main class="index-page__content">
<div class="index-page__name">
Moritz Ruth
</div>
<div class="index-page__socials">
<a class="index-page__social-link" href="https://github.com/moritzruth" title="GitHub">
<GitHubIcon class="index-page__social-icon"/>
@ -37,12 +34,6 @@
height: calc(100vh - var(--x-navbar-height));
}
.index-page__name {
animation: appear 800ms 3.5s ease both;
font-size: 2rem;
}
@keyframes appear {
from {
opacity: 0;