-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.json
More file actions
51 lines (50 loc) · 904 Bytes
/
info.json
File metadata and controls
51 lines (50 loc) · 904 Bytes
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
"Periods": [
{
"Period" : "Mexican War for Independence",
"Timeline" : [1810,1821],
"Color" : [0,0,0],
"Events" : [
{
"Event" : "Name",
"Date" : [],
"Information" : ""
}
]
},
{
"Period" : "War of 1812",
"Timeline" : [1812,1815],
"Color" : [256,0,0],
"Events" :
[
{
"Event" : "Name",
"Date" : [],
"Information" : ""
}
]
},
{
"Period" : "US Presidents",
"Timeline" : [1797,1817],
"Color" : [0,256,0],
"Events" :
[
{
"Event" : "Adam's Presidency",
"Date" : [1797,1801],
"Information" : "As second president of the United States, Adams was a bit of a bore."
},
{
"Event" : "Jefferson's Presidency",
"Date" : [1801,1809],
"Information" : "As third president of the US, Jefferson bought the Louisana purchase from Napoleon."
},
{
"Event" : "Madison's Presidency",
"Date" : [1809,1817],
"Information" : "Adams was the president during the War of 1812."
}
]
}
]