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

New team photos 2.0 #166

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
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
Binary file added src/assets/images/team/2025/constantin_sachse.jpg
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.
Binary file added src/assets/images/team/2025/gerome_quantmeyer.jpg
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.
Binary file added src/assets/images/team/2025/grit_manssen.jpg
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.
11 changes: 6 additions & 5 deletions src/components/Team/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ import GeromeQuantmeyerProfile2024 from "../../assets/images/team/2024/gerome_qu
import UliPrantzProfile2024 from "../../assets/images/team/2024/uli_prantz.webp"

import CedricRischeProfile2025 from "../../assets/images/team/2025/cedric_rische.jpg"
import ConstantinSachseProfile2025 from "../../assets/images/team/2025/constantin_sachse.jpg"
import DanielKissProfile2025 from "../../assets/images/team/2025/daniel_kiss.jpg"
import GeromeQuantmeyerProfile2025 from "../../assets/images/team/2025/gerome_quantmeyer.jpg"
import GritManssenProfile2025 from "../../assets/images/team/2025/grit_manssen.jpg"
import JeanneAueProfile2025 from "../../assets/images/team/2025/jeanne_aue.jpg"
import MathildaHeiseProfile2025 from "../../assets/images/team/2025/mathilda_heise.jpg"
import MaximilianPiperProfile2025 from "../../assets/images/team/2025/maximilian_piper.jpg"
import NikolasRiegerProfile2025 from "../../assets/images/team/2025/nikolas_rieger.jpg"
import TanjaLehmannProfile2025 from "../../assets/images/team/2025/tanja_lehmann.jpg"
import ViktorKalvodaProfile2025 from "../../assets/images/team/2025/viktor_kalvoda.jpg"
// import GeromeQuantmeyerProfile2025 from "../../assets/images/team/2025/gerome_quantmeyer.jpg"
// import GritManssenProfile2025 from "../../assets/images/team/2025/grit_manssen.jpg"
import {Avatar, Box, Card, Container, Grid, Link, Stack, Typography, useMediaQuery, useTheme} from "@mui/material";
import {LinkedIn} from "@mui/icons-material";
import {useEffect, useState} from "react";
Expand Down Expand Up @@ -98,7 +99,7 @@ const teamMembers25 = [
name: "Grit Manssen",
position: "Team Member",
linkedIn: "grit-manssen-0270b023a",
profilePicture: ""
profilePicture: GritManssenProfile2025
},
{
name: "Nikolas Rieger",
Expand Down Expand Up @@ -134,7 +135,7 @@ const teamMembers25 = [
name: "Gerome Quantmeyer",
position: "Team Member",
linkedIn: "gerome-quantmeyer-44a90322b",
profilePicture: ""
profilePicture: GeromeQuantmeyerProfile2025
},
{
name: "Jeanne Aue",
Expand All @@ -146,7 +147,7 @@ const teamMembers25 = [
name: "Constantin Sachse",
position: "Team Member",
linkedIn: "",
profilePicture: ""
profilePicture: ConstantinSachseProfile2025
},
]

Expand Down