From 5ae473c257f1abb22344550c703695524c894e16 Mon Sep 17 00:00:00 2001 From: Lukas Brabec Date: Jan 10 2019 15:03:49 +0000 Subject: logo, icon, i want to help buttons --- diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..adc8242 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/LandingPage.js b/src/LandingPage.js index 46b64ff..2b576e4 100644 --- a/src/LandingPage.js +++ b/src/LandingPage.js @@ -1,5 +1,5 @@ import React, { Component } from 'react'; -import { Container, Row } from 'reactstrap'; +import { Container, Row, Button } from 'reactstrap'; import Layout from './Layout'; import Timeline from "./Timeline"; import Events from "./Events"; @@ -21,6 +21,13 @@ class LandingPage extends Component { + +
+
Do you have a spare time?
+

And do you want to help us to improve Fedora?

+ +
+
) diff --git a/src/Masthead.js b/src/Masthead.js index fe0da02..9177bc5 100644 --- a/src/Masthead.js +++ b/src/Masthead.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; -import { Container, NavbarBrand, Nav, NavItem, NavLink, Navbar } from 'reactstrap'; +import { Container, NavbarBrand, Nav, NavItem, NavLink, Navbar, Button } from 'reactstrap'; import logo from './logo.png'; @@ -13,7 +13,7 @@ class Masthead extends Component { diff --git a/src/logo.png b/src/logo.png index 8b462eb..ec8aa53 100755 Binary files a/src/logo.png and b/src/logo.png differ