Skip to content

Commit

Permalink
Merge pull request #1 from dtekcth/add_new_dag
Browse files Browse the repository at this point in the history
Merge add_new_dag into main
  • Loading branch information
sora-jp authored Aug 12, 2023
2 parents 4430be8 + bfff813 commit 59925ae
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 25 deletions.
Binary file removed web/src/assets/profiles/chairman.webp
Binary file not shown.
Binary file added web/src/assets/profiles/chariman.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 web/src/assets/profiles/communications.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 removed web/src/assets/profiles/communications.webp
Binary file not shown.
Binary file added web/src/assets/profiles/customerRelations.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 removed web/src/assets/profiles/customerRelations.webp
Binary file not shown.
Binary file added web/src/assets/profiles/events.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 removed web/src/assets/profiles/events.webp
Binary file not shown.
Binary file added web/src/assets/profiles/financialManager.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 removed web/src/assets/profiles/financialManager.webp
Binary file not shown.
Binary file added web/src/assets/profiles/logistics.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 removed web/src/assets/profiles/logistics.webp
Binary file not shown.
Binary file added web/src/assets/profiles/marketing.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 removed web/src/assets/profiles/marketing.webp
Binary file not shown.
Binary file modified web/src/assets/theone.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 modified web/src/assets/theone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 24 additions & 25 deletions web/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,55 +1,54 @@
import chairmanProfile from "./assets/profiles/chairman.webp";
import financialManagerProfile from "./assets/profiles/financialManager.webp";
import eventsProfile from "./assets/profiles/events.webp";
import logisticsProfile from "./assets/profiles/logistics.webp";
import marketingProfile from "./assets/profiles/marketing.webp";
import customerRelationsProfile from "./assets/profiles/customerRelations.webp";
import communicationsProfile from "./assets/profiles/communications.webp";
import chairmanProfile from "./assets/profiles/chairman.jpg.jpg;
import financialManagerProfile from "./assets/profiles/financialManager.jpg.jpg;
import eventsProfile from "./assets/profiles/events.jpg.jpg;
import logisticsProfile from "./assets/profiles/logistics.jpg.jpg;
import marketingProfile from "./assets/profiles/marketing.jpg.jpg;
import customerRelationsProfile from "./assets/profiles/customerRelations.jpg.jpg;
import communicationsProfile from "./assets/profiles/communications.jpg.jpg;

export const config = {
profiles: [
{
pictureUrl: chairmanProfile,
name: "Linn Österlund",
title: "Chairwoman",
email: "linn.osterlund@dag.dtek.se",
name: "Viktor Käll",
title: "Chairman",
email: "viktor.kall@.dtek.se",
},
{
pictureUrl: financialManagerProfile,
name: "Johannes Hjalmarsson",
name: "Alfred Karlsson",
title: "Treasurer",
email: "johannes.hjalmarsson@dag.dtek.se",
email: "alfred.karlsson@dag.dtek.se",
},
{
pictureUrl: customerRelationsProfile,
name: "Johannes Holmgren",
pictureUrl: marketingProfile,
name: "Gustav Bruhn",
title: "Member",
email: "johannes.holmgren@dag.dtek.se",
email: "gustav.bruhn@dag.dtek.se",
},
{
pictureUrl: eventsProfile,
name: "Samuel Runmark Thunell",
name: "Salam Hani",
title: "Member",
email: "samuel.runmark.thunell@dag.dtek.se",
email: "salam.hani@dag.dtek.se",
},
{
pictureUrl: marketingProfile,
name: "Samuel Kontola",
pictureUrl: customerRelationsProfile,
name: "Tim Karlsson",
title: "Member",
email: "samuel.kontola@dag.dtek.se",
email: "tim.karlsson@dag.dtek.se",
},

{
pictureUrl: communicationsProfile,
name: "Samuel Kyletoft",
name: "Filip Wallin",
title: "Member",
email: "samuel.kyletoft@dag.dtek.se",
email: "filip.wallin@dag.dtek.se",
},
{
pictureUrl: logisticsProfile,
name: "Olof Forsberg",
name: "Tobias Olsson",
title: "Member",
email: "olof.forsberg@dag.dtek.se",
email: "tobias.olsson@dag.dtek.se",
},
],
};

0 comments on commit 59925ae

Please sign in to comment.