Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Jul 6, 2022
1 parent a32efa2 commit 0a88ea8
Show file tree
Hide file tree
Showing 14 changed files with 266 additions and 66 deletions.
13 changes: 6 additions & 7 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"files": {
"main.css": "/reactPages/static/css/main.073c9b0a.css",
"main.js": "/reactPages/static/js/main.e146913c.js",
"main.css": "/reactPages/static/css/main.914432c6.css",
"main.js": "/reactPages/static/js/main.130bcada.js",
"static/js/787.28cb0dcd.chunk.js": "/reactPages/static/js/787.28cb0dcd.chunk.js",
"static/media/logo.svg": "/reactPages/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
"index.html": "/reactPages/index.html",
"main.073c9b0a.css.map": "/reactPages/static/css/main.073c9b0a.css.map",
"main.e146913c.js.map": "/reactPages/static/js/main.e146913c.js.map",
"main.914432c6.css.map": "/reactPages/static/css/main.914432c6.css.map",
"main.130bcada.js.map": "/reactPages/static/js/main.130bcada.js.map",
"787.28cb0dcd.chunk.js.map": "/reactPages/static/js/787.28cb0dcd.chunk.js.map"
},
"entrypoints": [
"static/css/main.073c9b0a.css",
"static/js/main.e146913c.js"
"static/css/main.914432c6.css",
"static/js/main.130bcada.js"
]
}
Binary file modified favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/reactPages/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="/reactPages/logo192.png"/><link rel="manifest" href="/reactPages/manifest.json"/><title>React App</title><script defer="defer" src="/reactPages/static/js/main.e146913c.js"></script><link href="/reactPages/static/css/main.073c9b0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/reactPages/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="/reactPages/logo192.png"/><link rel="manifest" href="/reactPages/manifest.json"/><title>React App</title><script defer="defer" src="/reactPages/static/js/main.130bcada.js"></script><link href="/reactPages/static/css/main.914432c6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions static/css/main.073c9b0a.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.073c9b0a.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions static/css/main.914432c6.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/main.914432c6.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions static/js/main.130bcada.js

Large diffs are not rendered by default.

252 changes: 252 additions & 0 deletions static/js/main.130bcada.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*! Conditions:: INITIAL */

/*! Production:: css_value : ANGLE */

/*! Production:: css_value : CHS */

/*! Production:: css_value : EMS */

/*! Production:: css_value : EXS */

/*! Production:: css_value : FREQ */

/*! Production:: css_value : LENGTH */

/*! Production:: css_value : PERCENTAGE */

/*! Production:: css_value : REMS */

/*! Production:: css_value : RES */

/*! Production:: css_value : SUB css_value */

/*! Production:: css_value : TIME */

/*! Production:: css_value : VHS */

/*! Production:: css_value : VMAXS */

/*! Production:: css_value : VMINS */

/*! Production:: css_value : VWS */

/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP COMMA math_expression RPAREN */

/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP RPAREN */

/*! Production:: expression : math_expression EOF */

/*! Production:: math_expression : LPAREN math_expression RPAREN */

/*! Production:: math_expression : NESTED_CALC LPAREN math_expression RPAREN */

/*! Production:: math_expression : SUB PREFIX SUB NESTED_CALC LPAREN math_expression RPAREN */

/*! Production:: math_expression : css_value */

/*! Production:: math_expression : css_variable */

/*! Production:: math_expression : math_expression ADD math_expression */

/*! Production:: math_expression : math_expression DIV math_expression */

/*! Production:: math_expression : math_expression MUL math_expression */

/*! Production:: math_expression : math_expression SUB math_expression */

/*! Production:: math_expression : value */

/*! Production:: value : NUMBER */

/*! Production:: value : SUB NUMBER */

/*! Rule:: $ */

/*! Rule:: (--[0-9a-z-A-Z-]*) */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)% */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)Hz\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ch\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)cm\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)deg\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpcm\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpi\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dppx\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)em\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ex\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)grad\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)in\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)kHz\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)mm\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ms\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pc\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pt\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)px\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rad\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rem\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)s\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)turn\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vh\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmax\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmin\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vw\b */

/*! Rule:: ([a-z]+) */

/*! Rule:: (calc) */

/*! Rule:: (var) */

/*! Rule:: , */

/*! Rule:: - */

/*! Rule:: \( */

/*! Rule:: \) */

/*! Rule:: \* */

/*! Rule:: \+ */

/*! Rule:: \/ */

/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */

/*! https://mths.be/punycode v1.3.2 by @mathias */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* 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
* 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
* 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.
*/

/**
* @license React
* 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.
*/

/**
* A better abstraction over CSS.
*
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
* @website https://github.com/cssinjs/jss
* @license MIT
*/

/**
* React Router DOM v6.3.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.3.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/** @license MUI v5.8.7
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.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-is.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.
*/
1 change: 1 addition & 0 deletions static/js/main.130bcada.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.e146913c.js

This file was deleted.

50 changes: 0 additions & 50 deletions static/js/main.e146913c.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.e146913c.js.map

This file was deleted.

Loading

0 comments on commit 0a88ea8

Please sign in to comment.