From e8fb98d87a2bb917e51852a4a32e11402d233106 Mon Sep 17 00:00:00 2001 From: teja Date: Tue, 24 Oct 2017 19:51:28 +0530 Subject: [PATCH 1/3] rearrange discord and subscribe sections --- components/subscribe.js | 10 +-------- pages/index.js | 49 +++++++++++++++++++++++++++-------------- 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/components/subscribe.js b/components/subscribe.js index 75357618c..09d7efd3c 100644 --- a/components/subscribe.js +++ b/components/subscribe.js @@ -65,7 +65,7 @@ class Subscribe extends Component { return (
-
+

We are constanly updating our platform.
If you would like to stay informed about our updates, drop you email. @@ -103,9 +103,6 @@ class Subscribe extends Component { .taglines { padding-bottom: 20px; } - .update_container { - background-color: #f6f6f6 !important; - } .update_content { display: flex; flex-direction: row; @@ -114,11 +111,6 @@ class Subscribe extends Component { align-content: center; align-items: center; } - .container { - background-color: #ffffff; - text-align: center; - padding: 60px; - } `}

); diff --git a/pages/index.js b/pages/index.js index 227571fca..c8afc5122 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,7 +1,6 @@ import React from 'react'; import Link from 'next/link'; -import { Card, Button, Divider } from 'semantic-ui-react'; - +import { Card, Button, Divider, Grid, Segment } from 'semantic-ui-react'; import { baseEventsURL, indexPageEventURL } from '../utils/urls'; import RowEvent from '../components/row-events'; import publicPage from '../hocs/public-page'; @@ -170,23 +169,39 @@ class Home extends React.Component {
-