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}>
<FrozenHead>
<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="/css" />
</FrozenHead>

@ -43,7 +43,7 @@ export default class UploadPage extends React.Component {
<DropZone onDrop={this.uploadFile.bind(this)} />
<Spinner dir="up" />
<h1>WebDrop</h1>
<h1>FilePizza</h1>
<p>The easiest way to send someone a file.</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 />
<h1>WebDrop</h1>
<h1>FilePizza</h1>
<p>Processing...</p>
</div>

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

Loading…
Cancel
Save