summaryrefslogtreecommitdiff
path: root/frontend/public
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-04-25 16:01:14 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-04-25 16:01:14 +0200
commitcd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf (patch)
tree6ae1681630a0e270c23804e6dbb3bd414ebe5d6e /frontend/public
parent128a1db017545597a5c035b7960eb3fd36b5f987 (diff)
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.
Diffstat (limited to 'frontend/public')
-rw-r--r--frontend/public/favicon.icobin99678 -> 0 bytes
-rw-r--r--frontend/public/humans.txt35
-rw-r--r--frontend/public/img/datacenter-drawing.pngbin207909 -> 0 bytes
-rw-r--r--frontend/public/img/logo.pngbin2825 -> 0 bytes
-rw-r--r--frontend/public/img/portraits/aiosup.pngbin71879 -> 0 bytes
-rw-r--r--frontend/public/img/portraits/fmastenbroek.pngbin121867 -> 0 bytes
-rw-r--r--frontend/public/img/portraits/gandreadis.pngbin76426 -> 0 bytes
-rw-r--r--frontend/public/img/portraits/jburley.pngbin328112 -> 0 bytes
-rw-r--r--frontend/public/img/portraits/loverweel.pngbin65866 -> 0 bytes
-rw-r--r--frontend/public/img/screenshot-construction.pngbin76461 -> 0 bytes
-rw-r--r--frontend/public/img/screenshot-simulation-zoom.pngbin100583 -> 0 bytes
-rw-r--r--frontend/public/img/stakeholders/Developer.pngbin11411 -> 0 bytes
-rw-r--r--frontend/public/img/stakeholders/Manager.pngbin9946 -> 0 bytes
-rw-r--r--frontend/public/img/stakeholders/Researcher.pngbin10984 -> 0 bytes
-rw-r--r--frontend/public/img/stakeholders/Sales.pngbin10074 -> 0 bytes
-rw-r--r--frontend/public/img/stakeholders/Student.pngbin12960 -> 0 bytes
-rw-r--r--frontend/public/img/topology/cpu-icon.pngbin4062 -> 0 bytes
-rw-r--r--frontend/public/img/topology/gpu-icon.pngbin2227 -> 0 bytes
-rw-r--r--frontend/public/img/topology/memory-icon.pngbin1980 -> 0 bytes
-rw-r--r--frontend/public/img/topology/rack-energy-icon.pngbin893 -> 0 bytes
-rw-r--r--frontend/public/img/topology/rack-space-icon.pngbin957 -> 0 bytes
-rw-r--r--frontend/public/img/topology/storage-icon.pngbin4038 -> 0 bytes
-rw-r--r--frontend/public/img/tudelft-icon.pngbin4387 -> 0 bytes
-rw-r--r--frontend/public/index.html62
-rw-r--r--frontend/public/manifest.json15
-rw-r--r--frontend/public/robots.txt3
26 files changed, 0 insertions, 115 deletions
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico
deleted file mode 100644
index c2f40a0d..00000000
--- a/frontend/public/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/frontend/public/humans.txt b/frontend/public/humans.txt
deleted file mode 100644
index dadcd530..00000000
--- a/frontend/public/humans.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-/* TEAM */
-Benevolent Dictator for Life: Alexandru Iosup.
-Site: http://www.ds.ewi.tudelft.nl/~iosup/
-Twitter: aiosup.
-Location: Delft, Netherlands.
-
-Full-Stack 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: Jacob Burley.
-Site: https://github.com/jc0b
-Location: Amsterdam, Netherlands.
-
-Backend Engineer: Leon Overweel.
-Site: http://leonoverweel.com/
-Twitter: layon_overwhale.
-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
deleted file mode 100644
index ec2b7398..00000000
--- a/frontend/public/img/datacenter-drawing.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/logo.png b/frontend/public/img/logo.png
deleted file mode 100644
index d743038b..00000000
--- a/frontend/public/img/logo.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/portraits/aiosup.png b/frontend/public/img/portraits/aiosup.png
deleted file mode 100644
index d2019b4d..00000000
--- a/frontend/public/img/portraits/aiosup.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/portraits/fmastenbroek.png b/frontend/public/img/portraits/fmastenbroek.png
deleted file mode 100644
index f17ef697..00000000
--- a/frontend/public/img/portraits/fmastenbroek.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/portraits/gandreadis.png b/frontend/public/img/portraits/gandreadis.png
deleted file mode 100644
index 96a3abda..00000000
--- a/frontend/public/img/portraits/gandreadis.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/portraits/jburley.png b/frontend/public/img/portraits/jburley.png
deleted file mode 100644
index d2691659..00000000
--- a/frontend/public/img/portraits/jburley.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/portraits/loverweel.png b/frontend/public/img/portraits/loverweel.png
deleted file mode 100644
index 85865977..00000000
--- a/frontend/public/img/portraits/loverweel.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/screenshot-construction.png b/frontend/public/img/screenshot-construction.png
deleted file mode 100644
index 223e8d48..00000000
--- a/frontend/public/img/screenshot-construction.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/screenshot-simulation-zoom.png b/frontend/public/img/screenshot-simulation-zoom.png
deleted file mode 100644
index d7744926..00000000
--- a/frontend/public/img/screenshot-simulation-zoom.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/stakeholders/Developer.png b/frontend/public/img/stakeholders/Developer.png
deleted file mode 100644
index d2638e6c..00000000
--- a/frontend/public/img/stakeholders/Developer.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/stakeholders/Manager.png b/frontend/public/img/stakeholders/Manager.png
deleted file mode 100644
index 92db7459..00000000
--- a/frontend/public/img/stakeholders/Manager.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/stakeholders/Researcher.png b/frontend/public/img/stakeholders/Researcher.png
deleted file mode 100644
index d87edd39..00000000
--- a/frontend/public/img/stakeholders/Researcher.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/stakeholders/Sales.png b/frontend/public/img/stakeholders/Sales.png
deleted file mode 100644
index 5b7c3a72..00000000
--- a/frontend/public/img/stakeholders/Sales.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/stakeholders/Student.png b/frontend/public/img/stakeholders/Student.png
deleted file mode 100644
index a4900303..00000000
--- a/frontend/public/img/stakeholders/Student.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/topology/cpu-icon.png b/frontend/public/img/topology/cpu-icon.png
deleted file mode 100644
index 07cfbd31..00000000
--- a/frontend/public/img/topology/cpu-icon.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/topology/gpu-icon.png b/frontend/public/img/topology/gpu-icon.png
deleted file mode 100644
index 55d4fb05..00000000
--- a/frontend/public/img/topology/gpu-icon.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/topology/memory-icon.png b/frontend/public/img/topology/memory-icon.png
deleted file mode 100644
index 36e8a44e..00000000
--- a/frontend/public/img/topology/memory-icon.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/topology/rack-energy-icon.png b/frontend/public/img/topology/rack-energy-icon.png
deleted file mode 100644
index 1088c61b..00000000
--- a/frontend/public/img/topology/rack-energy-icon.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/topology/rack-space-icon.png b/frontend/public/img/topology/rack-space-icon.png
deleted file mode 100644
index 387d7ea6..00000000
--- a/frontend/public/img/topology/rack-space-icon.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/topology/storage-icon.png b/frontend/public/img/topology/storage-icon.png
deleted file mode 100644
index 7a39cb6f..00000000
--- a/frontend/public/img/topology/storage-icon.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/img/tudelft-icon.png b/frontend/public/img/tudelft-icon.png
deleted file mode 100644
index a7a2d56a..00000000
--- a/frontend/public/img/tudelft-icon.png
+++ /dev/null
Binary files differ
diff --git a/frontend/public/index.html b/frontend/public/index.html
deleted file mode 100644
index 44a0d80f..00000000
--- a/frontend/public/index.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <title>OpenDC</title>
-
- <!-- Standard meta tags -->
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <meta name="theme-color" content="#00A6D6">
- <meta name="description" content="Collaborative Datacenter Simulation and Exploration for Everybody">
- <meta name="author" content="@Large Research">
- <meta name="keywords" content="OpenDC, Datacenter, Simulation, Simulator, Collaborative, Distributed, Cluster">
- <link rel="manifest" href="/manifest.json">
- <link rel="shortcut icon" href="/favicon.ico">
-
- <!-- Twitter Card data -->
- <meta name="twitter:card" content="summary">
- <meta name="twitter:site" content="@LargeResearch">
- <meta name="twitter:title" content="OpenDC">
- <meta name="twitter:description" content="Collaborative Datacenter Simulation and Exploration for Everybody">
- <meta name="twitter:creator" content="@LargeResearch">
- <meta name="twitter:image" content="http://opendc.org/img/logo.png">
-
- <!-- OpenGraph meta tags -->
- <meta property="og:title" content="OpenDC">
- <meta property="og:site_name" content="OpenDC">
- <meta property="og:type" content="website">
- <meta property="og:image" content="http://opendc.org/img/logo.png">
- <meta property="og:url" content="http://opendc.org/">
- <meta property="og:description"
- content="OpenDC provides collaborative online datacenter modeling, diverse and effective datacenter
- simulation, and exploratory datacenter performance feedback.">
- <meta property="og:locale" content="en_US">
-
- <!-- Google meta tags -->
- <meta name="google-signin-client_id" content="%REACT_APP_OAUTH_CLIENT_ID%">
- <meta name="google-site-verification" content="YIR4LkQTv6WmOdWv8MkeiUKni-0Yu3WHylLp4VvUMig"/>
-
- <!-- CDN dependencies -->
- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
- <script src="https://use.fontawesome.com/ece66a2e7c.js"></script>
-
- <!-- Google Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-84285092-3"></script>
- <script>
- window.dataLayer = window.dataLayer || []
-
- function gtag() {
- dataLayer.push(arguments)
- }
-
- gtag('js', new Date())
- gtag('config', 'UA-84285092-3')
- </script>
-</head>
-<body>
-<noscript>
- You need to enable JavaScript to run this app.
-</noscript>
-<div id="root"></div>
-</body>
-</html>
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
deleted file mode 100644
index adb82218..00000000
--- a/frontend/public/manifest.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "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
deleted file mode 100644
index 1c6094ce..00000000
--- a/frontend/public/robots.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-User-agent: *
-Disallow: /projects/
-Disallow: /profile/