Skip to content

Commit 7e96512

Browse files
committed
started work on history site, added links on nav and about sections, added committee history component, added scrapbooks, started branding section
1 parent 200f664 commit 7e96512

17 files changed

+199
-1
lines changed

mps_site/data/history.py

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
}
219 KB
Loading
16 KB
Loading
367 KB
Loading
Binary file not shown.
Binary file not shown.
621 KB
Loading
1.15 MB
Loading
71 KB
Loading
45.2 KB
Loading

0 commit comments

Comments
 (0)