Skip to content

Commit

Permalink
juhatus 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Tõnis Saarjõe committed Jun 3, 2024
1 parent ea5fae8 commit 85456c1
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified src/.DS_Store
Binary file not shown.
Binary file modified src/components/.DS_Store
Binary file not shown.
42 changes: 21 additions & 21 deletions src/components/Juhatus.jsx
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
import React from "react";
import "./Juhatus.css";
import esimees from "./juhatus/2023/esimees-min.jpg";
import hr from "./juhatus/2023/hr-min.jpg";
import finants from "./juhatus/2023/finants-min.jpg";
import haridus from "./juhatus/2023/haridus-min.jpg";
import meelelahutus from "./juhatus/2023/meelelahutus-min.jpg";
import turundus from "./juhatus/2023/turundus-min.jpg";
import abi from "./juhatus/2023/abi-min.jpg";
import esimees from "./juhatus/2024/sass.jpg";
import hr from "./juhatus/2024/merely.jpg";
import finants from "./juhatus/2024/kaspar.jpg";
import haridus from "./juhatus/2024/karlis.jpg";
import meelelahutus from "./juhatus/2024/georg.jpg";
import turundus from "./juhatus/2024/bel.jpg";
import abi from "./juhatus/2024/annemari.jpg";
import "tw-elements";

const Cards = () => {
const cardInfo = [
{
image: esimees,
name: "Sandra Lubi",
name: "Alexander Rein Robas",
job: "Juhatuse esimees",
email: "sandra.lubi@ituk.ee",
email: "esimees@ituk.ee",
},
{
image: hr,
name: "Gert Persidski",
name: "Merely Laast",
job: "Inimressursside juht",
email: "gert.persidski@ituk.ee",
email: "hr@ituk.ee",
},
{
image: finants,
name: "Marcus Bindevald",
name: "Kaspar Sibul",
job: "Finantsjuht",
email: "marcus.bindevald@ituk.ee",
email: "finants@ituk.ee",
},
{
image: haridus,
name: "Kerttu Filippov",
name: "Karlis Saarna",
job: "Haridusjuht",
email: "kerttu.filippov@ituk.ee",
email: "haridus@ituk.ee",
},
{
image: meelelahutus,
name: "Kristian Erik Papp",
name: "Georg Lee",
job: "Meelelahutuse juht",
email: "kristian.papp@ituk.ee",
email: "meelelahutus@ituk.ee",
},

{
image: turundus,
name: "Robin Nook",
name: "Anabel Kalamees",
job: "Turundus- ja kommunikatsioonijuht",
email: "robin.nook@ituk.ee",
email: "sponsorlus@ituk.ee",
},

{
image: abi,
name: "Merely Laast",
name: "Annemari Riisimäe",
job: "Juhiabi",
email: "merely.laast@ituk.ee",
email: "juhiabi@ituk.ee",
},
];

Expand Down
Binary file modified src/components/juhatus/.DS_Store
Binary file not shown.
Binary file added src/components/juhatus/2024/annemari.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 src/components/juhatus/2024/bel.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 src/components/juhatus/2024/georg.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 src/components/juhatus/2024/karlis.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 src/components/juhatus/2024/kaspar.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 src/components/juhatus/2024/merely.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 src/components/juhatus/2024/sass.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 85456c1

Please sign in to comment.