diff --git a/src/components/views/Home.js b/src/components/views/Home.js index f070642..2c05188 100644 --- a/src/components/views/Home.js +++ b/src/components/views/Home.js @@ -1,4 +1,7 @@ import React, {Component} from "react"; +import { Container, Row, Col,Button, Input } from 'reactstrap'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faRocket } from '@fortawesome/free-solid-svg-icons' class Home extends Component { @@ -10,9 +13,25 @@ class Home extends Component { render(){ return( -
-

View : HOME

-
+ + +

Simple, gratuit : organisez un vote à l'aide du Jugement Majoritaire.

+
+ + + + + + + + + + + +

Pas de publicité et pas de cookie publicitaire.

+
+
+ ) } } diff --git a/src/scss/App.scss b/src/scss/App.scss index 421abcc..758d571 100644 --- a/src/scss/App.scss +++ b/src/scss/App.scss @@ -17,6 +17,7 @@ main{ header{ position:fixed; + z-index:10; width:100%; }