Adding contact information, updating about page

This commit is contained in:
Dan 2026-01-06 14:54:30 +00:00
parent 80b1d7634a
commit 0041a48bae
11 changed files with 526 additions and 43 deletions

View file

@ -6,7 +6,7 @@
aspect-ratio: 300 / 245;
background: linear-gradient(145deg, #b8b8b0, #989888);
box-shadow:
0 8px 20px rgba(0, 0, 0, 0.7),
0 8px 20px #000000b3,
inset 0 2px 4px rgba(255, 255, 255, 0.3),
inset 0 -2px 4px rgba(0, 0, 0, 0.3);
padding: 6px 8px 18px 8px;
@ -20,7 +20,7 @@
&::before {
content: " ";
display: block;
position: fixed;
position: absolute;
top: 6px;
left: 8px;
bottom: 18px;
@ -44,7 +44,7 @@
&::after {
content: " ";
display: block;
position: fixed;
position: absolute;
top: 6px;
left: 8px;
bottom: 18px;

View file

@ -12,6 +12,10 @@ footer[role="contentinfo"] {
border-left: 1px solid #0f0;
border-top-left-radius: 5px;
> .crt {
position: relative;
}
@include media-down(lg) {
display: none;
}

View file

@ -43,6 +43,10 @@
justify-content: space-around;
height: 100%;
gap: 2px;
&.crt {
position: relative;
}
}
.vu-bar {