diff --git a/components/currentProjectCard.jsx b/components/currentProjectCard.jsx index 914d16c..3909a3e 100644 --- a/components/currentProjectCard.jsx +++ b/components/currentProjectCard.jsx @@ -47,12 +47,14 @@ const styles = { width: '100%', maxWidth: '600px', marginBottom: '32px', + justifyContent: 'space-between', + alignItems: 'stretch', }, column: { display: 'flex', flexDirection: 'column', alignItems: 'center', - flex: 1, + justifyContent: 'center', }, projectInfo: { flex: '1 1 300px', @@ -61,9 +63,9 @@ const styles = { }, projectImage: { borderRadius: '10%', - objectFit: 'cover', - width: '100%', - height: 'auto', + objectFit: 'contain', + width: 'auto', + height: '100%', }, projectTitle: { marginTop: '16px', @@ -73,6 +75,7 @@ const styles = { color: 'white', }, leadsInfo: { + flex: '0 0 35%', display: 'flex', flexDirection: 'column', alignItems: 'center', @@ -88,6 +91,7 @@ const styles = { display: 'flex', flexDirection: 'column', alignItems: 'center', + justifyContent: 'center', marginTop: '8px', gap: '16px', }, @@ -95,6 +99,7 @@ const styles = { display: 'flex', flexDirection: 'column', alignItems: 'center', + justifyContent: 'center', }, leadImage: { borderRadius: '50%', diff --git a/config/join.md b/config/join.md index c3fb1ea..8b7d3d1 100644 --- a/config/join.md +++ b/config/join.md @@ -4,17 +4,19 @@ Thank you for your interest in joining MDST! We're super excited to get you star ### Step 1: Sign up for our mailing list -Our mailing list is going to be the fastest way for us to reach you with the latest information on how to join, mass meetings, and other onboarding events. Fill out the [interest form](https://forms.gle/pcpfjMwrXobyvn9N9) linked below to be added to our mailing list. +Our mailing list is going to be the fastest way for us to reach you with the latest information on how to join, mass meetings, and other onboarding events. Fill out the [interest form](https://forms.gle/MYYA8pqXLMuqb93F7)) linked below to be added to our mailing list. -

Interest Form

+

Interest Form


### Step 2 (Optional): Attend our Mass Meetings + +MDST is hosting two mass meetings this year. Join us on September 2nd, 2024 or September 3rd, 2024 from 6:30 PM to 7:30 PM. At these meetings, we will discuss details about our club, what we do, and how to join. You'll also have the opportunity to ask questions you may have about joining. -MDST hosted **one mass meeting** on January 18th, 2024 from 6:00-7:00pm at CCCB 0420. At these meetings, we will discuss details about our club, what we do, and how to join. You'll also have the opportunity to ask questions you may have about joining. +Take a look at our slides and recording from last semester's mass meeting:

Mass Meeting Slides

Mass Meeting Recording

@@ -26,7 +28,7 @@ MDST hosted **one mass meeting** on January 18th, 2024 from 6:00-7:00pm at CCCB New members are required to **complete two tutorials** giving an introduction to data science and programming in Python. The purpose of these tutorials is to make sure that all of our members, despite their background, are able to equally contribute to MDST projects.
- The tutorials for Winter 2024 are now published in the tutorial GitHub [repository](https://github.com/MichiganDataScienceTeam/2023-Tutorials). The repository contains all the materials and instructions you need to complete the tutorials, as well as information about the support we provide if you have any questions. + The tutorials for Fall 2024 are now published in the tutorial GitHub [repository](https://github.com/MichiganDataScienceTeam/MDST-Onboarding). The repository contains all the materials and instructions you need to complete the tutorials, as well as information about the support we provide if you have any questions.
Note: Please direct all technical and logistical questions regarding tutorials to our forum for better visibility. @@ -34,24 +36,20 @@ New members are required to **complete two tutorials** giving an introduction to
### Step 4: Submit Tutorials + +As a final step to join the club, you must submit your tutorials certifying that you've completed the fundamental requirements to join the club. -As a final step to join the club, you must submit your tutorials certifying that you've completed the fundamental requirements to join the club. - -
- Submit your tutorials here to finish your process of joining the club. Fill out this form by February 1st, 2024 at 11:59 PM Eastern Standard Time. -
- -See our [Tutorials Repo](https://github.com/MichiganDataScienceTeam/2023-Tutorials) for information on completing the tutorials. If you've never worked with Git and GitHub before, check out our [Git Version Control Guide](https://docs.google.com/document/d/1pq42R2xr_yoyhyzWE0ugReHgEKgwLdjrJR4mT3_CQEo/edit?usp=sharing). - +See our [Tutorials Repo](https://github.com/MichiganDataScienceTeam/MDST-Onboarding) for information on completing and submiting the tutorials. - If your checkpoints are incomplete, then you will not be allowed to join MDST for that semester. In such circumstance, you may attempt the checkpoints again the next semester and resubmit. -The tutorial submission form will be due **February 1st, 11:59 PM**, after which we will no longer accept sign-ups to join MDST for the Winter 2024 semester. + +The tutorial submission form will be due **September 16th, 11:59 PM**, after which we will no longer accept sign-ups to join MDST for the Fall 2024 semester.
### Step 5: Attend the Project Exploration Fair - -After joining the club, we will host a project exploration fair on **February 4th, 2024 12-3pm** in **CCCB 2460** to share the projects which we will run this semester. You can speak with our project leads and learn first-hand about the type of work being done in each project, what the prerequistes are, and if the project is a good fit for you. + +After joining the club, we will host a project exploration fair on **September 8th, 2024** to share the projects which we will run this semester. You can speak with our project leads and learn first-hand about the type of work being done in each project, what the prerequistes are, and if the project is a good fit for you. After attending, you will be given access to a form to specify your top 3 project choices, from which we will place you into your preferred project (subject to constraints and appropriate difficulty). diff --git a/config/timeline.json b/config/timeline.json index b7b28ca..822bb2c 100644 --- a/config/timeline.json +++ b/config/timeline.json @@ -3,54 +3,44 @@ "title": "Recruiting Timeline Fall 2024", "events": [ { - "title": "Office Hours 1 @ UGLI Third Floor", - "time": "January 16th 7:00pm - 9:00pm", - "description": "Troubleshooting session for setup, tutorials, and checkpoints." + "title": "Mass Meeting 1", + "time": "September 2nd 6:30-7:30pm", + "description": "Join us to learn more about MDST and how to become a member." }, { - "title": "Mass Meeting @ CCCB 0420", - "time": "January 18th 6:00-7:00pm", + "title": "Mass Meeting 2", + "time": "September 3rd 6:30-7:30pm", "description": "Join us to learn more about MDST and how to become a member." }, { "title": "Tutorial 1 @ Fishbowl Classroom", - "time": "January 21st 12pm - 3pm", + "time": "September 4th 7pm - 9pm", "description": "Introduction to the command line and Python." }, { - "title": "Office Hours 2 @ UGLI Third Floor", - "time": "January 23rd 7:00pm - 9:00pm", - "description": "Troubleshooting session for setup, tutorials, and checkpoints." + "title": "Project Exploration Fair @ CCCB 2460", + "time": "September 8th", + "description": "Meet with project leads and get to know the project offerings for this semester." }, { - "title": "Tutorial 2 @ Fishbowl Classroom", - "time": "January 28th 12pm - 3pm", - "description": "Build basic data science knowledge for project participation." + "title": "Office Hours 1", + "time": "September 11th 7:00pm - 9:00pm", + "description": "Troubleshooting session for setup, tutorials, and checkpoints." }, { - "title": "Office Hours 3 @ UGLI Third Floor", - "time": "January 30th 7:00pm - 9:00pm", + "title": "Office Hours 2", + "time": "September 14th 2:00pm - 4:00pm", "description": "Troubleshooting session for setup, tutorials, and checkpoints." }, { "title": "Tutorial Submission Due", - "time": "February 1st 11:59pm", + "time": "September 16th 11:59pm", "description": "Submit your completed tutorial materials for acceptance into the club." }, - { - "title": "Project Exploration Fair @ CCCB 2460", - "time": "February 4th, 12-3pm", - "description": "Meet with project leads and get to know the project offerings for this semester." - }, - { - "title": "Project Signup Due", - "time": "February 8th 11:59pm", - "description": "Indicate your project preferences." - }, { "title": "Project Work Session @ CCCB 3420 and CCCB 2460", - "time": "February 11th 12:15pm - 3pm", + "time": "September 22nd 12:15pm - 3pm", "description": "Start working on data science projects!" } ] -} +} \ No newline at end of file diff --git a/styles/globals.css b/styles/globals.css index 9e437ee..9d05ece 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -4,19 +4,15 @@ .hero { @apply pt-24; - background: radial-gradient( - 50% 50% at 50% 50%, + background: radial-gradient(50% 50% at 50% 50%, #896ae4 0%, - rgba(67, 151, 117, 0) 100% - ), - conic-gradient( - from 174.92deg at 50% 50%, + rgba(67, 151, 117, 0) 100%), + conic-gradient(from 174.92deg at 50% 50%, #3e9644 -56.25deg, #896ae4 27.03deg, #34c5a2 169.15deg, #3e9644 303.75deg, - #896ae4 387.03deg - ); + #896ae4 387.03deg); } .glow { @@ -157,7 +153,7 @@ border-radius: 0.5rem; } -.fc .fc-list-sticky .fc-list-day > * { +.fc .fc-list-sticky .fc-list-day>* { border-radius: 0.5rem; } @@ -172,28 +168,37 @@ /* CSS for scroll-back-up button */ .scroll-up-button { position: fixed; - bottom: 20px; /* Adjust as needed */ - right: 15px; /* Adjust as needed */ - color: #ffffff; /* Button text color */ + bottom: 20px; + /* Adjust as needed */ + right: 15px; + /* Adjust as needed */ + color: #ffffff; + /* Button text color */ background-color: #333333; border: none; - border-radius: 5%; /* Make it round */ - padding: 5px 15px; /* Adjust as needed */ + border-radius: 5%; + /* Make it round */ + padding: 5px 15px; + /* Adjust as needed */ cursor: pointer; transition: background-color 0.3s, transform 0.3s; } /* Arrow icon */ .scroll-up-button::before { - content: "\2191"; /* Unicode character for arrow up */ - font-size: 60px; /* Adjust as needed */ + content: "\2191"; + /* Unicode character for arrow up */ + font-size: 60px; + /* Adjust as needed */ font-weight: bold; } /* Hover effect */ .scroll-up-button:hover { - background-color: #896ae4; /* Button background color on hover */ - transform: scale(1.01); /* Scale up on hover */ + background-color: #896ae4; + /* Button background color on hover */ + transform: scale(1.01); + /* Scale up on hover */ @apply hover:-translate-y-2; } @@ -212,7 +217,8 @@ html { from { transform: translateY(0); } + to { transform: translateY(-100%); } -} +} \ No newline at end of file