Initital commit simple bio page

This commit is contained in:
2023-11-04 15:53:03 +01:00
commit 28502fe582
22 changed files with 2029 additions and 0 deletions

3
src/lib/colors.ts Normal file
View File

@@ -0,0 +1,3 @@
const colors = ['#24d05a', '#eb4888', '#10a2f5', '#e9bc3f'];
export default colors;