Downloaded G2 templates. Added notes for DataSnipper and Recast. Added API keys and a few other small items.

This commit is contained in:
Norm Rasmussen
2023-11-09 22:12:16 -05:00
parent 3edcfc22bb
commit fa83a6fc7a
21 changed files with 522 additions and 3 deletions

View File

@ -25,6 +25,12 @@
}
</style>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
const sign_up = document.getElementsByClassName("sign-up")[0];
sign_up.style.background = 'url("https://s3.amazonaws.com/static.northpass.com/G2/G2ULogin-FullBackground.png")'
sign_up.style.height="100vh";
sign_up.style.backgroundRepeat="no-repeat";
sign_up.style.backgroundSize="cover";
if ( window.location !== window.parent.location ) {
} else {
document.addEventListener('DOMContentLoaded', function(event) {
@ -32,4 +38,7 @@ if ( window.location !== window.parent.location ) {
header.style.display = "flex";
})
}
});
</script>
{% include "style_extension_col_5th" %}