Rename WebDrop to FilePizza. Color FilePizza title.

nb/hide-http
Neeraj Baid 11 years ago
parent ba8f10fb65
commit 96f11681ac

@ -8,7 +8,7 @@ export default class App extends React.Component {
return <html lang="en" data-bootstrap={this.props.data}> return <html lang="en" data-bootstrap={this.props.data}>
<FrozenHead> <FrozenHead>
<meta charSet="utf-8" /> <meta charSet="utf-8" />
<title>WebDrop - Send Files, Easily</title> <title>FilePizza - Send Files, Easily</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Quicksand:300,400,700" /> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Quicksand:300,400,700" />
<link rel="stylesheet" href="/css" /> <link rel="stylesheet" href="/css" />
</FrozenHead> </FrozenHead>

@ -43,7 +43,7 @@ export default class UploadPage extends React.Component {
<DropZone onDrop={this.uploadFile.bind(this)} /> <DropZone onDrop={this.uploadFile.bind(this)} />
<Spinner dir="up" /> <Spinner dir="up" />
<h1>WebDrop</h1> <h1>FilePizza</h1>
<p>The easiest way to send someone a file.</p> <p>The easiest way to send someone a file.</p>
<p>Drag the file into this window to get started.</p> <p>Drag the file into this window to get started.</p>
@ -54,7 +54,7 @@ export default class UploadPage extends React.Component {
<Spinner dir="up" animated /> <Spinner dir="up" animated />
<h1>WebDrop</h1> <h1>FilePizza</h1>
<p>Processing...</p> <p>Processing...</p>
</div> </div>

@ -8,7 +8,7 @@ light-gray = #EEE
light-green = #AEE239 light-green = #AEE239
light-red = #E23430 light-red = #E23430
light-yellow = #FFE476 light-yellow = #FFE476
red = #C40D08 red = #ae1e1d
@keyframes rotate { @keyframes rotate {
from { transform: rotate(0deg) } from { transform: rotate(0deg) }
@ -20,7 +20,7 @@ global-reset()
html, body { height: 100% } html, body { height: 100% }
h1 { h1 {
color: green color: red
font: bold 32px/40px "Quicksand", sans-serif font: bold 32px/40px "Quicksand", sans-serif
text-align: center text-align: center
margin: 0 0 10px margin: 0 0 10px

Loading…
Cancel
Save