1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"projects": [
{
"iconLink": "https://raw.githubusercontent.com/Olah-Barbershop/website/master/src/lib/assets/icon.png",
"link": "https://github.com/Olah-Barbershop/website/",
"title": "Oláh Barbershop",
"description": "The website of Oláh Barbershop, built with SvelteKit"
},
{
"iconLink": "https://raw.githubusercontent.com/Olah-Barbershop/website/master/src/lib/assets/icon.png",
"link": "https://github.com/Olah-Barbershop/API",
"title": "Oláh Barbershop - API",
"description": "The API used for the Oláh Barbershop app and website"
},
{
"iconLink": "https://raw.githubusercontent.com/pml68/website/master/static/pml68.png",
"link": "https://github.com/pml68/website/",
"title": "pml68",
"description": "My personal website - this one -, built with SvelteKit"
},
{
"iconLink": "https://raw.githubusercontent.com/Olah-Barbershop/website/master/src/lib/assets/icon.png",
"link": "https://github.com/Olah-Barbershop/app/",
"title": "Oláh Barbershop - App",
"description": "The Oláh Barbershop app for Android (WIP)"
}
]
}
|