diff --git a/components/subscribe.js b/components/subscribe.js index 75357618c..84abe8254 100644 --- a/components/subscribe.js +++ b/components/subscribe.js @@ -1,5 +1,5 @@ import React, { Component } from 'react'; -import { Form, Message } from 'semantic-ui-react'; +import { Form, Message, Grid } from 'semantic-ui-react'; import { baseEventsURL, subscribeURL } from '../utils/urls'; class Subscribe extends Component { @@ -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. @@ -76,18 +76,24 @@ class Subscribe extends Component { ) : (
- - + + + + + + + +

); diff --git a/pages/index.js b/pages/index.js index 227571fca..757165d2e 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,38 @@ class Home extends React.Component {
-