Add branding now that I have a name and fix styles

This commit is contained in:
2016-12-23 22:49:15 -07:00
parent 14644ee21b
commit 33f081e804
4 changed files with 26 additions and 12 deletions
+5 -2
View File
@@ -4,6 +4,7 @@ import Home from './Home';
import NotifPage from './NotifPage';
import Error from './Error';
import Shortid from 'shortid';
import { Router, Route, Link } from 'react-router';
export default class Site extends React.Component {
render(){
@@ -24,10 +25,12 @@ export default class Site extends React.Component {
<div>
<div className="hero">
<div className="title">
<h1>Notify</h1>
<Link to={'/'}>
Notica
</Link>
</div>
<div className="tagline">
Send a browser notification from your terminal. No installation.
Send a browser notification from your terminal. No installation. No registration.
</div>
</div>
{page}