Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
New committee members
Browse files Browse the repository at this point in the history
  • Loading branch information
helges1 committed Nov 21, 2022
1 parent 983be70 commit 88122a0
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 40 deletions.
Binary file removed content/images/styret/alexander.jpg
Binary file not shown.
Binary file removed content/images/styret/endre.jpg
Binary file not shown.
Binary file added content/images/styret/fredric.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 content/images/styret/maella.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 content/images/styret/malvika.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 content/images/styret/mathias.jpg
Binary file not shown.
Binary file removed content/images/styret/solveig.jpg
Binary file not shown.
Binary file removed content/images/styret/victoria.jpg
Binary file not shown.
68 changes: 28 additions & 40 deletions data/committee.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import alexander from "../content/images/styret/alexander.jpg";
import cecilie from "../content/images/styret/cecilie.jpg";
import elin from "../content/images/styret/elin.jpg";
import endre from "../content/images/styret/endre.jpg";
import fredric from "../content/images/styret/fredric.jpg";
import maella from "../content/images/styret/maella.jpg";
import malvika from "../content/images/styret/malvika.jpg";
import mathilde from "../content/images/styret/mathilde.jpg";
import safiya from "../content/images/styret/safiya.jpg";
import sebastian from "../content/images/styret/sebastian.jpg";
import solveig from "../content/images/styret/solveig.jpg";
import victoria from "../content/images/styret/victoria.jpg";

export interface CommitteeMember {
name: string;
Expand All @@ -21,20 +20,9 @@ export interface CommitteeMember {
}

export const COMMITTEE_MEMBERS: Array<CommitteeMember> = [
{
name: "Endre Borgen Egge",
position: "Leder",
headshot: endre,
socials: {
email: "endre.egge@echokarriere.no",
github: null,
linkedin: "endre-borgen-egge-841009126",
website: null,
},
},
{
name: "Mathilde Bergenheim",
position: "Nestleder",
position: "Leder",
headshot: mathilde,
socials: {
email: "mathilde.bergenheim@echokarriere.no",
Expand All @@ -44,19 +32,19 @@ export const COMMITTEE_MEMBERS: Array<CommitteeMember> = [
},
},
{
name: "Victoria Valner",
position: "Økonomiansvarlig",
headshot: victoria,
name: "Elin Veila",
position: "Nestleder",
headshot: elin,
socials: {
email: "victoria.valner@echokarriere.no",
email: "elin.veila@echokarriere.no",
github: null,
linkedin: "victoria-valner-63b3a2194",
linkedin: "elin-veila-a5a744249",
website: null,
},
},
{
name: "Cecilie Danbolt Tveter",
position: "Nestøkonomiansvarlig",
position: "Økonomiansvarlig",
headshot: cecilie,
socials: {
email: "cecilie.tveter@echokarriere.no",
Expand All @@ -77,46 +65,46 @@ export const COMMITTEE_MEMBERS: Array<CommitteeMember> = [
},
},
{
name: "Elin Veila",
position: "Bedriftsansvarlig",
headshot: elin,
name: "Safiya Adan Mahamood",
position: "Styremedlem",
headshot: safiya,
socials: {
email: "elin.veila@echokarriere.no",
email: "safiya.mahamood@echokarriere.no",
github: null,
linkedin: "elin-veila-a5a744249",
linkedin: "safiya-mahamood-b70460231",
website: null,
},
},
{
name: "Solveig Ødegaard Notø",
position: "PR-ansvarlig",
headshot: solveig,
name: "Maella Irebe Muganga",
position: "Styremedlem",
headshot: maella,
socials: {
email: "solveig.noto@echokarriere.no",
email: "maella.muganga@echokarriere.no",
github: null,
linkedin: "solveig-ødegaard-notø-793b56210",
linkedin: "maella-muganga-a19160204",
website: null,
},
},
{
name: "Safiya Adan Mahamood",
name: "Fredric Hegland",
position: "Styremedlem",
headshot: safiya,
headshot: fredric,
socials: {
email: "safiya.mahamood@echokarriere.no",
email: "fredric.hegland@echokarriere.no",
github: null,
linkedin: "safiya-mahamood-b70460231",
linkedin: "fredric-hegland-8a8972206",
website: null,
},
},
{
name: "Alexander R. Doré",
name: "Malvika Singh",
position: "Styremedlem",
headshot: alexander,
headshot: malvika,
socials: {
email: "alexander.dore@echokarriere.no",
email: "malvika.singh@echokarriere.no",
github: null,
linkedin: "alexander-r-doré",
linkedin: "malvika-singh-uib",
website: null,
},
},
Expand Down

1 comment on commit 88122a0

@vercel
Copy link

@vercel vercel bot commented on 88122a0 Nov 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.