1
+ scrapbooks = {
2
+ "title" : "Scrapbooks" ,
3
+ "subtitle" : "Get to know our members!" ,
4
+ "scrapbooks" : [
5
+ {
6
+ "name" : "Scrapbook 2012-2013" ,
7
+ "image" : "assets/history/scrapbook/scrapbook_1.png" ,
8
+ "file" : "https://issuu.com/marieclairewhelan/docs/scrapbook_2013_mps" ,
9
+ },
10
+ {
11
+ "name" : "Scrapbook 2013-2014" ,
12
+ "image" : "assets/history/scrapbook/scrapbook_2.png" ,
13
+ "file" : "https://issuu.com/duanedoogan/docs/mps-scrapbook_201314_smallpdf.com_" ,
14
+ },
15
+ {
16
+ "name" : "Scrapbook 2016-2017" ,
17
+ "image" : "assets/history/scrapbook/scrapbook_3.png" ,
18
+ "file" : "static/assets/history/scrapbook/mps-scrapbook-2016-2017.pdf" ,
19
+ },
20
+ {
21
+ "name" : "Scrapbook 2017-2018" ,
22
+ "image" : "assets/history/scrapbook/scrapbook_4.png" ,
23
+ "file" : "static/assets/history/scrapbook/mps-scrapbook-2017-2018.pdf" ,
24
+ },
25
+ ]
26
+ }
27
+
28
+ branding = {
29
+ "title" : "Branding" ,
30
+ "branding" : [
31
+ {
32
+ "name" : "MPS Brand 2024-2025" ,
33
+ "image" : "assets/history/branding/mps-logo-2024-2025.png" ,
34
+ },
35
+ {
36
+ "name" : "MPS Brand 2023-2024" ,
37
+ "image" : "assets/history/branding/mps-logo-2023-2024.png" ,
38
+ },
39
+ {
40
+ "name" : "MPS Brand 2019-2023" ,
41
+ "image" : "assets/history/branding/mps-logo-2019-2023.png" ,
42
+ },
43
+ ]
44
+ }
0 commit comments