From 868b39abc91e02a22cd3b9b038b94f2973c067e5 Mon Sep 17 00:00:00 2001 From: RayMuir Date: Wed, 4 Oct 2023 00:21:54 +0100 Subject: [PATCH] Updated current committee --- data/committee_2022.json | 27 +++++++++++++++++++++++++++ data/committee_current.json | 18 ++++++------------ 2 files changed, 33 insertions(+), 12 deletions(-) create mode 100755 data/committee_2022.json diff --git a/data/committee_2022.json b/data/committee_2022.json new file mode 100755 index 0000000..ea77e09 --- /dev/null +++ b/data/committee_2022.json @@ -0,0 +1,27 @@ +[ + { + "name": "Rachel Muir", + "comment": "President", + "image" : "committee/rachel.jpg", + "url": null + }, + { + "name" : "Tom Cooper", + "comment" : "Secretary", + "image" : "committee/tom.jpg", + "url" : null + }, + { + "name": "Alan Osys", + "comment": "Treasurer", + "image": "committee/noimage.jpg", + "url": null + }, + { + "name": "Tom Jefferis", + "comment": "Social Secretary", + "image": "committee/noimage.jpg", + "url": null + } + +] diff --git a/data/committee_current.json b/data/committee_current.json index ebda24f..9ad76fd 100755 --- a/data/committee_current.json +++ b/data/committee_current.json @@ -6,22 +6,16 @@ "url": null }, { - "name" : "Tom Cooper", - "comment" : "Secretary", - "image" : "committee/tom.jpg", + "name" : "Josh Senior", + "comment" : "Vice President", + "image" : "committee/noimage.jpg", "url" : null }, { - "name": "Alan Osys", + "name": "James Kavanagh", "comment": "Treasurer", - "image": null, - "url": null - }, - { - "name": "Tom Jefferis", - "comment": "Social Secretary", - "image": null, + "image": "committee/noimage.jpg", "url": null } - + ]