diff --git a/pages/index.jsx b/pages/index.jsx index 56c4b2a..f27c978 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -56,10 +56,11 @@ export default function Home({ sponsors, projects, timeline }) {
{timeline.show_on_homepage && (
@@ -79,10 +80,10 @@ export default function Home({ sponsors, projects, timeline }) { future data-driven careers.
- We believe data science is for everyone. - Each semester, MDST runs team-based projects, allowing you to - learn and practice data science skills and their applications in - a variety of domains. + We believe data science is for everyone. Each semester, MDST + runs team-based projects, allowing you to learn and practice + data science skills and their applications in a variety of + domains.
We also host guest talks, workshops, and socials - all @@ -103,10 +104,11 @@ export default function Home({ sponsors, projects, timeline }) {

- +
+

@@ -148,6 +151,30 @@ function ProjectCard({ json, basePath }) { ); } +function CommunityImages({ basePath }) { + return ( +
+
+ Image 1 +

WN24 Project Expo

+
+
+ Image 2 +

WN24 Data Science Night

+
+
+ ); +} function Factbox({ fact, closer }) { return ( diff --git a/public/images/community/WN24_DSN.JPG b/public/images/community/WN24_DSN.JPG new file mode 100644 index 0000000..c0f2156 Binary files /dev/null and b/public/images/community/WN24_DSN.JPG differ diff --git a/public/images/community/WN24_EXPO.JPG b/public/images/community/WN24_EXPO.JPG new file mode 100644 index 0000000..f6baca4 Binary files /dev/null and b/public/images/community/WN24_EXPO.JPG differ