Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update landing page #110

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 37 additions & 23 deletions components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,60 @@ import { Fragment } from "react";
import Fade from "./Fade";

const PROJECTS = [
{
name: "Product Studio",
link: "/projects",
description:
"Helping students build and pursue their dreams. Come in with an idea, launch in 8 weeks.",
stats: [
"0 to 1 in one semester",
"1:1 mentorship",
"Our pre-idea incubator",
],
image: "/projects/studio.jpg",
},
{
name: "Startup Fair",
link: "https://startupfair.v1michigan.com",
description:
"The largest startup career fair at the University of Michigan",
"Connecting high-growth startups with top student talent for impactful engineering roles.",
// If we ever get # of hire metrics...that'd be awesome here
// TODO: Hopin metrics
stats: ["500+ students", "30+ offers extended", "17 high-growth startups"],
stats: ["200+ students", "30+ offers extended", "17 high-growth startups"],
// Would be cool to have some company logos here
image: "/projects/startup-fair.jpg",
},
{
// Maybe remove "V1" from "V1 Platform"
name: "V1 Platform",
link: "/join",
description: "The operating system for our community",
// We could just call this "V1 Community" and use newsletter/Discord stats
stats: [], // TODO: ???
image: "/projects/platform.png",
name: "Ship-It",
link: "/ship-it",
description:
"Co-working sessions for creators of all kinds to make progress on their passion projects.",
stats: ["Hosted weekly", "2 hours of deep work", "Open to all students"],
image: "/projects/ship-it.png",
},
// {
// // Maybe remove "V1" from "V1 Platform"
// name: "V1 Platform",
// link: "/join",
// description: "The operating system for our community",
// // We could just call this "V1 Community" and use newsletter/Discord stats
// stats: [], // TODO: ???
// image: "/projects/platform.png",
// },
{
name: "V1 Connect",
name: "Connect",
// TODO: More recent newsletter link or RSVP
link: "https://v1network.substack.com/",
description:
"Bringing together top student builders to connect and collaborate",
stats: ["100+ students", "One of a kind speakers", "∞ connections"],
// TODO: Downsample images
image: "/projects/connect.jpg",
},
{
name: "Product Studio",
link: "https://build-blue-showcase.super.site/",
description: "Helping founders build and launch their first product",
"Hosting startup industry leaders to share their stories. Meet founders, investors, and more.",
stats: [
"15+ teams",
"Scale projects from 0 to 1",
"Make real-world impact",
"Fireside chats",
"Office hours",
"Dinners",
"Open to all students",
],
image: "/projects/studio.jpg",
// TODO: Downsample images
image: "/projects/connect.jpg",
},
];

Expand Down
Binary file modified public/projects/connect.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/projects/ship-it.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading