-
Notifications
You must be signed in to change notification settings - Fork 2
/
categories.json
65 lines (65 loc) · 1.79 KB
/
categories.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"link": "art",
"title": "Art",
"description": "Art is awesome!",
"image": "art.png",
"competitions": []
},
{
"link": "board-games",
"title": "Board Games",
"description": "Play board games and win awesome prizes!",
"image": "board-games.png",
"competitions": []
},
{
"link": "climbing",
"title": "Climbing",
"description": "It might sound a bit extreme but it is definitely worth it!",
"image": "climbing.png",
"competitions": []
},
{
"link": "dancing",
"title": "Dancing",
"description": "Get away from the everyday stress with awesome music and dancing!",
"image": "dancing.png",
"competitions": []
},
{
"link": "hiking",
"title": "Hiking",
"description": "Discover the hidden beauties of Bulgaria while being in the fresh air!",
"image": "hiking.jpg",
"competitions": []
},
{
"link": "history",
"title": "History",
"description": "Show your history knowledge and have fun while learning a lot of new facts!",
"image": "history.png",
"competitions": []
},
{
"link": "programming",
"title": "Programming",
"description": "Learn to code and you can write an app as cool as ours!",
"image": "programming.png",
"competitions": []
},
{
"link": "quiz",
"title": "Quiz",
"description": "Let's see if you can answer all of the questions!",
"image": "quiz.png",
"competitions": []
},
{
"link": "swimming",
"title": "Swimming",
"description": "Healthy, ",
"image": "swimming.png",
"competitions": []
}
]