Skip to content

Commit

Permalink
add design ++
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 24, 2024
1 parent 7fab471 commit 8765ef3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
Binary file added src/assets/design++_logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 16 additions & 10 deletions src/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import crcl from "@/assets/CRCL_logo_white.png";
import adr from "@/assets/ADR_logo_white.png";
import aelab from "@/assets/VUB-AELAB_logo_white.png";
import lund from "@/assets/Lund_logo_white.png";
import designplusplus from "@/assets/design++_logo_white.png";

import { createStore } from "vuex";

Expand Down Expand Up @@ -73,6 +74,11 @@ const store = createStore({
link: "https://www.dfab.ch/",
logo: dfab,
},
{
name: "Design++",
link: "https://designplusplus.ethz.ch/",
logo: designplusplus,
},
{
name: "Civil and Mineral Engineering, Univerity of Toronto",
link: "https://civmin.utoronto.ca/",
Expand All @@ -83,11 +89,6 @@ const store = createStore({
link: "https://dbt.arch.ethz.ch/",
logo: dbt,
},
{
name: "Tailored Materiality Research, Delft University of Technology",
link: "https://tailoredmateriality.com/",
logo: null,
},
{
name: "Department of Architectural Engineering, Vrije Universiteit Brussel",
link: "https://www.vub.be/arch/",
Expand All @@ -103,6 +104,16 @@ const store = createStore({
link: "https://www.abm.lth.se/",
logo: lund,
},
{
name: "ADR Laboratory, Princeton University",
link: "https://adeldesignresearch.org/",
logo: adr,
},
{
name: "Tailored Materiality Research, Delft University of Technology",
link: "https://tailoredmateriality.com/",
logo: null,
},
{
name: "School of Architecture, Carnegie Mellon University",
link: null,
Expand All @@ -113,11 +124,6 @@ const store = createStore({
link: null,
logo: null,
},
{
name: "ADR Laboratory, Princeton University",
link: "https://adeldesignresearch.org/",
logo: adr,
},
{
name: "Professorship of Digital Fabrication, TUM School of Engineering and Design",
link: "https://www.arc.ed.tum.de/df/",
Expand Down

0 comments on commit 8765ef3

Please sign in to comment.