-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootcamps.json
113 lines (113 loc) · 2.71 KB
/
bootcamps.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[
{
"id": "1",
"name": "CODED Live",
"image": "http://localhost:8000/media/LogoOnTransparent_Square270.png",
"cohorts": [
{
"id": "1",
"name": "Amman",
"startDate": "2020-01-05",
"instructors": [
{
"name": "Mshary",
"image": "http://localhost:8000/media/download.jpeg"
},
{
"name": "Darth Hamza",
"image": "http://localhost:8000/media/darth-vader-helmet.jpg"
},
{
"name": "Octowl",
"image": "http://localhost:8000/media/download_1.jpeg"
}
]
},
{
"id": "2",
"name": "Riyadh",
"startDate": "2020-08-02",
"instructors": [
{
"name": "Darth Hamza",
"image": "http://localhost:8000/media/darth-vader-helmet.jpg"
},
{
"name": "🐝",
"image": "http://localhost:8000/media/honeybee_1f41d.png"
},
{
"name": "Fawas",
"image": "http://127.0.0.1:8000/media/7095553.jpg"
}
]
}
]
},
{
"id": "2",
"name": "Full Stack",
"image": "http://localhost:8000/media/CodedFSBootcampLogo_aLZGmrI.png",
"cohorts": [
{
"id": "3",
"name": "Summer 2020",
"startDate": "2020-06-07",
"instructors": [
{
"name": "Mshary",
"image": "http://localhost:8000/media/download.jpeg"
},
{
"name": "Lailz",
"image": "http://localhost:8000/media/4508dc6d8ff0a7175b68af7b7220532a.png"
}
]
},
{
"id": "4",
"name": "Fall 2020",
"startDate": "2020-09-06",
"instructors": [
{
"name": "Kale Salad",
"image": "http://localhost:8000/media/benefits-of-kale-1200x628-facebook.jpg"
},
{
"name": "Mshary",
"image": "http://localhost:8000/media/download.jpeg"
}
]
}
]
},
{
"id": "3",
"name": "Data",
"image": "http://localhost:8000/media/DataBootcampIcon.png",
"cohorts": [
{
"id": "5",
"name": "Corona",
"startDate": "2020-01-05",
"instructors": [
{
"name": "Darth Hamza",
"image": "http://localhost:8000/media/darth-vader-helmet.jpg"
}
]
},
{
"id": "6",
"name": "Post Corona",
"startDate": "2021-01-05",
"instructors": [
{
"name": "Darth Hamza",
"image": "http://localhost:8000/media/darth-vader-helmet.jpg"
}
]
}
]
}
]