diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2019-02-10 22:41:35 +0100 |
|---|---|---|
| committer | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2019-02-10 22:41:35 +0100 |
| commit | 0dc54eb3bef06de6da6cae6beac156706d28683a (patch) | |
| tree | 35a784375e1bc05110bc7c4f3097311f662cda97 | |
| parent | 3dd0cd6f4f4279e5c13354d36f57a0ca7233669a (diff) | |
Remove SC18 presentation notice
| -rw-r--r-- | src/components/home/SC18Section.js | 19 | ||||
| -rw-r--r-- | src/components/home/SC18Section.sass | 2 | ||||
| -rw-r--r-- | src/pages/Home.js | 2 |
3 files changed, 0 insertions, 23 deletions
diff --git a/src/components/home/SC18Section.js b/src/components/home/SC18Section.js deleted file mode 100644 index b0d53b95..00000000 --- a/src/components/home/SC18Section.js +++ /dev/null @@ -1,19 +0,0 @@ -import React from "react"; -import ContentSection from "./ContentSection"; -import "./SC18Section.css"; - -const SC18Section = () => ( - <ContentSection name="sc18" title="OpenDC @ SC18"> - <div className="text-center lead mt-3"> - Our research on a reference architecture for datacenter scheduling will be presented at SC18 (Dallas, TX)! Join our presentation on - Wednesday, November 14, at 1:30pm, in the Cloud and Distributed Computing track. - </div> - <div className="text-center"> - <a href="http://bit.ly/sc18-scheduling" className="btn btn-primary mt-4"> - Read our Technical Report here - </a> - </div> - </ContentSection> -); - -export default SC18Section; diff --git a/src/components/home/SC18Section.sass b/src/components/home/SC18Section.sass deleted file mode 100644 index 04a13800..00000000 --- a/src/components/home/SC18Section.sass +++ /dev/null @@ -1,2 +0,0 @@ -.sc18-section - background-color: #fff34c diff --git a/src/pages/Home.js b/src/pages/Home.js index de6ff988..f6479722 100644 --- a/src/pages/Home.js +++ b/src/pages/Home.js @@ -11,7 +11,6 @@ import TechnologiesSection from "../components/home/TechnologiesSection"; import HomeNavbar from "../components/navigation/HomeNavbar"; import jQuery from "../util/jquery"; import "./Home.css"; -import SC18Section from "../components/home/SC18Section"; class Home extends React.Component { state = { @@ -46,7 +45,6 @@ class Home extends React.Component { <HomeNavbar /> <div className="body-wrapper page-container"> <JumbotronHeader /> - <SC18Section/> <IntroSection /> <StakeholderSection /> <ModelingSection /> |
