aboutsummaryrefslogtreecommitdiff
path: root/src/lib/projects.json
blob: 45ec76af382cdd3902bdae46981bfa3799142b0b (plain)
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 Oláh Barbershop website, 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/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)"
    },
    {
      "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"
    }
  ]
}