Deploy React app to Gitub pages

This commit is contained in:
FutureX 2022-03-23 05:06:44 +03:00
commit 2cddcbd83a
12 changed files with 96 additions and 0 deletions

13
asset-manifest.json Normal file
View File

@ -0,0 +1,13 @@
{
"files": {
"main.css": "/gold-point/static/css/main.55531d07.css",
"main.js": "/gold-point/static/js/main.1ee9530b.js",
"index.html": "/gold-point/index.html",
"main.55531d07.css.map": "/gold-point/static/css/main.55531d07.css.map",
"main.1ee9530b.js.map": "/gold-point/static/js/main.1ee9530b.js.map"
},
"entrypoints": [
"static/css/main.55531d07.css",
"static/js/main.1ee9530b.js"
]
}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

1
index.html Normal file
View File

@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/gold-point/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/gold-point/logo192.png"/><link rel="manifest" href="/gold-point/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><title>React App</title><script defer="defer" src="/gold-point/static/js/main.1ee9530b.js"></script><link href="/gold-point/static/css/main.55531d07.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

BIN
logo192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
logo512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

25
manifest.json Normal file
View File

@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

3
robots.txt Normal file
View File

@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

View File

@ -0,0 +1,2 @@
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{display:flex;justify-content:center;width:100%}.header_box{margin-top:1rem;position:fixed;top:0;width:41rem;z-index:10}.header .under_titles{background-color:#eef;height:4rem;position:fixed;top:0;width:100%;z-index:9}.header_box .titles{align-items:center;background-color:#89d;border-radius:.5rem;display:flex;gap:1rem;justify-content:space-around;width:100%}@media screen and (max-width:700px){.header_box{margin-top:0;width:100%}.header_box .titles{border-radius:0}}.money-list{display:block}.item,.money-list{position:relative;width:100%}.item{background:#aac;border-radius:1rem;display:inline-block;margin-top:.3rem;max-width:100%;padding-bottom:2rem;padding-top:2rem;text-align:center;transition:all .3s ease}.item_info{align-items:center;display:flex;justify-content:space-around}.item_info .diff.plus{color:green}.item_info .diff.minus{color:darkred}.item:hover{background:#cacafa;-webkit-transform:scale(1.02);transform:scale(1.02)}.loading{flex-direction:column;height:25rem}.loading,.loading .loading_anim{align-items:center;display:flex;justify-content:center;width:100%}.loading .loading_anim .loading_animation{-webkit-animation:animation1 1s ease-in-out infinite alternate forwards;animation:animation1 1s ease-in-out infinite alternate forwards;background-color:#fff;border-radius:100%;height:2rem;margin:.1rem;-webkit-transform:scale(.3);transform:scale(.3);width:2rem}.loading .loading_anim .loading_animation.a2{-webkit-animation-delay:.1s;animation-delay:.1s}.loading .loading_anim .loading_animation.a3{-webkit-animation-delay:.2s;animation-delay:.2s}.loading .loading_anim .loading_animation.a4{-webkit-animation-delay:.3s;animation-delay:.3s}.loading .loading_anim .loading_animation.a5{-webkit-animation-delay:.4s;animation-delay:.4s}.loading .loading_anim .loading_animation.a6{-webkit-animation-delay:.5s;animation-delay:.5s}.loading .loading_anim .loading_animation.a7{-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes animation1{0%{background-color:#fff;-webkit-transform:scale(.3);transform:scale(.3)}to{background-color:#000;-webkit-transform:scale(1);transform:scale(1)}}@keyframes animation1{0%{background-color:#fff;-webkit-transform:scale(.3);transform:scale(.3)}to{background-color:#000;-webkit-transform:scale(1);transform:scale(1)}}.modal_item{background:#fff;border-bottom:1px solid;margin-top:.3rem;max-width:100%;padding-bottom:1rem;padding-top:1rem;position:relative;transition:all .3s ease;width:100%}.modal_item.first{border-top:1px solid}.modal_item .item_info{padding-left:2rem}.modal_item .item_info .date{color:#009;font-size:1.5rem;text-align:left}.modal_item .item_info .value{font-size:1.2rem;font-weight:700;text-align:right}.modal_item .item_info .diff{text-align:center}.modal_item .item_info .diff.plus{color:green}.modal_item .item_info .diff.minus{color:darkred}@media screen and (max-width:700px){.modal_item{margin-top:.1rem;padding-bottom:.7rem;padding-top:.7rem}.modal_item .item_info .date{font-size:1.3rem}.modal_item .item_info .value{font-size:1.1rem}.modal_item .item_info .diff{font-size:.9rem}}.modal{background:#fff;border-radius:1rem;left:50%;padding:2rem;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40rem}.modal-back{display:none}.modal .modal_header{font-size:2rem;padding-bottom:2rem;text-align:center}.modal .modal_body{max-height:60vh;overflow-y:scroll}@media screen and (max-width:700px){.modal{border-radius:0;height:100%;overflow-y:scroll;padding:0;width:100%}.modal .modal-back{color:#555;display:block;padding-bottom:1.5rem;padding-left:1rem;padding-top:1.5rem}.modal .modal_header{font-size:1.5rem;font-weight:700;padding-left:1rem;padding-right:1rem}.modal .modal_body{max-height:none;max-width:95%;padding-bottom:2rem;padding-left:2.5%;padding-right:2.5%}}.footer{font-size:1.1rem;padding-bottom:1rem;padding-top:1rem;text-align:center;width:100%}.fixed{bottom:0;position:absolute}.footer .link{color:#00008b;margin-left:.5rem}@media screen and (max-width:700px){.footer{font-size:.9rem}}.App{background-color:#eef;font-size:calc(1rem + 1.2vmin);min-height:100vh}.App,.body{align-items:center;display:flex;flex-direction:column;position:relative}.body{border-radius:2rem;color:#282c34;min-height:30rem;padding-top:7.5rem;width:40rem}@media screen and (max-width:700px){.body{padding-top:5.5rem;width:95%}}
/*# sourceMappingURL=main.55531d07.css.map*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,47 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/** @license MUI v5.4.4
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

File diff suppressed because one or more lines are too long