diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-25 16:01:14 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-25 16:01:14 +0200 |
| commit | cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf (patch) | |
| tree | 6ae1681630a0e270c23804e6dbb3bd414ebe5d6e /frontend/public | |
| parent | 128a1db017545597a5c035b7960eb3fd36b5f987 (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')
26 files changed, 0 insertions, 115 deletions
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico Binary files differdeleted file mode 100644 index c2f40a0d..00000000 --- a/frontend/public/favicon.ico +++ /dev/null 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 Binary files differdeleted file mode 100644 index ec2b7398..00000000 --- a/frontend/public/img/datacenter-drawing.png +++ /dev/null diff --git a/frontend/public/img/logo.png b/frontend/public/img/logo.png Binary files differdeleted file mode 100644 index d743038b..00000000 --- a/frontend/public/img/logo.png +++ /dev/null diff --git a/frontend/public/img/portraits/aiosup.png b/frontend/public/img/portraits/aiosup.png Binary files differdeleted file mode 100644 index d2019b4d..00000000 --- a/frontend/public/img/portraits/aiosup.png +++ /dev/null diff --git a/frontend/public/img/portraits/fmastenbroek.png b/frontend/public/img/portraits/fmastenbroek.png Binary files differdeleted file mode 100644 index f17ef697..00000000 --- a/frontend/public/img/portraits/fmastenbroek.png +++ /dev/null diff --git a/frontend/public/img/portraits/gandreadis.png b/frontend/public/img/portraits/gandreadis.png Binary files differdeleted file mode 100644 index 96a3abda..00000000 --- a/frontend/public/img/portraits/gandreadis.png +++ /dev/null diff --git a/frontend/public/img/portraits/jburley.png b/frontend/public/img/portraits/jburley.png Binary files differdeleted file mode 100644 index d2691659..00000000 --- a/frontend/public/img/portraits/jburley.png +++ /dev/null diff --git a/frontend/public/img/portraits/loverweel.png b/frontend/public/img/portraits/loverweel.png Binary files differdeleted file mode 100644 index 85865977..00000000 --- a/frontend/public/img/portraits/loverweel.png +++ /dev/null diff --git a/frontend/public/img/screenshot-construction.png b/frontend/public/img/screenshot-construction.png Binary files differdeleted file mode 100644 index 223e8d48..00000000 --- a/frontend/public/img/screenshot-construction.png +++ /dev/null diff --git a/frontend/public/img/screenshot-simulation-zoom.png b/frontend/public/img/screenshot-simulation-zoom.png Binary files differdeleted file mode 100644 index d7744926..00000000 --- a/frontend/public/img/screenshot-simulation-zoom.png +++ /dev/null diff --git a/frontend/public/img/stakeholders/Developer.png b/frontend/public/img/stakeholders/Developer.png Binary files differdeleted file mode 100644 index d2638e6c..00000000 --- a/frontend/public/img/stakeholders/Developer.png +++ /dev/null diff --git a/frontend/public/img/stakeholders/Manager.png b/frontend/public/img/stakeholders/Manager.png Binary files differdeleted file mode 100644 index 92db7459..00000000 --- a/frontend/public/img/stakeholders/Manager.png +++ /dev/null diff --git a/frontend/public/img/stakeholders/Researcher.png b/frontend/public/img/stakeholders/Researcher.png Binary files differdeleted file mode 100644 index d87edd39..00000000 --- a/frontend/public/img/stakeholders/Researcher.png +++ /dev/null diff --git a/frontend/public/img/stakeholders/Sales.png b/frontend/public/img/stakeholders/Sales.png Binary files differdeleted file mode 100644 index 5b7c3a72..00000000 --- a/frontend/public/img/stakeholders/Sales.png +++ /dev/null diff --git a/frontend/public/img/stakeholders/Student.png b/frontend/public/img/stakeholders/Student.png Binary files differdeleted file mode 100644 index a4900303..00000000 --- a/frontend/public/img/stakeholders/Student.png +++ /dev/null diff --git a/frontend/public/img/topology/cpu-icon.png b/frontend/public/img/topology/cpu-icon.png Binary files differdeleted file mode 100644 index 07cfbd31..00000000 --- a/frontend/public/img/topology/cpu-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/gpu-icon.png b/frontend/public/img/topology/gpu-icon.png Binary files differdeleted file mode 100644 index 55d4fb05..00000000 --- a/frontend/public/img/topology/gpu-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/memory-icon.png b/frontend/public/img/topology/memory-icon.png Binary files differdeleted file mode 100644 index 36e8a44e..00000000 --- a/frontend/public/img/topology/memory-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/rack-energy-icon.png b/frontend/public/img/topology/rack-energy-icon.png Binary files differdeleted file mode 100644 index 1088c61b..00000000 --- a/frontend/public/img/topology/rack-energy-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/rack-space-icon.png b/frontend/public/img/topology/rack-space-icon.png Binary files differdeleted file mode 100644 index 387d7ea6..00000000 --- a/frontend/public/img/topology/rack-space-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/storage-icon.png b/frontend/public/img/topology/storage-icon.png Binary files differdeleted file mode 100644 index 7a39cb6f..00000000 --- a/frontend/public/img/topology/storage-icon.png +++ /dev/null diff --git a/frontend/public/img/tudelft-icon.png b/frontend/public/img/tudelft-icon.png Binary files differdeleted file mode 100644 index a7a2d56a..00000000 --- a/frontend/public/img/tudelft-icon.png +++ /dev/null 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/ |
