Skip to content

Commit

Permalink
chore(privacy): update trustarc configuration (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 10, 2024
1 parent fb71d38 commit 5cd5d99
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _includes/redhat-footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="redhat-footer">
<div class="grid-wrapper">
<span class="licence">
<i class="fab fa-creative-commons"></i><i class="fab fa-creative-commons-by"></i> <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC by 3.0</a> | <a href="https://www.redhat.com/en/about/privacy-policy">Privacy Policy</a> | <a id="teconsent"></a>
<i class="fab fa-creative-commons"></i><i class="fab fa-creative-commons-by"></i> <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC by 3.0</a> | <a href="https://www.redhat.com/en/about/privacy-policy">Privacy Policy</a> | <span id="teconsent"></span>
</span>
<span class="redhat">
Sponsored by
Expand Down
3 changes: 1 addition & 2 deletions _includes/rh-analytics-footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div id="consent-banner"></div>
<script type="text/javascript" async="async" src="//consent.trustarc.com/v2/notice/74v2kk"></script>
<div id="consent_blackbar" style="position: fixed;bottom: 0;width: 100%;z-index: 5;padding: 10px;"></div>
<script type="text/javascript">
if (("undefined" !== typeof _satellite) && ("function" === typeof _satellite.pageBottom)) {
_satellite.pageBottom();
Expand Down
2 changes: 2 additions & 0 deletions _includes/rh-analytics-head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% if jekyll.environment == "development" %}
<script id="trustarc" type="text/javascript" src="https://static.dev.redhat.com/libs/redhat/marketing/latest/trustarc/trustarc.js" async="" data-domain="redhat2_test.com" data-debug=""></script>
<script id="dpal" src="https://www.redhat.com/ma/dpal-staging.js" type="text/javascript"></script>
{% endif %}
{% if jekyll.environment == "production" %}
<script id="trustarc" type="text/javascript" src="https://static.redhat.com/libs/redhat/marketing/latest/trustarc/trustarc.js" async="" data-domain="redhat2.com" data-debug=""></script>
<script id="dpal" src="https://www.redhat.com/ma/dpal.js" type="text/javascript"></script>
<script src="{{ site.baseurl }}/assets/javascript/tracking.js"></script>
<script src="https://analytics.ossupstream.org/matomo.js" async defer></script>
Expand Down
23 changes: 11 additions & 12 deletions _sass/includes/back-to-top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
margin-top: .5rem;
}
}
#backToTop:hover {
cursor: pointer;
background-color: #333;
}
#backToTop:active {
background-color: #555;
}
#backToTop.show {
opacity: 1;
visibility: visible;
}

#backToTop:hover {
cursor: pointer;
background-color: #333;
}
#backToTop:active {
background-color: #555;
}
#backToTop.show {
opacity: 1;
visibility: visible;
}

0 comments on commit 5cd5d99

Please sign in to comment.