diff --git a/content/resources/contact.md b/content/resources/contact.md index 7fc7d5f..4c5a155 100644 --- a/content/resources/contact.md +++ b/content/resources/contact.md @@ -6,21 +6,27 @@ menu: parent: resources --- -You can stay in touch via [Twitter](https://twitter.com/TinkerSoc), -[Facebook](http://facebook.com/TinkerSoc) and [Email](mailto:committee@tinkersoc.org). + + +You can stay in touch via [Instagram](https://www.instagram.com/tinkersoc/) and [Email](mailto:committee@tinkersoc.org). + +You can also contact the [President](mailto:josh@tinkersoc.org), [Vice-President](mailto:rachel@tinkersoc.org) and [Treasurer](mailto:james@tinkersoc.org) individually. ## Follow us ## -Follow us on Twitter and Facebook for last minute updates! We also post links +Follow us on Instagram for +updates about events and ongoing projects! + + -Follow @TinkerSoc + - + ## Email us ## diff --git a/data/committee_2023.json b/data/committee_2023.json new file mode 100644 index 0000000..bc928f4 --- /dev/null +++ b/data/committee_2023.json @@ -0,0 +1,21 @@ +[ + { + "name": "Rachel Muir", + "comment": "President", + "image" : "committee/rachel.jpg", + "url": null + }, + { + "name" : "Josh Senior", + "comment" : "Vice President", + "image" : "committee/josh.jpg", + "url" : null + }, + { + "name": "James Kavanagh", + "comment": "Treasurer", + "image": "committee/noimage.jpg", + "url": null + } + +] diff --git a/data/committee_current.json b/data/committee_current.json index 289bab7..7f1e0d6 100755 --- a/data/committee_current.json +++ b/data/committee_current.json @@ -1,21 +1,33 @@ [ - { - "name": "Rachel Muir", - "comment": "President", - "image" : "committee/rachel.jpg", - "url": null - }, { "name" : "Josh Senior", - "comment" : "Vice President", + "comment" : "President", "image" : "committee/josh.jpg", "url" : null }, + { + "name": "Rachel Muir", + "comment": "Vice President", + "image" : "committee/rachel.jpg", + "url": null + }, { "name": "James Kavanagh", "comment": "Treasurer", "image": "committee/noimage.jpg", "url": null + }, + { + "name": "Chloe Cooper", + "comment": "Events Coordinator", + "image": "committee/noimage.jpg", + "url": null + }, + { + "name": "Jack Dale", + "comment": "Social Secretary", + "image": "committee/noimage.jpg", + "url": null } ] diff --git a/themes/TinkerSoc/layouts/_default/committee.html b/themes/TinkerSoc/layouts/_default/committee.html index 01f3556..1ca90b0 100755 --- a/themes/TinkerSoc/layouts/_default/committee.html +++ b/themes/TinkerSoc/layouts/_default/committee.html @@ -18,6 +18,35 @@