From 90fae26aa4bd0e0eb3272ff6e6524060e9004fbb Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 29 Jun 2020 15:47:09 +0200 Subject: Prepare frontend repository for monorepo This change prepares the frontend Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a frontend subdirectory. --- frontend/public/favicon.ico | Bin 0 -> 99678 bytes frontend/public/humans.txt | 31 ++++++++++ frontend/public/img/datacenter-drawing.png | Bin 0 -> 219576 bytes frontend/public/img/logo.png | Bin 0 -> 2825 bytes frontend/public/img/portraits/aiosup.png | Bin 0 -> 111629 bytes frontend/public/img/portraits/fmastenbroek.png | Bin 0 -> 135589 bytes frontend/public/img/portraits/gandreadis.png | Bin 0 -> 118477 bytes frontend/public/img/portraits/loverweel.png | Bin 0 -> 107768 bytes frontend/public/img/stakeholders/Developer.png | Bin 0 -> 11411 bytes frontend/public/img/stakeholders/Manager.png | Bin 0 -> 9946 bytes frontend/public/img/stakeholders/Researcher.png | Bin 0 -> 10984 bytes frontend/public/img/stakeholders/Sales.png | Bin 0 -> 10074 bytes frontend/public/img/stakeholders/Student.png | Bin 0 -> 12960 bytes frontend/public/img/topology/cpu-icon.png | Bin 0 -> 4062 bytes frontend/public/img/topology/gpu-icon.png | Bin 0 -> 2227 bytes frontend/public/img/topology/memory-icon.png | Bin 0 -> 1980 bytes frontend/public/img/topology/rack-energy-icon.png | Bin 0 -> 893 bytes frontend/public/img/topology/rack-space-icon.png | Bin 0 -> 957 bytes frontend/public/img/topology/storage-icon.png | Bin 0 -> 4038 bytes frontend/public/img/tudelft-icon.png | Bin 0 -> 4387 bytes frontend/public/index.html | 70 ++++++++++++++++++++++ frontend/public/manifest.json | 15 +++++ frontend/public/robots.txt | 3 + 23 files changed, 119 insertions(+) create mode 100644 frontend/public/favicon.ico create mode 100644 frontend/public/humans.txt create mode 100644 frontend/public/img/datacenter-drawing.png create mode 100644 frontend/public/img/logo.png create mode 100644 frontend/public/img/portraits/aiosup.png create mode 100644 frontend/public/img/portraits/fmastenbroek.png create mode 100644 frontend/public/img/portraits/gandreadis.png create mode 100644 frontend/public/img/portraits/loverweel.png create mode 100644 frontend/public/img/stakeholders/Developer.png create mode 100644 frontend/public/img/stakeholders/Manager.png create mode 100644 frontend/public/img/stakeholders/Researcher.png create mode 100644 frontend/public/img/stakeholders/Sales.png create mode 100644 frontend/public/img/stakeholders/Student.png create mode 100644 frontend/public/img/topology/cpu-icon.png create mode 100644 frontend/public/img/topology/gpu-icon.png create mode 100644 frontend/public/img/topology/memory-icon.png create mode 100644 frontend/public/img/topology/rack-energy-icon.png create mode 100644 frontend/public/img/topology/rack-space-icon.png create mode 100644 frontend/public/img/topology/storage-icon.png create mode 100644 frontend/public/img/tudelft-icon.png create mode 100644 frontend/public/index.html create mode 100644 frontend/public/manifest.json create mode 100644 frontend/public/robots.txt (limited to 'frontend/public') diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico new file mode 100644 index 00000000..c2f40a0d Binary files /dev/null and b/frontend/public/favicon.ico differ diff --git a/frontend/public/humans.txt b/frontend/public/humans.txt new file mode 100644 index 00000000..d037fcfd --- /dev/null +++ b/frontend/public/humans.txt @@ -0,0 +1,31 @@ +/* TEAM */ +Benevolent Dictator for Life: Alexandru Iosup. +Site: http://www.ds.ewi.tudelft.nl/~iosup/ +Twitter: aiosup. +Location: Delft, Netherlands. + +Backend Engineer: Leon Overweel. +Site: http://leonoverweel.com/ +Twitter: layon_overwhale. +Location: Delft, Netherlands. + +Frontend Engineer: Georgios Andreadis. +Site: https://github.com/gandreadis +Location: Delft, Netherlands. + +Simulation Engineer: Fabian Mastenbroek. +Site: https://github.com/fabianishere +Location: Delft, Netherlands. + +Simulation Engineer: Matthijs Bijman. +Site: https://github.com/MDBijman +Location: Delft, Netherlands. + +/* THANKS */ +Executive Producer: Vincent van Beek. +Executive Producer: Tim Hegeman. + +/* SITE */ +Standards: HTML5, Sass, ES6 +Components: React.js, Redux, create-react-app, react-konva +Software: WebStorm, Vim, Visual Studio diff --git a/frontend/public/img/datacenter-drawing.png b/frontend/public/img/datacenter-drawing.png new file mode 100644 index 00000000..401168e3 Binary files /dev/null and b/frontend/public/img/datacenter-drawing.png differ diff --git a/frontend/public/img/logo.png b/frontend/public/img/logo.png new file mode 100644 index 00000000..d743038b Binary files /dev/null and b/frontend/public/img/logo.png differ diff --git a/frontend/public/img/portraits/aiosup.png b/frontend/public/img/portraits/aiosup.png new file mode 100644 index 00000000..30de349c Binary files /dev/null and b/frontend/public/img/portraits/aiosup.png differ diff --git a/frontend/public/img/portraits/fmastenbroek.png b/frontend/public/img/portraits/fmastenbroek.png new file mode 100644 index 00000000..fd0d9de1 Binary files /dev/null and b/frontend/public/img/portraits/fmastenbroek.png differ diff --git a/frontend/public/img/portraits/gandreadis.png b/frontend/public/img/portraits/gandreadis.png new file mode 100644 index 00000000..403870fa Binary files /dev/null and b/frontend/public/img/portraits/gandreadis.png differ diff --git a/frontend/public/img/portraits/loverweel.png b/frontend/public/img/portraits/loverweel.png new file mode 100644 index 00000000..d12a9e86 Binary files /dev/null and b/frontend/public/img/portraits/loverweel.png differ diff --git a/frontend/public/img/stakeholders/Developer.png b/frontend/public/img/stakeholders/Developer.png new file mode 100644 index 00000000..d2638e6c Binary files /dev/null and b/frontend/public/img/stakeholders/Developer.png differ diff --git a/frontend/public/img/stakeholders/Manager.png b/frontend/public/img/stakeholders/Manager.png new file mode 100644 index 00000000..92db7459 Binary files /dev/null and b/frontend/public/img/stakeholders/Manager.png differ diff --git a/frontend/public/img/stakeholders/Researcher.png b/frontend/public/img/stakeholders/Researcher.png new file mode 100644 index 00000000..d87edd39 Binary files /dev/null and b/frontend/public/img/stakeholders/Researcher.png differ diff --git a/frontend/public/img/stakeholders/Sales.png b/frontend/public/img/stakeholders/Sales.png new file mode 100644 index 00000000..5b7c3a72 Binary files /dev/null and b/frontend/public/img/stakeholders/Sales.png differ diff --git a/frontend/public/img/stakeholders/Student.png b/frontend/public/img/stakeholders/Student.png new file mode 100644 index 00000000..a4900303 Binary files /dev/null and b/frontend/public/img/stakeholders/Student.png differ diff --git a/frontend/public/img/topology/cpu-icon.png b/frontend/public/img/topology/cpu-icon.png new file mode 100644 index 00000000..07cfbd31 Binary files /dev/null and b/frontend/public/img/topology/cpu-icon.png differ diff --git a/frontend/public/img/topology/gpu-icon.png b/frontend/public/img/topology/gpu-icon.png new file mode 100644 index 00000000..55d4fb05 Binary files /dev/null and b/frontend/public/img/topology/gpu-icon.png differ diff --git a/frontend/public/img/topology/memory-icon.png b/frontend/public/img/topology/memory-icon.png new file mode 100644 index 00000000..36e8a44e Binary files /dev/null and b/frontend/public/img/topology/memory-icon.png differ diff --git a/frontend/public/img/topology/rack-energy-icon.png b/frontend/public/img/topology/rack-energy-icon.png new file mode 100644 index 00000000..1088c61b Binary files /dev/null and b/frontend/public/img/topology/rack-energy-icon.png differ diff --git a/frontend/public/img/topology/rack-space-icon.png b/frontend/public/img/topology/rack-space-icon.png new file mode 100644 index 00000000..387d7ea6 Binary files /dev/null and b/frontend/public/img/topology/rack-space-icon.png differ diff --git a/frontend/public/img/topology/storage-icon.png b/frontend/public/img/topology/storage-icon.png new file mode 100644 index 00000000..7a39cb6f Binary files /dev/null and b/frontend/public/img/topology/storage-icon.png differ diff --git a/frontend/public/img/tudelft-icon.png b/frontend/public/img/tudelft-icon.png new file mode 100644 index 00000000..a7a2d56a Binary files /dev/null and b/frontend/public/img/tudelft-icon.png differ diff --git a/frontend/public/index.html b/frontend/public/index.html new file mode 100644 index 00000000..e88cca42 --- /dev/null +++ b/frontend/public/index.html @@ -0,0 +1,70 @@ + + + + + OpenDC + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json new file mode 100644 index 00000000..adb82218 --- /dev/null +++ b/frontend/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "OpenDC", + "name": "OpenDC", + "icons": [ + { + "src": "favicon.ico", + "sizes": "16x16", + "type": "image/png" + } + ], + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#00A6D6", + "background_color": "#eeeeee" +} diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 00000000..165a1ea9 --- /dev/null +++ b/frontend/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /simulations/ +Disallow: /profile/ -- cgit v1.2.3