-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 89-update-join-info
- Loading branch information
Showing
21 changed files
with
118 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import Image from "next/image"; | ||
import Link from "next/link"; | ||
export default function CompanyCard({ json, basePath }) { | ||
const style = "relative " + "h-28 w-28"; // larger: "h-48 w-48" | ||
return ( | ||
<Link | ||
className="text-center rounded-lg bg-grey py-4 px-8 w-full sm:w-60 hover:-translate-y-1" | ||
href={json.link} | ||
> | ||
<Image | ||
className={ | ||
"object-contain mx-auto " + "h-28 w-28" // larger: "glow h-48 w-48" | ||
} | ||
width="500" | ||
height="500" | ||
src={ | ||
basePath | ||
? `${basePath}/images/worked-with/${json.image}` | ||
: `/images/worked-with/${json.image}` | ||
} | ||
alt={json.name} | ||
/> | ||
</Link> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import CompanyCard from "./companyCard"; | ||
|
||
export default function CompanySection({ group, basePath }) { | ||
return ( | ||
<div className="py-8 px-4 mx-auto max-w-screen-lg text-center lg:px-6"> | ||
<div | ||
className={`flex flex-wrap justify-center gap-4 lg:gap-16 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4`} | ||
> | ||
{group.companies.map((company, index) => ( | ||
<CompanyCard | ||
key={index} | ||
basePath={basePath} | ||
json={company} | ||
/> | ||
))} | ||
</div> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
[ | ||
{ | ||
"companies": [ | ||
{ | ||
"name": "Rocket Companies", | ||
"link": "https://www.myrocketcareer.com/", | ||
"image": "rocket-company.png" | ||
}, | ||
{ | ||
"name": "PwC", | ||
"link": "https://www.pwc.com/", | ||
"image": "pwc.png" | ||
}, | ||
{ | ||
"name": "Bloomberg", | ||
"link": "https://www.bloomberg.com/", | ||
"image": "bloomberg.png" | ||
}, | ||
{ | ||
"name": "Dominos", | ||
"link": "https://www.dominos.com/", | ||
"image": "dominos.png" | ||
}, | ||
{ | ||
"name": "Figma", | ||
"link": "https://www.figma.com/", | ||
"image": "figma.png" | ||
}, | ||
{ | ||
"name": "Discover", | ||
"link": "https://www.discover.com/", | ||
"image": "discover.png" | ||
}, | ||
{ | ||
"name": "Capital One", | ||
"link": "https://www.capitalone.com/", | ||
"image": "capital-one.png" | ||
}, | ||
{ | ||
"name": "Nissan", | ||
"link": "https://www.nissan-global.com/", | ||
"image": "nissan.png" | ||
}, | ||
{ | ||
"name": "Rockstar Games", | ||
"link": "https://www.rockstargames.com/", | ||
"image": "rockstar-games.png" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,20 +31,15 @@ New members are required to **complete two tutorials** giving an introduction to | |
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. | ||
</div> | ||
|
||
<span className="highlight">Note: </span> Please direct all technical and logistical questions regarding tutorials to our <a href="https://edstem.org/us/join/6PXxzF">forum</a> for better visibility. | ||
<span className="highlight">Note: </span> Please direct all technical and logistical questions regarding tutorials to our <a href="https://edstem.org/us/join/jxVrDG">forum</a> for better visibility. | ||
|
||
<hr> | ||
|
||
### Step 4: Submit Tutorials | ||
<!--- Do we have a new project submission link for FA 2024? ---> | ||
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. | ||
|
||
<div className="callout font-normal"> | ||
Submit your tutorials <a href="https://forms.gle/5P3dFz1UGBpCyL538">here</a> to finish your process of joining the club. Fill out this form by <b>September 16th, 2024</b> at <b>11:59 PM</b> Eastern Standard Time. | ||
</div> | ||
|
||
See our [Tutorials Repo](https://github.com/MichiganDataScienceTeam/MDST-Onboarding) 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. | ||
- <span className="highlight">If your checkpoints are incomplete, then you will not be allowed to join MDST for that semester.</span> In such circumstance, you may attempt the checkpoints again the next semester and resubmit. | ||
|
||
|
||
|
@@ -56,8 +51,8 @@ The tutorial submission form will be due **September 16th, 11:59 PM**, after whi | |
<!--- Need to add time and place ---> | ||
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). | ||
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). | ||
|
||
<div className="callout font-normal"> | ||
⚠️ You **must attend** the exploration fair to be placed on a project this semester. If you are unable to attend but would still like to participate in projects, you must [email us](mailto:[email protected]) in advance letting us know, and we will consider your request on a case-by-case basis. If emailing us, please include `[EXPLORATION FAIR]` in your email title. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.