-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathschedule.json
113 lines (113 loc) · 3.43 KB
/
schedule.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
[
[
{
"time": "5:20 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/1.png",
"eventName": "Let's fly through flutter",
"speaker": "Nikita Gandhi",
"color": "#b3cffb"
},
{
"time": "5:55 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/2.png",
"eventName": "Let your Clouds Thunder",
"speaker": "Pritam Sahoo",
"color": "#f7b3ae"
},
{
"time": "6:30 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/4.png",
"eventName": "Aesthetic User Interfaces",
"speaker": "Charu Choudha",
"color": "#f7b3ae"
},
{
"time": "7:05 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/3.png",
"eventName": "Cab to web",
"speaker": "Anuradha Kumari",
"color": "#fde59a"
},
{
"time": "7:40 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/5.png",
"eventName": "Check out the relation between human and machine",
"speaker": "Usha Rengaraju",
"color": "#9fd8bc"
}
],
[
{
"time": "5:20 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/1.png",
"eventName": "Future of Flutter",
"speaker": "Deven Joshi",
"color": "#b3cffb"
},
{
"time": "5:55 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/2.png",
"eventName": "What's above the Clouds",
"speaker": "Sathish VJ",
"color": "#f7b3ae"
},
{
"time": "6:30 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/4.png",
"eventName": "UX Design Career Lessons",
"speaker": "Ansh Mehra",
"color": "#f7b3ae"
},
{
"time": "7:05 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/3.png",
"eventName": "Sticking out through the web",
"speaker": "Vrijraj Singh",
"color": "#fde59a"
},
{
"time": "7:40 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/5.png",
"eventName": "Entering the world of A.I",
"speaker": "Bhavesh Bhatt",
"color": "#9fd8bc"
}
],
[
{
"time": "5:20 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/1.png",
"eventName": "Let's Utter Some Flutter",
"speaker": "Pawan Kumar",
"color": "#b3cffb"
},
{
"time": "5:55 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/2.png",
"eventName": "Let's build the Cloud",
"speaker": "Dharmesh Vaya",
"color": "#f7b3ae"
},
{
"time": "6:30 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/4.png",
"eventName": "Let's be the User and Experience the Interface",
"speaker": "Punit Chawla",
"color": "#f7b3ae"
},
{
"time": "7:05 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/3.png",
"eventName": "Let's Work with Webpages",
"speaker": "Kartik Derasari",
"color": "#fde59a"
},
{
"time": "7:40 PM",
"imageURL": "https://raw.githubusercontent.com/gdscwow/Data/main/Domains/6.png",
"eventName": "How to Start your Career?",
"speaker": "Jaideep Prasad",
"color": "#9fd8bc"
}
]
]