changed favicon and title

This commit is contained in:
YOUR NAME 2018-07-11 14:52:28 +10:00
parent 24cf2e56ee
commit 8beec3b385
37 changed files with 49 additions and 1 deletions

32
build/asset-manifest.json Normal file
View file

@ -0,0 +1,32 @@
{
"main.css": "static/css/main.51954a02.css",
"main.css.map": "static/css/main.51954a02.css.map",
"main.js": "static/js/main.e24fb0f1.js",
"main.js.map": "static/js/main.e24fb0f1.js.map",
"static/media/kickstarter-logo.png": "static/media/kickstarter-logo.bc457d4b.png",
"static/media/logo.png": "static/media/logo.02d8090d.png",
"static/media/roboto-latin-100.woff": "static/media/roboto-latin-100.e9dbbe8a.woff",
"static/media/roboto-latin-100.woff2": "static/media/roboto-latin-100.987b8457.woff2",
"static/media/roboto-latin-100italic.woff": "static/media/roboto-latin-100italic.d704bb3d.woff",
"static/media/roboto-latin-100italic.woff2": "static/media/roboto-latin-100italic.6232f43d.woff2",
"static/media/roboto-latin-300.woff": "static/media/roboto-latin-300.a1471d1d.woff",
"static/media/roboto-latin-300.woff2": "static/media/roboto-latin-300.55536c8e.woff2",
"static/media/roboto-latin-300italic.woff": "static/media/roboto-latin-300italic.210a7c78.woff",
"static/media/roboto-latin-300italic.woff2": "static/media/roboto-latin-300italic.d69924b9.woff2",
"static/media/roboto-latin-400.woff": "static/media/roboto-latin-400.bafb105b.woff",
"static/media/roboto-latin-400.woff2": "static/media/roboto-latin-400.5d4aeb4e.woff2",
"static/media/roboto-latin-400italic.woff": "static/media/roboto-latin-400italic.9680d5a0.woff",
"static/media/roboto-latin-400italic.woff2": "static/media/roboto-latin-400italic.d8bcbe72.woff2",
"static/media/roboto-latin-500.woff": "static/media/roboto-latin-500.de8b7431.woff",
"static/media/roboto-latin-500.woff2": "static/media/roboto-latin-500.28546717.woff2",
"static/media/roboto-latin-500italic.woff": "static/media/roboto-latin-500italic.ffcc050b.woff",
"static/media/roboto-latin-500italic.woff2": "static/media/roboto-latin-500italic.510dec37.woff2",
"static/media/roboto-latin-700.woff": "static/media/roboto-latin-700.cf6613d1.woff",
"static/media/roboto-latin-700.woff2": "static/media/roboto-latin-700.037d8304.woff2",
"static/media/roboto-latin-700italic.woff": "static/media/roboto-latin-700italic.846d1890.woff",
"static/media/roboto-latin-700italic.woff2": "static/media/roboto-latin-700italic.010c1aee.woff2",
"static/media/roboto-latin-900.woff": "static/media/roboto-latin-900.8c2ade50.woff",
"static/media/roboto-latin-900.woff2": "static/media/roboto-latin-900.19b7a0ad.woff2",
"static/media/roboto-latin-900italic.woff": "static/media/roboto-latin-900italic.bc833e72.woff",
"static/media/roboto-latin-900italic.woff2": "static/media/roboto-latin-900italic.7b770d6c.woff2"
}

1
build/index.html Normal file
View file

@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><title>React App</title><link href="/static/css/main.51954a02.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.e24fb0f1.js"></script></body></html>

1
build/service-worker.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 207 KiB

View file

@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Innovation Drive Pty</title>
</head>
<body>
<noscript>

BIN
src/.DS_Store vendored

Binary file not shown.

View file

@ -5,6 +5,8 @@ import DriftChat from "./components/Drift";
import Homepage from "./pages/Homepage";
import WhatIs from "./layouts/WhatIs"
import Footer from "./components/Footer";
// Make this DRY ~ DO NOT REPEAT YOURSELF
class App extends Component {
@ -18,6 +20,7 @@ class App extends Component {
{/* <WhatIs/> */}
<Footer />
<DriftChat />
R
</div>
);
}