-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
58 lines (58 loc) · 1.93 KB
/
data.json
File metadata and controls
58 lines (58 loc) · 1.93 KB
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
{
"hackathons": {
"attended": [
{
"name": "Hack@BUA 2023",
"image": "https://hackatbua.vercel.app/logo.jpg",
"type": "phyiscal",
"dates": {
"from": "April 2, 2023 EST",
"to": "April 2, 2023 EST"
},
"project": {
"name": "Noter",
"link": "https://github.com/lads-hackathon/noter-hackbua23"
},
"awards": [
"Second Place"
]
},
{
"name": "WhiskerHacks",
"image": "https://d112y698adiu2z.cloudfront.net/photos/production/challenge_thumbnails/002/395/945/datas/large.png",
"type": "virtual",
"dates": {
"from": "February 24, 2023 EST",
"to": "February 26, 2023 EST"
},
"project": {
"name": "Pet Finder",
"link": "https://devpost.com/software/pet-finder-vh2y30"
},
"awards": []
},
{
"name": "See You Later, Hackulator 2",
"image": "https://d112y698adiu2z.cloudfront.net/photos/production/challenge_thumbnails/002/333/237/datas/large.png",
"type": "virtual",
"dates": {
"from": "December 30, 2022 EST",
"to": "January 1, 2023 EST"
},
"project": {
"name": "Happy Meal Year",
"link": "https://devpost.com/software/happy-meal-year"
},
"awards": [
"First Place"
]
}
],
"on_radar": []
},
"statistics": {
"won": 2,
"attended": 3,
"project_submitted": 3
}
}