diff --git a/.gitignore b/.gitignore index 58b21fe..30bb8c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,23 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# production -# /build - -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +# /build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..3c16599 --- /dev/null +++ b/.htaccess @@ -0,0 +1,9 @@ + + RewriteEngine On + RewriteBase /subdirectory + RewriteRule ^index\.html$ - [L] + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-l + RewriteRule . /index.html [L] + diff --git a/README.md b/README.md index 39c4c7e..8deab22 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# What I used in this project: - -- React -- SCSS -- react-router-dom +# What I used in this project: + +- React +- SCSS +- react-router-dom diff --git a/build/asset-manifest.json b/build/asset-manifest.json index 37c1ed5..ed80b33 100644 --- a/build/asset-manifest.json +++ b/build/asset-manifest.json @@ -1,12 +1,12 @@ { "files": { "main.css": "/static/css/main.1e2e7f16.css", - "main.js": "/static/js/main.51470174.js", + "main.js": "/static/js/main.611d2c3f.js", "static/media/logo-bg.jpg": "/static/media/logo-bg.1d55df78b7376108f96c.jpg", "static/media/logo.jpg": "/static/media/logo.4132ef3815cdd5e7314e.jpg", "static/media/credit.svg": "/static/media/credit.287a7c0a67e2efc5004a44819ab0b1d2.svg", "static/media/password.svg": "/static/media/password.3c81a8eb2e5833ac220cc1eb6ea80f68.svg", - "static/media/lang.svg": "/static/media/lang.f22ff42454c87587f79377a48b1248e2.svg", + "static/media/lang.svg": "/static/media/lang.9c83d98865dc02c5dab82257e781a7ca.svg", "static/media/card.svg": "/static/media/card.6f83ff39d635861a53f4fb970082231d.svg", "static/media/card-black.svg": "/static/media/card-black.7a81177f3df2bb995ccdc030dc4df70d.svg", "static/media/card-remove.svg": "/static/media/card-remove.82eaef0cd0abb7da28f6da230d159f04.svg", @@ -24,12 +24,12 @@ "static/media/user-square.svg": "/static/media/user-square.d8e480e0d0a30f34f74130c8c706f68a.svg", "static/media/arrow-back.svg": "/static/media/arrow-back.7106eb7539d85d1dc7288726f85efeba.svg", "static/media/arrow-gray.svg": "/static/media/arrow-gray.c688e9bf277186332d33431cd6f52c8e.svg", - "static/media/arrow-down.svg": "/static/media/arrow-down.dc22eaaf68bd39561e303bcfbddc6a9e.svg", + "static/media/arrow-down.svg": "/static/media/arrow-down.2ec2ec0ddf677f60c1aa23e6d1abdc8d.svg", "main.1e2e7f16.css.map": "/static/css/main.1e2e7f16.css.map", - "main.51470174.js.map": "/static/js/main.51470174.js.map" + "main.611d2c3f.js.map": "/static/js/main.611d2c3f.js.map" }, "entrypoints": [ "static/css/main.1e2e7f16.css", - "static/js/main.51470174.js" + "static/js/main.611d2c3f.js" ] } \ No newline at end of file diff --git a/build/index.html b/build/index.html index a710d76..7ec4539 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -HalkBank
\ No newline at end of file +HalkBank
\ No newline at end of file diff --git a/build/manifest.json b/build/manifest.json index 080d6c7..2f2be64 100644 --- a/build/manifest.json +++ b/build/manifest.json @@ -1,25 +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" -} +{ + "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" +} diff --git a/build/robots.txt b/build/robots.txt index e9e57dc..9dd52a5 100644 --- a/build/robots.txt +++ b/build/robots.txt @@ -1,3 +1,3 @@ -# https://www.robotstxt.org/robotstxt.html -User-agent: * -Disallow: +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/build/static/js/main.51470174.js b/build/static/js/main.611d2c3f.js similarity index 99% rename from build/static/js/main.51470174.js rename to build/static/js/main.611d2c3f.js index 625ed85..e88347f 100644 --- a/build/static/js/main.51470174.js +++ b/build/static/js/main.611d2c3f.js @@ -1,3 +1,3 @@ -/*! For license information please see main.51470174.js.LICENSE.txt */ -!function(){"use strict";var e={725:function(e){var n=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function a(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var n={},t=0;t<10;t++)n["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(n).map((function(e){return n[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(a){return!1}}()?Object.assign:function(e,l){for(var i,o,s=a(e),u=1;u