From 912e1b96bfa7d6c022d854fa744f719b49ca98d0 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 21 Jul 2020 15:33:37 +0200 Subject: Add first plotting attempts for portfolios --- frontend/src/components/home/ContactSection.js | 42 +++++++++------------- frontend/src/components/home/JumbotronHeader.js | 6 ++-- frontend/src/components/home/ModelingSection.js | 4 +-- frontend/src/components/home/ScreenshotSection.js | 18 +++------- frontend/src/components/home/SimulationSection.js | 5 +-- frontend/src/components/home/StakeholderSection.js | 22 +++--------- frontend/src/components/home/TeamSection.js | 12 ++----- .../src/components/home/TechnologiesSection.js | 36 +++++++++---------- 8 files changed, 49 insertions(+), 96 deletions(-) (limited to 'frontend/src/components/home') diff --git a/frontend/src/components/home/ContactSection.js b/frontend/src/components/home/ContactSection.js index 1ac2202c..095fb939 100644 --- a/frontend/src/components/home/ContactSection.js +++ b/frontend/src/components/home/ContactSection.js @@ -8,54 +8,44 @@ const ContactSection = () => (
- -
+ +
atlarge-research/opendc
- -
- TU Delft + TU Delft
A project by the   - + @Large Research Group - . + + .
- -
- OpenDC is an experimental tool. Your data may get lost, overwritten, or - otherwise become unavailable. -
- The OpenDC authors should in no way be liable in the event this happens - (see our{' '} + +
+ OpenDC is an experimental tool. Your data may get lost, overwritten, or otherwise become unavailable. +
+ The OpenDC authors should in no way be liable in the event this happens (see our{' '} - - license - - ). Sorry for the inconvenience. + license + + ). Sorry for the inconvenience.
diff --git a/frontend/src/components/home/JumbotronHeader.js b/frontend/src/components/home/JumbotronHeader.js index d519e840..f7af4cd9 100644 --- a/frontend/src/components/home/JumbotronHeader.js +++ b/frontend/src/components/home/JumbotronHeader.js @@ -8,10 +8,8 @@ const JumbotronHeader = () => (

OpenDC

-

- Collaborative Datacenter Simulation and Exploration for Everybody -

- OpenDC +

Collaborative Datacenter Simulation and Exploration for Everybody

+ OpenDC
diff --git a/frontend/src/components/home/ModelingSection.js b/frontend/src/components/home/ModelingSection.js index cdbb5a44..60d372f2 100644 --- a/frontend/src/components/home/ModelingSection.js +++ b/frontend/src/components/home/ModelingSection.js @@ -13,9 +13,7 @@ const ModelingSection = () => (
  • Model DC layout, and room locations and types
  • Place racks in rooms and nodes in racks
  • -
  • - Add real-world CPU, GPU, memory, storage and network units to each node -
  • +
  • Add real-world CPU, GPU, memory, storage and network units to each node
  • Select from diverse scheduling policies
diff --git a/frontend/src/components/home/ScreenshotSection.js b/frontend/src/components/home/ScreenshotSection.js index fdb55020..d0ff54bd 100644 --- a/frontend/src/components/home/ScreenshotSection.js +++ b/frontend/src/components/home/ScreenshotSection.js @@ -3,26 +3,18 @@ import React from 'react' import ContentSection from './ContentSection' import './ScreenshotSection.css' -const ScreenshotSection = ({ - name, - title, - imageUrl, - caption, - imageIsRight, - children, - }) => ( +const ScreenshotSection = ({ name, title, imageUrl, caption, imageIsRight, children }) => (
{children}
- {caption}/ + {caption}
{caption}
diff --git a/frontend/src/components/home/SimulationSection.js b/frontend/src/components/home/SimulationSection.js index 0fa21c34..9852cbb8 100644 --- a/frontend/src/components/home/SimulationSection.js +++ b/frontend/src/components/home/SimulationSection.js @@ -12,10 +12,7 @@ const ModelingSection = () => (

Working with OpenDC:

  • Seamlessly switch between construction and simulation modes
  • -
  • - Choose one of several predefined workloads (Big Data, Bag of Tasks, - Hadoop, etc.) -
  • +
  • Choose one of several predefined workloads (Big Data, Bag of Tasks, Hadoop, etc.)
  • Play, pause, and skip around the informative simulation timeline
  • Visualize and demo live
diff --git a/frontend/src/components/home/StakeholderSection.js b/frontend/src/components/home/StakeholderSection.js index e547ebe0..e5ed9683 100644 --- a/frontend/src/components/home/StakeholderSection.js +++ b/frontend/src/components/home/StakeholderSection.js @@ -18,23 +18,11 @@ const Stakeholder = ({ name, title, subtitle }) => ( const StakeholderSection = () => (
- - - - - + + + + +
) diff --git a/frontend/src/components/home/TeamSection.js b/frontend/src/components/home/TeamSection.js index 6823797f..4b6f1e25 100644 --- a/frontend/src/components/home/TeamSection.js +++ b/frontend/src/components/home/TeamSection.js @@ -18,11 +18,7 @@ const TeamMember = ({ photoId, name, description }) => ( const TeamSection = () => (
- + (
See{' '} - + atlarge.science/opendc {' '} for the full team! diff --git a/frontend/src/components/home/TechnologiesSection.js b/frontend/src/components/home/TechnologiesSection.js index 01d55937..c6013c71 100644 --- a/frontend/src/components/home/TechnologiesSection.js +++ b/frontend/src/components/home/TechnologiesSection.js @@ -6,33 +6,31 @@ const TechnologiesSection = () => (
  • - - - Browser - + + + Browser + JavaScript, React, Redux, Konva
  • - - - Server - - - Python, Flask, FlaskSocketIO, OpenAPI - + + + Server + + Python, Flask, FlaskSocketIO, OpenAPI
  • - - - Database - + + + Database + MongoDB
  • - - - Simulator - + + + Simulator + Kotlin
-- cgit v1.2.3