Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
0 parents commit 5e4f04d
Show file tree
Hide file tree
Showing 17 changed files with 915 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/app.f25bdf98.css

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
586 changes: 586 additions & 0 deletions fonts/StratumNo2-Bold.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 added fonts/StratumNo2-Bold.ttf
Binary file not shown.
Binary file added fonts/StratumNo2-Bold.woff
Binary file not shown.
Binary file added fonts/StratumNo2-Bold.woff2
Binary file not shown.
Binary file added fonts/element-icons.535877f5.woff
Binary file not shown.
Binary file added fonts/element-icons.732389de.ttf
Binary file not shown.
9 changes: 9 additions & 0 deletions fonts/stylesheet.css
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;
}
Binary file added images/CEL.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 images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
239 changes: 239 additions & 0 deletions images/logo.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 added images/logo_original.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 images/video.mp4
Binary file not shown.
42 changes: 42 additions & 0 deletions index.html
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>
37 changes: 37 additions & 0 deletions js/app.1645ee78.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/app.1645ee78.js.map

Large diffs are not rendered by default.

0 comments on commit 5e4f04d

Please sign in to comment.