From e9a1b6078e366a8ee071f5d423a1874608618e4d Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Mon, 19 May 2025 13:31:34 +0200 Subject: Removing gh-pages site from master branch (#338) * Removing site from master branch * Updated README.md --- site/src/components/HomepageFeatures/index.js | 71 --------------------------- 1 file changed, 71 deletions(-) delete mode 100644 site/src/components/HomepageFeatures/index.js (limited to 'site/src/components/HomepageFeatures/index.js') diff --git a/site/src/components/HomepageFeatures/index.js b/site/src/components/HomepageFeatures/index.js deleted file mode 100644 index 5beee68d..00000000 --- a/site/src/components/HomepageFeatures/index.js +++ /dev/null @@ -1,71 +0,0 @@ -import React from 'react' -import clsx from 'clsx' -import styles from './styles.module.css' - -const FeatureList = [ - { - title: 'Easy to Use', - Svg: () => Building a datacenter in OpenDC, - description: ( - <> - OpenDC is designed from the ground up to be easily installed and used via its online interface to get - your experiments running quickly. - - ), - }, - { - title: 'Versatile Models', - Svg: () => ( - Explore alternative scenarios with OpenDC - ), - description: ( - <> - Explore scenarios around emerging datacenter technologies such as cloud computing,{' '} - serverless computing, big data, and machine learning. - - ), - }, - { - title: 'Simplified Analysis', - Svg: () => ( - Automated plots and visual summaries generated by OpenDC - ), - description: ( - <> - Investigate datacenter performance using the automated plots and visual summaries provided - out-of-the-box by OpenDC. - - ), - }, -] - -function Feature({ Svg, title, description }) { - return ( -
-
- -
-
-

{title}

-

{description}

-
-
- ) -} - -export default function HomepageFeatures() { - return ( -
-
-
- {FeatureList.map((props, idx) => ( - - ))} -
-
-
- ) -} -- cgit v1.2.3