Skip to content

Commit

Permalink
Deploying to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekss1998 committed Aug 26, 2023
1 parent ed3b5a0 commit a8d96f8
Show file tree
Hide file tree
Showing 19 changed files with 420 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/coverage

# production
README.md
/README.md

# misc
.DS_Store
Expand Down
19 changes: 19 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"files": {
"main.css": "/job-listing-app/static/css/main.80363f8d.css",
"main.js": "/job-listing-app/static/js/main.b88bc5d3.js",
"static/media/primeicons.svg": "/job-listing-app/static/media/primeicons.e1441b135b3ca9ad643c.svg",
"static/media/primeicons.eot": "/job-listing-app/static/media/primeicons.d44157bdfa026dc877af.eot",
"static/media/primeicons.woff": "/job-listing-app/static/media/primeicons.10d3152104f2208ac82a.woff",
"static/media/primeicons.ttf": "/job-listing-app/static/media/primeicons.ea5358601d0a3fd6670b.ttf",
"static/media/primeicons.woff2": "/job-listing-app/static/media/primeicons.78172950b335ccdb94e2.woff2",
"static/media/color.png": "/job-listing-app/static/media/color.6441e63a57ccc5105bad.png",
"index.html": "/job-listing-app/index.html",
"main.80363f8d.css.map": "/job-listing-app/static/css/main.80363f8d.css.map",
"main.b88bc5d3.js.map": "/job-listing-app/static/js/main.b88bc5d3.js.map"
},
"entrypoints": [
"static/css/main.80363f8d.css",
"static/js/main.b88bc5d3.js"
]
}
Binary file added build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/job-listing-app/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="/job-listing-app/logo192.png"/><link rel="manifest" href="/job-listing-app/manifest.json"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"><title>React App</title><script defer="defer" src="/job-listing-app/static/js/main.b88bc5d3.js"></script><link href="/job-listing-app/static/css/main.80363f8d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added build/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions build/static/css/main.80363f8d.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.80363f8d.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions build/static/js/main.b88bc5d3.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
/**
* @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.
*/

/**
* @remix-run/router v1.8.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 DOM v6.15.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.15.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
*/
1 change: 1 addition & 0 deletions build/static/js/main.b88bc5d3.js.map

Large diffs are not rendered by default.

Binary file added build/static/media/color.6441e63a57ccc5105bad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
292 changes: 292 additions & 0 deletions build/static/media/primeicons.e1441b135b3ca9ad643c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit a8d96f8

Please sign in to comment.