Skip to content

Commit

Permalink
swapped the links from aielab.tum... to /e-lab || switched the title …
Browse files Browse the repository at this point in the history
…to text center again, on mobile it's still centered || formatted with yarn format
  • Loading branch information
timonschramm committed Jul 29, 2023
1 parent e08e64c commit d1da170
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Navigation = ({ open, setOpen }) => {
const links = [
{ href: "https://education.tum-ai.com/", text: "AI Academy" },
{ href: "https://summit.tum-ai.com", text: "AI Summit" },
{ href: "https://aielab.tum-ai.com/", text: "AI E-Lab" },
{ href: "/e-lab", text: "AI E-Lab" },
{ href: "https://makeathon.tum-ai.com/", text: "Makeathon" },
{ href: "/industry", text: "Industry Projects" },
{ href: "/partners", text: "Partners" },
Expand Down
20 changes: 10 additions & 10 deletions pages/e-lab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Hero() {

<div className="absolute top-0 flex h-full w-full items-center text-white">
<div className="max-w-8xl mx-auto space-y-6 p-8 md:p-16">
<h1 className="text-center font-bold">
<h1 className="text-center font-bold lg:text-left">
<span className="text-8xl">AI</span>
<br />
<span className="text-3xl sm:text-5xl xl:text-8xl">
Expand Down Expand Up @@ -100,16 +100,16 @@ export default function AIELab() {
<div className="flex items-end justify-end">
<div className="flex w-full flex-col items-center md:w-3/5">
<h3 className="mb-4 text-4xl font-semibold text-yellow-500">
Our Last Batch of the E-Lab
How founders experience the E-Lab
</h3>
<div>
<Image
src="/assets/e-lab/the-elab.jpg"
width={800}
height={500}
alt=""
/>
</div>
<iframe
style={{ aspectRatio: 16 / 9 }}
src="https://www.youtube.com/embed/EMkIoTgybuM"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
className="w-full"
></iframe>
</div>
</div>
</Section>
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ function Content1() {
text: `StartUp incubation program for students who are interested in founding AI Ventures, access TUM.ai's network to boost your vision`,
subtext: "applications closed, currently ongoing",
buttons: [
{ href: "https://aielab.tum-ai.com/", text: "Apply now" },
{ href: "/e-lab", text: "Apply now" },
{
href: "https://aielab.tum-ai.com/",
href: "/e-lab",
text: "Learn more",
intent: "tertiary",
},
Expand Down
Binary file modified public/assets/e-lab/testimonials/florian_scherl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1da170

Please sign in to comment.