add react

This commit is contained in:
2025-02-02 00:58:28 -05:00
parent ead9309e30
commit f5f335ff33
16 changed files with 258 additions and 31 deletions

7
src/scss/fonts.scss Normal file
View File

@ -0,0 +1,7 @@
@font-face {
font-display: swap;
font-family: 'Terminus';
font-style: normal;
font-weight: 500;
src: url('/Terminus.woff2') format('woff2');
}

0
src/scss/terminal.scss Normal file
View File

3
src/scss/variables.scss Normal file
View File

@ -0,0 +1,3 @@
$header-Y: 30px;
$footer-Y: 30px;
$component-padding: 20px;