Skip to content

Commit ce188bd

Browse files
committed
reorder cards
1 parent a54d718 commit ce188bd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/lib/components/Ecosystem.svelte

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@
6565
}
6666
]
6767
},
68+
{
69+
name: "Map Your Grid",
70+
description: "Community-driven initiative mapping the world's electrical grids to accelerate the energy transition worldwide",
71+
image: `${base}/img/projects/mapyourgrid.webp`,
72+
githubUrl: "https://mapyourgrid.org/",
73+
websiteUrl: "https://mapyourgrid.org/",
74+
institutions: [
75+
{
76+
name: "OET",
77+
logo: `${base}/img/institutions/oet.svg`,
78+
url: "https://openenergytransition.org/"
79+
}
80+
]
81+
},
6882
{
6983
name: "Powerplantmatching",
7084
description: "A toolset for cleaning, standardizing and combining multiple power plant databases",
@@ -95,20 +109,6 @@
95109
url: "https://www.tu.berlin/en/ensys"
96110
}
97111
]
98-
},
99-
{
100-
name: "Map Your Grid",
101-
description: "Community-driven initiative mapping the world's electrical grids to accelerate the energy transition worldwide",
102-
image: `${base}/img/projects/mapyourgrid.webp`,
103-
githubUrl: "https://mapyourgrid.org/",
104-
websiteUrl: "https://mapyourgrid.org/",
105-
institutions: [
106-
{
107-
name: "OET",
108-
logo: `${base}/img/institutions/oet.svg`,
109-
url: "https://openenergytransition.org/"
110-
}
111-
]
112112
}
113113
];
114114

0 commit comments

Comments
 (0)