From 6d0cb29dada25b80eedbfa933a61731721f83712 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 12 Nov 2018 11:31:21 -0600 Subject: Add SC18 banner to site --- src/components/home/SC18Section.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/components/home/SC18Section.js (limited to 'src/components/home/SC18Section.js') diff --git a/src/components/home/SC18Section.js b/src/components/home/SC18Section.js new file mode 100644 index 00000000..b0d53b95 --- /dev/null +++ b/src/components/home/SC18Section.js @@ -0,0 +1,19 @@ +import React from "react"; +import ContentSection from "./ContentSection"; +import "./SC18Section.css"; + +const SC18Section = () => ( + +
+ 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. +
+
+ + Read our Technical Report here + +
+
+); + +export default SC18Section; -- cgit v1.2.3