diff --git a/config/communityImages.json b/config/communityImages.json index d361aae..00faaba 100644 --- a/config/communityImages.json +++ b/config/communityImages.json @@ -1,18 +1,26 @@ [ { - "name": "Winter 2024 Project Expo", + "name": "WN24 Project Expo", "image": "WN24_EXPO.JPG" }, { - "name": "Winter 2024 Data Science Night", - "image": "WN24_DSN.JPG" + "name": "FA24 Economic-Forcasting", + "image": "economic-forcasting1.JPG" + }, + { + "name": "FA24 Poker Bot", + "image": "pokerbot1.JPG" }, { - "name": "Fall 2024 Mass Meeting 1", + "name": "FA24 Mass Meeting 1", "image": "mass_meeting1.JPG" }, { - "name": "Fall 2024 Mass Meeting 2", + "name": "FA24 Mass Meeting 2", "image": "mass_meeting2.JPG" + }, + { + "name": "WN24 Data Science Night", + "image": "WN24_DSN.JPG" } ] diff --git a/public/images/community/economic-forcasting1.JPG b/public/images/community/economic-forcasting1.JPG new file mode 100644 index 0000000..059f9b4 Binary files /dev/null and b/public/images/community/economic-forcasting1.JPG differ diff --git a/public/images/community/pokerbot1.JPG b/public/images/community/pokerbot1.JPG new file mode 100644 index 0000000..86be8fa Binary files /dev/null and b/public/images/community/pokerbot1.JPG differ