-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3e73a3d
Showing
24 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"files": { | ||
"main.css": "/dei_hackathon_2023/static/css/main.f2fe4d2f.css", | ||
"main.js": "/dei_hackathon_2023/static/js/main.618b3f08.js", | ||
"static/media/leftAwards.png": "/dei_hackathon_2023/static/media/leftAwards.b9c56d8eaf48578d1897.png", | ||
"static/media/rightAwards.png": "/dei_hackathon_2023/static/media/rightAwards.95546855eab1ef06ca77.png", | ||
"static/media/centreRecongnition.png": "/dei_hackathon_2023/static/media/centreRecongnition.6d3300c6dd67158fb5a3.png", | ||
"static/media/sageui-medium.ttf": "/dei_hackathon_2023/static/media/sageui-medium.bf4658b49a08e83c3248.ttf", | ||
"static/media/sageui-bold.ttf": "/dei_hackathon_2023/static/media/sageui-bold.b15d79f91e7797166b5d.ttf", | ||
"static/media/sageui-regular.ttf": "/dei_hackathon_2023/static/media/sageui-regular.0870ec74f655711b404e.ttf", | ||
"static/media/sageui-bold.otf": "/dei_hackathon_2023/static/media/sageui-bold.63ebd4ba37f8e5a15487.otf", | ||
"static/media/sageui-medium.otf": "/dei_hackathon_2023/static/media/sageui-medium.498d6ed6a70711499dd6.otf", | ||
"static/media/sageui-regular.otf": "/dei_hackathon_2023/static/media/sageui-regular.9cd7172286556a725c83.otf", | ||
"static/media/sageui-medium.woff": "/dei_hackathon_2023/static/media/sageui-medium.c1601ff9cb97d3c5de26.woff", | ||
"static/media/sageui-bold.woff": "/dei_hackathon_2023/static/media/sageui-bold.080d224e5995790988eb.woff", | ||
"static/media/sageui-regular.woff": "/dei_hackathon_2023/static/media/sageui-regular.762ecaf70017089de3cc.woff", | ||
"static/media/sageui-medium.woff2": "/dei_hackathon_2023/static/media/sageui-medium.c39544a6b682564733f3.woff2", | ||
"static/media/sageui-bold.woff2": "/dei_hackathon_2023/static/media/sageui-bold.3b697c649436ac60c89c.woff2", | ||
"static/media/sageui-regular.woff2": "/dei_hackathon_2023/static/media/sageui-regular.521a81137fa52b534bf7.woff2", | ||
"static/media/carbon-icons-webfont.woff": "/dei_hackathon_2023/static/media/carbon-icons-webfont.f6da3837597b061acfe7.woff", | ||
"static/media/SageLogo.png": "/dei_hackathon_2023/static/media/SageLogo.15845df7fa44e18d1084.png", | ||
"index.html": "/dei_hackathon_2023/index.html", | ||
"main.f2fe4d2f.css.map": "/dei_hackathon_2023/static/css/main.f2fe4d2f.css.map", | ||
"main.618b3f08.js.map": "/dei_hackathon_2023/static/js/main.618b3f08.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.f2fe4d2f.css", | ||
"static/js/main.618b3f08.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="2023 DEI Hackathon idea web development"/><title>DEI Hackathon 2023</title><script defer="defer" src="/dei_hackathon_2023/static/js/main.618b3f08.js"></script><link href="/dei_hackathon_2023/static/css/main.f2fe4d2f.css" rel="stylesheet"></head><body><div id="root"></div></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
/* | ||
object-assign | ||
(c) Sindre Sorhus | ||
@license MIT | ||
*/ | ||
|
||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use | ||
this file except in compliance with the License. You may obtain a copy of the | ||
License at http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
|
||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
***************************************************************************** */ | ||
|
||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ | ||
|
||
/** | ||
* @remix-run/router v1.6.3 | ||
* | ||
* 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.13.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-virtual | ||
* | ||
* Copyright (c) TanStack | ||
* | ||
* 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 | ||
*/ | ||
|
||
/** | ||
* virtual-core | ||
* | ||
* Copyright (c) TanStack | ||
* | ||
* 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 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 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-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. | ||
*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.