diff --git a/app/industry/IndustrySection.tsx b/app/industry/IndustrySection.tsx new file mode 100644 index 0000000..43ed5b3 --- /dev/null +++ b/app/industry/IndustrySection.tsx @@ -0,0 +1,100 @@ +"use client"; + +import Section from "@components/ui/Section"; +import { bitter } from "@styles/fonts"; +import { cx } from "class-variance-authority"; +import Image from "next/image"; +import Button from "@components/ui/Button"; +import Dialog from "@components/ui/Dialog"; + +export const IndustrySection = () => { + return ( +
+
+

+ Industry Phase 7.0 starting in Spring 2025! +

+
+
+

+ We manage Munich's top pool of + AI talent + and offer affordable, high-quality solutions without any long-term + liabilities! +

+ Let's Connect!} + title="Let's connect!" + body={ + <> +

+ If you are interested in partnering with TUM.ai as a + sponsor, Makeathon challenge-setter, Industry project + partner, Workshop host, etc. please reach out to our + "Partners & Sponsors" department. +

+

+ partners@tum-ai.com +

+

+ TUM.ai Student Initiative +
+ Arcisstraße 21. +
+ 80333 Munich +

+ + } + hasCloseButton + /> +
+
+ Ferrari for Fiat +
+
+ +
+

+ What is an AI Project? +

+
+
+

+ Project Statement +

+

+ Present your AI-related problem – we'll help define the + ideal project: +

+
    +
  1. Building proof of concept
  2. +
  3. Conducting research topics
  4. +
  5. Developing prototypes
  6. +
  7. Improving products/processes
  8. +
+
+
+

+ Outstanding Solutions +

+

+ We’ll advertise your project to a wide pool of talented students + and present you with the most outstanding candidates. +

+

+ A team of multi-disciplinary students will work exclusively for + your company as working students. +

+
+
+
+
+
+ ); +} diff --git a/app/industry/studentsSection.tsx b/app/industry/StudentsSection.tsx similarity index 90% rename from app/industry/studentsSection.tsx rename to app/industry/StudentsSection.tsx index 4ca4510..85b0dda 100644 --- a/app/industry/studentsSection.tsx +++ b/app/industry/StudentsSection.tsx @@ -13,12 +13,12 @@ export const StudentsSection = () => {

- Applications for Industry Phase 6.0 are currently open. Apply now! + Applications for Industry Phase 6.0 are closed now!

Push ML boundaries and progress your career with our AI projects!{" "} Leverage your skills and - take on real AI projects to test your abilities. Join us now! + take on real AI projects to test your abilities.

Work in a{" "} @@ -34,7 +34,7 @@ export const StudentsSection = () => { for-profit companies, startups, and non-profits, {" "} - in our upcoming Industry Phase 6.0 starting in April 2024. + in our upcoming Industry Phases.

diff --git a/app/industry/page.tsx b/app/industry/page.tsx index 805693d..7cce0c7 100644 --- a/app/industry/page.tsx +++ b/app/industry/page.tsx @@ -1,6 +1,4 @@ import Logos from "@components/Logos"; -import Button from "@components/ui/Button"; -import Dialog from "@components/ui/Dialog"; import Tabs from "@components/ui/Tabs"; import Section from "@ui/Section"; import { partners_ip5, projects } from "data/industry"; @@ -9,7 +7,8 @@ import Link from "next/link"; import PictureHero from "@components/BannerHero"; import { bitter } from "@styles/fonts"; import { cx } from "class-variance-authority"; -import { StudentsSection } from "./studentsSection"; +import { StudentsSection } from "./StudentsSection"; +import { IndustrySection } from "./IndustrySection"; import { Metadata } from "next"; export const metadata: Metadata = { @@ -22,7 +21,7 @@ export default function Industry() { return ( <> @@ -121,95 +120,3 @@ export default function Industry() { ); } - -function IndustrySection() { - return ( -
-
-

- Industry Phase 6.0 starting in spring 2023 -

-
-
-

- We manage Munich's top pool of - AI talent - and offer affordable, high-quality solutions without any long-term - liabilities! -

- connect!} - title="Let's connect!" - body={ - <> -

- If you are interested in partnering with TUM.ai as a - sponsor, Makeathon challenge-setter, Industry project - partner, Workshop host, etc. please reach out to our - "Partners & Sponsors" department. -

-

- partners@tum-ai.com -

-

- TUM.ai Student Initiative -
- Arcisstraße 21. -
- 80333 Munich -

- - } - hasCloseButton - /> -
-
- Ferrari for Fiat -
-
- -
-

- What is an AI Project? -

-
-
-

- Project Statement -

-

- Present your AI-related problem – we'll help define the - ideal project: -

-
    -
  1. Building proof of concept
  2. -
  3. Conducting research topics
  4. -
  5. Developing prototypes
  6. -
  7. Improving products/processes
  8. -
-
-
-

- Outstanding Solutions -

-

- We’ll advertise your project to a wide pool of talented students - and present you with the most outstanding candidates. -

-

- A team of multi-disciplinary students will work exclusively for - your company as working students. -

-
-
-
-
-
- ); -} diff --git a/public/assets/industry/header/pexels_googledeepmind_industry.jpg b/public/assets/industry/header/pexels_googledeepmind_industry.jpg new file mode 100644 index 0000000..b8181d6 Binary files /dev/null and b/public/assets/industry/header/pexels_googledeepmind_industry.jpg differ