x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<script>
const IS_CONFLUENCE_ADMIN = false;
// Enables console logging & jira backend link for these users
const SUPER_ADMIN_USERS = [ "alex@gsvlabs.com" ];
Object.freeze(SUPER_ADMIN_USERS);
// Enables test applications for these users
const TEST_ENABLED_USERS = [ "alex@gsvlabs.com", "sbaadminalex@theonevalley.com" ];
</script> |
HTML |
---|
<!-- STYLESHEETS --> <link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+SBA/applicationJudgingStyles.css"> </link> <link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+Sustainability/judgingViewerMobile.css"> </link> <link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+Sustainability/editApplicationJudgingViewer.css"> </link> <link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/misc/appViewerV2Styles.css"> </link> |
...
OneValley