-
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 d341666
Showing
17 changed files
with
915 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,9 @@ | ||
@font-face { | ||
font-family: "StratumNo2"; | ||
src: url("StratumNo2-Bold.woff2") format("woff2"), | ||
url("StratumNo2-Bold.woff") format("woff"), | ||
url("StratumNo2-Bold.ttf") format("truetype"), | ||
url("StratumNo2-Bold.svg#StratumNo2-Bold") format("svg"); | ||
font-weight: bold; | ||
font-style: normal; | ||
} |
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.
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.
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,42 @@ | ||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=1028px,initial-scale=1"><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.7.1/css/all.css integrity=sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr crossorigin=anonymous><title>OSU Sustainability Kiosk</title><style>h1.incompatible { | ||
color: rgba(255, 255, 255, 0.85); | ||
font-family: "StratumNo2"; | ||
font-size: 90px; | ||
padding: 30px; | ||
padding-top: 10px; | ||
background-color: #8b2728; | ||
width: 100%; | ||
height: 120px; | ||
} | ||
h3.incompatible { | ||
color: #fff; | ||
padding: 20px; | ||
} | ||
h4.incompatible { | ||
color: #fff; | ||
font-weight: bold; | ||
} | ||
div.incompatible { | ||
text-align: center; | ||
} | ||
li.incompatible { | ||
color: #fff; | ||
list-style: none; | ||
} | ||
li.incompatible a { | ||
font-size: 24px; | ||
color: rgba(255, 255, 255, 0.7); | ||
text-decoration: underline; | ||
}</style><script>var supportsES6 = (function () { | ||
try { | ||
new Function("(a = 0) => a"); | ||
return true; | ||
} catch (err) { | ||
return false; | ||
} | ||
})();</script><link href=/sustainability-kiosks/css/app.f25bdf98.css rel=preload as=style><link href=/sustainability-kiosks/js/app.1645ee78.js rel=preload as=script><link href=/sustainability-kiosks/css/app.f25bdf98.css rel=stylesheet></head><body><div id=app></div><script src=/sustainability-kiosks/js/app.1645ee78.js></script></body><script>if (!supportsES6) { | ||
var bod = document.body; | ||
bod.innerHTML = | ||
"<h1 class='incompatible'>We're Sorry...</h1><h3 class='incompatible'>An incompatible browser was detected. Please update to a supported browser to use this application.</h3><div class='incompatible'><h4 class='incompatible'>Supported Browsers:</h4><ul class='incompatible'><li class='incompatible'><a href='https://www.google.com/chrome/'>Chrome</a> (version > 68)</li><li class='incompatible'><a href='https://www.mozilla.org/en-US/firefox/new/'>Firefox</a> (version > 54)</li><li class='incompatible'><a href='https://www.microsoft.com/en-us/windows/microsoft-edge'>Edge</a> (version > 14)</li><li class='incompatible'><a href='https://support.apple.com/downloads/safari'>Safari</a> (version > 10)</li><li class='incompatible'><a href='https://www.opera.com/download'>Opera</a> (version > 55)</li></ul></div>"; | ||
bod.style.backgroundColor = "#c23737"; | ||
}</script></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.