Halfway through resume page. Need to add modals.

This commit is contained in:
g_it 2026-02-13 22:41:52 +01:00
commit 3f38f601e9
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
30 changed files with 514 additions and 194 deletions

View file

@ -85,16 +85,6 @@
width: 100%;
}
.down-arrow {
animation: flash 1s infinite;
bottom: 20px;
color: var(--tertiary-colour);
font-size: 1rem;
left: 50%;
position: fixed;
transform: translateX(-50%);
}
.faces .slide {
border-radius: 10px;
left: 50%;
@ -137,15 +127,3 @@ footer {
.hidden {
display: none;
}
@keyframes flash {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}