add: elo data model and static rankings page
All checks were successful
Deploy on push / deploy (push) Has been skipped

This commit is contained in:
2026-03-22 20:18:28 -07:00
parent 8f9a7eda2f
commit 26adbe617f
11 changed files with 1071 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
width: 100px;
height: auto;
}
#giftwo {
position: fixed;
bottom: 0;
@@ -11,3 +12,24 @@
width: 100px;
height: auto;
}
.page-links {
font-size: 0.8rem;
letter-spacing: 0.1em;
margin-top: 1rem;
text-transform: uppercase;
}
.page-links a {
border-bottom: 0;
}
.page-links a[aria-current="page"] {
color: #00d3b7;
}
.page-links__separator {
color: #d0d0d0;
display: inline-block;
margin: 0 0.5rem;
}