summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/public/img/screenshot-construction.pngbin0 -> 76461 bytes
-rw-r--r--frontend/public/img/screenshot-simulation-zoom.pngbin0 -> 100583 bytes
-rw-r--r--frontend/src/components/home/ModelingSection.js2
-rw-r--r--frontend/src/components/home/SimulationSection.js2
4 files changed, 2 insertions, 2 deletions
diff --git a/frontend/public/img/screenshot-construction.png b/frontend/public/img/screenshot-construction.png
new file mode 100644
index 00000000..223e8d48
--- /dev/null
+++ b/frontend/public/img/screenshot-construction.png
Binary files 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
--- /dev/null
+++ b/frontend/public/img/screenshot-simulation-zoom.png
Binary files 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 = () => (
<ScreenshotSection
name="modeling"
title="Datacenter Modeling"
- imageUrl="https://github.com/atlarge-research/opendc/raw/master/images/opendc-frontend-construction.PNG"
+ imageUrl="/img/screenshot-construction.png"
caption="Building a datacenter in OpenDC"
imageIsRight={true}
>
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 = () => (
<ScreenshotSection
name="simulation"
title="Datacenter Simulation"
- imageUrl="https://github.com/atlarge-research/opendc/raw/master/images/opendc-frontend-simulation-zoom.PNG"
+ imageUrl="/img/screenshot-simulation-zoom.png"
caption="Running an experiment in OpenDC"
imageIsRight={false}
>