We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3bd02 commit 92221cfCopy full SHA for 92221cf
src/_layouts/base.njk
@@ -204,12 +204,12 @@
204
opacity: 0.3;
205
font-size: 48px;
206
letter-spacing: -10px;
207
- animation: slideGroove 8s linear infinite;
+ animation: slideGroove 1.5s linear infinite;
208
}
209
210
@keyframes slideGroove {
211
0% { transform: translateX(0); }
212
- 100% { transform: translateX(20px); }
+ 100% { transform: translateX(40px); }
213
214
215
.hero h1,
@@ -637,7 +637,7 @@
637
<a href="/contact/">Contact</a>
638
</div>
639
<div>
640
- <p>© 2024 codeGROOVE · North Cackalacky</p>
+ <p>© 2025 codeGROOVE · North Cackalacky</p>
641
<p class="text-muted">Built by engineers who got tired of waiting for reviews</p>
642
643
</footer>
0 commit comments