Skip to content

Commit 16d67a3

Browse files
committed
Changes made for css
1 parent 80d68df commit 16d67a3

File tree

435 files changed

+19170
-18718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

435 files changed

+19170
-18718
lines changed

backend/frontend/.DS_Store

6 KB
Binary file not shown.

backend/frontend/.gitignore

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

backend/frontend/README.md

Lines changed: 0 additions & 70 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.e6c13ad2.css",
4+
"main.js": "/static/js/main.00b48718.js",
5+
"static/media/img.png": "/static/media/img.9d22e10b470ff4a0d32b.png",
6+
"index.html": "/index.html",
7+
"main.e6c13ad2.css.map": "/static/css/main.e6c13ad2.css.map",
8+
"main.00b48718.js.map": "/static/js/main.00b48718.js.map"
9+
},
10+
"entrypoints": [
11+
"static/css/main.e6c13ad2.css",
12+
"static/js/main.00b48718.js"
13+
]
14+
}

backend/frontend/build/favicon.ico

3.78 KB
Binary file not shown.

backend/frontend/build/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><link rel="icon" href="/docs/4.0/assets/img/favicons/favicon.ico"><title>Jumbotron Template for Bootstrap</title><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"><link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/jumbotron/"><script defer="defer" src="/static/js/main.00b48718.js"></script><link href="/static/css/main.e6c13ad2.css" rel="stylesheet"></head><body><div id="root"></div><script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script></body></html>

backend/frontend/build/logo192.png

5.22 KB
Loading

backend/frontend/build/logo512.png

9.44 KB
Loading

backend/frontend/build/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

backend/frontend/build/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

backend/frontend/build/static/css/main.e6c13ad2.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/frontend/build/static/css/main.e6c13ad2.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/frontend/build/static/js/main.00b48718.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
/**
2+
* @license React
3+
* react-dom.production.min.js
4+
*
5+
* Copyright (c) Facebook, Inc. and its affiliates.
6+
*
7+
* This source code is licensed under the MIT license found in the
8+
* LICENSE file in the root directory of this source tree.
9+
*/
10+
11+
/**
12+
* @license React
13+
* react-jsx-runtime.production.min.js
14+
*
15+
* Copyright (c) Facebook, Inc. and its affiliates.
16+
*
17+
* This source code is licensed under the MIT license found in the
18+
* LICENSE file in the root directory of this source tree.
19+
*/
20+
21+
/**
22+
* @license React
23+
* react.production.min.js
24+
*
25+
* Copyright (c) Facebook, Inc. and its affiliates.
26+
*
27+
* This source code is licensed under the MIT license found in the
28+
* LICENSE file in the root directory of this source tree.
29+
*/
30+
31+
/**
32+
* @license React
33+
* scheduler.production.min.js
34+
*
35+
* Copyright (c) Facebook, Inc. and its affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/
40+
41+
/**
42+
* @remix-run/router v1.15.3
43+
*
44+
* Copyright (c) Remix Software Inc.
45+
*
46+
* This source code is licensed under the MIT license found in the
47+
* LICENSE.md file in the root directory of this source tree.
48+
*
49+
* @license MIT
50+
*/
51+
52+
/**
53+
* React Router DOM v6.22.3
54+
*
55+
* Copyright (c) Remix Software Inc.
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE.md file in the root directory of this source tree.
59+
*
60+
* @license MIT
61+
*/
62+
63+
/**
64+
* React Router v6.22.3
65+
*
66+
* Copyright (c) Remix Software Inc.
67+
*
68+
* This source code is licensed under the MIT license found in the
69+
* LICENSE.md file in the root directory of this source tree.
70+
*
71+
* @license MIT
72+
*/

backend/frontend/build/static/js/main.00b48718.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading
6 KB
Binary file not shown.

backend/frontend/node_modules/.cache/.eslintcache

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/frontend/node_modules/.cache/babel-loader/004afd59f262f6e6f3c46fe497dc6023536a20226155d001fb30c7e63ed49458.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/frontend/node_modules/.cache/babel-loader/00594bb5ae250427070e6c0a36cd587e3357c160c724bc848e452ba3ec0d117e.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)