Skip to content

Commit 57d5aae

Browse files
Develops publicly accessible asset folder
1 parent 3687703 commit 57d5aae

20 files changed

+50
-29
lines changed

.firebaserc

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
## Bitcoin Hash
22

3+
primary #C09F52
4+
secondary #897036

firebase.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"scripts": {
3+
"start": "cd react-app && npm start"
4+
}
5+
}

react-app/public/favicon.ico

-2.38 KB
Binary file not shown.

react-app/public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="utf-8" />
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
7+
<meta name="theme-color" content="#C09F52" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="Code Challenge for Full Stack JavaScript Developers"
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1313
<!--
@@ -27,7 +27,7 @@
2727
<title>Bitcoin Hash</title>
2828
</head>
2929
<body>
30-
<noscript>You need to enable JavaScript to run this app.</noscript>
30+
<noscript>You need __a lot__ of JavaScript to run this app.</noscript>
3131
<div id="root"></div>
3232
<!--
3333
This HTML file is a template.

react-app/public/jpg/opengraph.jpg

160 KB
Loading

react-app/public/logo192.png

8.71 KB
Loading

react-app/public/logo512.png

34.7 KB
Loading

react-app/public/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "Bitcoin Hash",
3+
"name": "Bitcoin Hash",
44
"icons": [
55
{
66
"src": "favicon.ico",
@@ -20,6 +20,6 @@
2020
],
2121
"start_url": ".",
2222
"display": "standalone",
23-
"theme_color": "#000000",
24-
"background_color": "#ffffff"
23+
"theme_color": "#C09F52",
24+
"background_color": "#C09F52"
2525
}
1.61 MB
Binary file not shown.
4.34 KB
Binary file not shown.
Binary file not shown.
9.1 KB
Binary file not shown.

react-app/public/svg/logo.svg

Lines changed: 18 additions & 0 deletions
Loading
154 KB
Binary file not shown.

react-app/public/webp/wordpress.webp

143 KB
Binary file not shown.

react-app/src/logo.svg

Lines changed: 18 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)