-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
5dde088
commit 3cafb0c
Showing
19 changed files
with
294 additions
and
1 deletion.
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,17 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.14fae22d.css", | ||
"main.js": "/static/js/main.1c197f2b.js", | ||
"static/js/488.ba8b5687.chunk.js": "/static/js/488.ba8b5687.chunk.js", | ||
"static/media/banner.webp": "/static/media/banner.4ef05a03e507168d19dc.webp", | ||
"static/media/markdownSample.md": "/static/media/markdownSample.6d48ee33f7723932c139.md", | ||
"index.html": "/index.html", | ||
"main.14fae22d.css.map": "/static/css/main.14fae22d.css.map", | ||
"main.1c197f2b.js.map": "/static/js/main.1c197f2b.js.map", | ||
"488.ba8b5687.chunk.js.map": "/static/js/488.ba8b5687.chunk.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.14fae22d.css", | ||
"static/js/main.1c197f2b.js" | ||
] | ||
} |
Binary file not shown.
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="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="application-name" content="inst.bid"><meta name="apple-mobile-web-app-title" content="inst.bid"><meta name="theme-color" content="#287A9F"><meta name="msapplication-navbutton-color" content="#287A9F"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="msapplication-starturl" content="/"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="description" content="Instructure product compliance information"/><link rel="icon" href="/favicon.ico"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Instructure Compliance Packages</title><script defer="defer" src="/static/js/main.1c197f2b.js"></script><link href="/static/css/main.14fae22d.css" rel="stylesheet"></head><body class="instructure"><noscript>You need to enable JavaScript to run this app. To request compliance information directly ask your Customer Success Manager, or email <a href="mailto:[email protected]">[email protected]</a></noscript><div id="root"></div></body></html> |
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.
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,69 @@ | ||
{ | ||
"manifest_version": 3, | ||
"id": "com.instructure.instbid", | ||
"short_name": "inst.bid", | ||
"name": "Instructure Compliance Package", | ||
"version": "1.1.0", | ||
"author": "Gary Denne", | ||
"developer": { | ||
"name": "Danny Wahl", | ||
"url": "https://www.instructure.com" | ||
}, | ||
"start_url": "/#/", | ||
"scope": "/", | ||
"orientation": "any", | ||
"display": "standalone", | ||
"theme_color": "#287A9F", | ||
"background_color": "#ffffff", | ||
"display_override": [ | ||
"window-controls-overlay" | ||
], | ||
"shortcuts": [ | ||
{ | ||
"name": "Links", | ||
"url": "/#/links", | ||
"description": "Redirect Links", | ||
"icons": [ | ||
{ | ||
"src": "logo96.png", | ||
"type": "image/png", | ||
"sizes": "96x96", | ||
"purpose": "any" | ||
} | ||
] | ||
} | ||
], | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "48x48", | ||
"type": "image/x-icon", | ||
"purpose": "any" | ||
}, | ||
{ | ||
"src": "logo192.png", | ||
"type": "image/png", | ||
"sizes": "192x192", | ||
"purpose": "any" | ||
}, | ||
{ | ||
"src": "logo512.png", | ||
"type": "image/png", | ||
"sizes": "512x512", | ||
"purpose": "any" | ||
} | ||
], | ||
"screenshots": [ | ||
{ | ||
"src": "screenshot-wide.png", | ||
"sizes": "1280x672", | ||
"type": "image/png", | ||
"form_factor": "wide" | ||
}, | ||
{ | ||
"src": "screenshot.png", | ||
"sizes": "596x833", | ||
"type": "image/png" | ||
} | ||
] | ||
} |
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,3 @@ | ||
# https://www.robotstxt.org/robotstxt.html | ||
User-agent: * | ||
Disallow: |
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.