-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patheventList.json
More file actions
43 lines (40 loc) · 1.44 KB
/
Copy patheventList.json
File metadata and controls
43 lines (40 loc) · 1.44 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
{
"_comment":[
"To create a new event, the syntax must be exact or JSON will throw a fit",
"Put the event in the array of events below, just copy and paste one of the previous events (brackets too).",
"Every event NEEDS a title, image local file path, description, link, and date. Any extraneous data will not be used.",
"For the IMAGE path: put the image in 'images/eventIcons' and simply put the filename in this file.",
"Visit here for a JSON syntax guide: https://www.tutorialspoint.com/json/json_quick_guide.htm",
"To leave a category blank, just put two quotes with nothing in between."
],
"events":[
{
"title":"POGIL Workshop",
"description":"POGIL Workshop at Capital University in Colombus, OH.",
"image":"POGIL.png",
"link":"https://events.pogil.org/event-3204703",
"date":"July 22-24, 2019"
},
{
"title":"SIGCSE 2020",
"description":"SIGCSE Event being held in Portland, OR.",
"image":"SIGCSE2020.png",
"link":"https://sigcse2020.sigcse.org/",
"date":"March 11-14, 2020"
},
{
"title":"POGIL Workshops on Request",
"description":"POGIL Workshops to be scheduled on request.",
"image":"POGIL.png",
"link":"https://www.pogil.org/workshops-events/workshops",
"date":""
},
{
"title":"POGIL Workshop July 2020",
"description":"POGIL Workshop for July 2020: Location to be announced.",
"image":"POGIL.png",
"link":"https://www.pogil.org/",
"date":"July 2020"
}
]
}