From cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 25 Apr 2021 16:01:14 +0200 Subject: build: Migrate to flat project structure This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project. --- .../opendc-web-ui/public/img/portraits/aiosup.png | Bin 0 -> 71879 bytes .../public/img/portraits/fmastenbroek.png | Bin 0 -> 121867 bytes .../opendc-web-ui/public/img/portraits/gandreadis.png | Bin 0 -> 76426 bytes .../opendc-web-ui/public/img/portraits/jburley.png | Bin 0 -> 328112 bytes .../opendc-web-ui/public/img/portraits/loverweel.png | Bin 0 -> 65866 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 opendc-web/opendc-web-ui/public/img/portraits/aiosup.png create mode 100644 opendc-web/opendc-web-ui/public/img/portraits/fmastenbroek.png create mode 100644 opendc-web/opendc-web-ui/public/img/portraits/gandreadis.png create mode 100644 opendc-web/opendc-web-ui/public/img/portraits/jburley.png create mode 100644 opendc-web/opendc-web-ui/public/img/portraits/loverweel.png (limited to 'opendc-web/opendc-web-ui/public/img/portraits') diff --git a/opendc-web/opendc-web-ui/public/img/portraits/aiosup.png b/opendc-web/opendc-web-ui/public/img/portraits/aiosup.png new file mode 100644 index 00000000..d2019b4d Binary files /dev/null and b/opendc-web/opendc-web-ui/public/img/portraits/aiosup.png differ diff --git a/opendc-web/opendc-web-ui/public/img/portraits/fmastenbroek.png b/opendc-web/opendc-web-ui/public/img/portraits/fmastenbroek.png new file mode 100644 index 00000000..f17ef697 Binary files /dev/null and b/opendc-web/opendc-web-ui/public/img/portraits/fmastenbroek.png differ diff --git a/opendc-web/opendc-web-ui/public/img/portraits/gandreadis.png b/opendc-web/opendc-web-ui/public/img/portraits/gandreadis.png new file mode 100644 index 00000000..96a3abda Binary files /dev/null and b/opendc-web/opendc-web-ui/public/img/portraits/gandreadis.png differ diff --git a/opendc-web/opendc-web-ui/public/img/portraits/jburley.png b/opendc-web/opendc-web-ui/public/img/portraits/jburley.png new file mode 100644 index 00000000..d2691659 Binary files /dev/null and b/opendc-web/opendc-web-ui/public/img/portraits/jburley.png differ diff --git a/opendc-web/opendc-web-ui/public/img/portraits/loverweel.png b/opendc-web/opendc-web-ui/public/img/portraits/loverweel.png new file mode 100644 index 00000000..85865977 Binary files /dev/null and b/opendc-web/opendc-web-ui/public/img/portraits/loverweel.png differ -- cgit v1.2.3