Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion web-assets/static-pages/check_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,16 @@ <h2 id="page-subtitle-heading" class="page-subtitle-heading">
</div>
<footer class="footer">
<div class="copyright-text">
<strong>&copy;</strong> 2021 Topcoder. All Rights Reserved
</div>
<a class="privacy-policy" href="https://www.topcoder.com/privacy-policy/">Privacy Policy</a>
</footer>
</div>
<script>
document.addEventListener("DOMContentLoaded", function(){
var copyRightText = document.getElementsByClassName("copyright-text");
copyRightText[0].innerHTML = "<strong>&copy;</strong> " + new Date().getFullYear() + " Topcoder. All Rights Reserved"
});
</script>
</body>

</html>
7 changes: 6 additions & 1 deletion web-assets/static-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ <h1 id="page-title-heading" class="page-title-heading">loading...</h1>
</div>
<footer class="footer">
<div class="copyright-text">
<strong>&copy;</strong> 2021 Topcoder. All Rights Reserved
</div>
<a
class="privacy-policy"
Expand All @@ -58,5 +57,11 @@ <h1 id="page-title-heading" class="page-title-heading">loading...</h1>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t){var e=document.createElement("script");e.type="text/javascript";e.async=!0;e.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n)};analytics.SNIPPET_VERSION="4.0.0";
}}();
</script>
<script>
document.addEventListener("DOMContentLoaded", function(){
var copyRightText = document.getElementsByClassName("copyright-text");
copyRightText[0].innerHTML = "<strong>&copy;</strong> " + new Date().getFullYear() + " Topcoder. All Rights Reserved"
});
</script>
</body>
</html>
7 changes: 6 additions & 1 deletion web-assets/static-pages/register_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ <h1 id="page-title-heading" class="page-title-heading">
</div>
<footer class="footer">
<div class="copyright-text">
<strong>&copy;</strong> 2021 Topcoder. All Rights Reserved
</div>
<a
class="privacy-policy"
Expand All @@ -58,5 +57,11 @@ <h1 id="page-title-heading" class="page-title-heading">
>
</footer>
</div>
<script>
document.addEventListener("DOMContentLoaded", function(){
var copyRightText = document.getElementsByClassName("copyright-text");
copyRightText[0].innerHTML = "<strong>&copy;</strong> " + new Date().getFullYear() + " Topcoder. All Rights Reserved"
});
</script>
</body>
</html>