From add670266391580e300235365e733f1ceea70122 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 27 Oct 2020 23:20:33 +0100 Subject: Fix images on frontpage This change fixes the invalid images on the frontpage by hosting them ourselves. --- frontend/public/img/screenshot-construction.png | Bin 0 -> 76461 bytes frontend/public/img/screenshot-simulation-zoom.png | Bin 0 -> 100583 bytes frontend/src/components/home/ModelingSection.js | 2 +- frontend/src/components/home/SimulationSection.js | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 frontend/public/img/screenshot-construction.png create mode 100644 frontend/public/img/screenshot-simulation-zoom.png (limited to 'frontend') diff --git a/frontend/public/img/screenshot-construction.png b/frontend/public/img/screenshot-construction.png new file mode 100644 index 00000000..223e8d48 Binary files /dev/null and b/frontend/public/img/screenshot-construction.png differ diff --git a/frontend/public/img/screenshot-simulation-zoom.png b/frontend/public/img/screenshot-simulation-zoom.png new file mode 100644 index 00000000..d7744926 Binary files /dev/null and b/frontend/public/img/screenshot-simulation-zoom.png differ diff --git a/frontend/src/components/home/ModelingSection.js b/frontend/src/components/home/ModelingSection.js index 60d372f2..643dca65 100644 --- a/frontend/src/components/home/ModelingSection.js +++ b/frontend/src/components/home/ModelingSection.js @@ -5,7 +5,7 @@ const ModelingSection = () => ( diff --git a/frontend/src/components/home/SimulationSection.js b/frontend/src/components/home/SimulationSection.js index 9852cbb8..e7a02068 100644 --- a/frontend/src/components/home/SimulationSection.js +++ b/frontend/src/components/home/SimulationSection.js @@ -5,7 +5,7 @@ const ModelingSection = () => ( -- cgit v1.2.3