add layout and home page
This commit is contained in:
parent
f52b02db02
commit
bcf2188b87
16 changed files with 126 additions and 3 deletions
1
src/lib/constants/index.ts
Normal file
1
src/lib/constants/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from './links';
|
||||
6
src/lib/constants/links.ts
Normal file
6
src/lib/constants/links.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const Links = {
|
||||
github: 'https://github.com/BenjaminPalko',
|
||||
itch: 'https://baobeld.itch.io/',
|
||||
kofi: 'https://ko-fi.com/baobeld',
|
||||
linkedin: 'https://www.linkedin.com/in/benjaminpalko/'
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue