-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from dtekcth/DAG2024
Added DAG'24
- Loading branch information
Showing
12 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 not shown.
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import chairmanProfile from "./assets/profiles/chairman.jpg" | ||
import financialManagerProfile from "./assets/profiles/financialManager.jpg" | ||
import eventsProfile from "./assets/profiles/events.jpg" | ||
import logisticsProfile from "./assets/profiles/logistics.jpg" | ||
import eventsProfile from "./assets/profiles/events.png" | ||
// import logisticsProfile from "./assets/profiles/logistics.jpg" | ||
import marketingProfile from "./assets/profiles/marketing.jpg" | ||
import customerRelationsProfile from "./assets/profiles/customerRelations.jpg" | ||
import communicationsProfile from "./assets/profiles/communications.jpg" | ||
|
@@ -10,45 +10,45 @@ export const config = { | |
profiles: [ | ||
{ | ||
pictureUrl: chairmanProfile, | ||
name: "Viktor Käll", | ||
name: "August Ådahl", | ||
title: "Chairman", | ||
email: "viktor.kall@.dtek.se", | ||
email: "august.adahl@dtek.se", | ||
}, | ||
{ | ||
pictureUrl: financialManagerProfile, | ||
name: "Alfred Karlsson", | ||
name: "Mia Heljeberg", | ||
title: "Treasurer", | ||
email: "alfred.karlsson@dag.dtek.se", | ||
email: "mia.heljeberg@dtek.se", | ||
}, | ||
{ | ||
pictureUrl: marketingProfile, | ||
name: "Gustav Bruhn", | ||
name: "Oscar Morisbak Olsson", | ||
title: "Member", | ||
email: "gustav.bruhn@dag.dtek.se", | ||
email: "oscar.morisbakolsson@dtek.se", | ||
}, | ||
{ | ||
pictureUrl: eventsProfile, | ||
name: "Salam Hani", | ||
name: "Arvid Boisen", | ||
title: "Member", | ||
email: "salam.hani@dag.dtek.se", | ||
email: "arvid.boisen@dtek.se", | ||
}, | ||
{ | ||
pictureUrl: customerRelationsProfile, | ||
name: "Tim Karlsson", | ||
name: "Oksar Sköld", | ||
title: "Member", | ||
email: "tim.karlsson@dag.dtek.se", | ||
email: "oskar.skold@dtek.se", | ||
}, | ||
{ | ||
pictureUrl: communicationsProfile, | ||
name: "Filip Wallin", | ||
name: "Rasmus Helgesson", | ||
title: "Member", | ||
email: "[email protected]", | ||
}, | ||
{ | ||
pictureUrl: logisticsProfile, | ||
name: "Tobias Olsson", | ||
title: "Member", | ||
email: "[email protected]", | ||
email: "[email protected]", | ||
}, | ||
// { | ||
// pictureUrl: logisticsProfile, | ||
// name: "Namn Namnsson", | ||
// title: "Member", | ||
// email: "[email protected]", | ||
// }, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters