|
62 | 62 | "search-label": "Search" |
63 | 63 | } |
64 | 64 | }</script> |
| 65 | +<!-- Cookie Consent by TermsFeed https://www.TermsFeed.com --> |
| 66 | +<script type="text/javascript" src="https://www.termsfeed.com/public/cookie-consent/4.2.0/cookie-consent.js" charset="UTF-8"></script> |
| 67 | +<script type="text/javascript" charset="UTF-8"> |
| 68 | + document.addEventListener('DOMContentLoaded', function () { |
| 69 | + cookieconsent.run({ |
| 70 | + "notice_banner_type": "simple", |
| 71 | + "consent_type": "express", |
| 72 | + "palette": "light", |
| 73 | + "language": "en", |
| 74 | + "page_load_consent_levels": ["strictly-necessary", "functionality", "tracking"], |
| 75 | + "notice_banner_purposes_levels": ["strictly-necessary", "functionality", "tracking"], |
| 76 | + "notice_banner_reject_button_hide": false, |
| 77 | + "preferences_center_close_button_hide": false, |
| 78 | + "page_refresh_confirmation_buttons": false, |
| 79 | + "website_privacy_policy_url": "https://nasa-openscapes.github.io/earthdata-cloud-cookbook/privacy.html" |
| 80 | + }); |
| 81 | +}); |
| 82 | +</script> |
| 83 | + |
| 84 | +<!-- Google Analytics --> |
| 85 | +<script> |
| 86 | + window.dataLayer = window.dataLayer || []; |
| 87 | + function gtag(){ |
| 88 | + dataLayer.push(arguments); |
| 89 | + } |
| 90 | + gtag('consent', 'default', { |
| 91 | + 'ad_storage': 'denied', |
| 92 | + 'ad_user_data': 'denied', |
| 93 | + 'ad_personalization': 'denied', |
| 94 | + 'analytics_storage': 'granted' |
| 95 | + }); |
| 96 | +</script> |
| 97 | + |
| 98 | +<script type="text/plain" data-cookie-consent="tracking" async="" src="https://www.googletagmanager.com/gtag/js?id=G-T1FYH22RPC"></script> |
| 99 | + |
| 100 | +<script type="text/plain" data-cookie-consent="tracking"> |
| 101 | + window.dataLayer = window.dataLayer || []; |
| 102 | + function gtag(){dataLayer.push(arguments);} |
| 103 | + |
| 104 | + gtag('js', new Date()); |
| 105 | + gtag('config', 'G-T1FYH22RPC'); |
| 106 | +</script> |
| 107 | +<!-- end of Google Analytics--> |
65 | 108 |
|
66 | 109 |
|
67 | 110 | <link rel="stylesheet" href="../styles.css"> |
@@ -973,12 +1016,8 @@ <h1 class="title">Data Storage in the NASA Openscapes Hub</h1> |
973 | 1016 | <footer class="footer"> |
974 | 1017 | <div class="nav-footer"> |
975 | 1018 | <div class="nav-footer-left">NASA Earthdata Cloud Cookbook, © NASA Openscapes Team (2023).</div> |
976 | | - <div class="nav-footer-center"> |
977 | | - |
978 | | - <div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/nasa-openscapes/earthdata-cloud-cookbook/edit/main/access-admin/data-storage.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/nasa-openscapes/earthdata-cloud-cookbook/blob/main/access-admin/data-storage.qmd" class="toc-action">View source</a></p><p><a href="https://github.com/nasa-openscapes/earthdata-cloud-cookbook/issues/new" class="toc-action">Report an issue</a></p></div></div></div> |
979 | | - <div class="nav-footer-right"> |
980 | | - |
981 | | - </div> |
| 1019 | + <div class="nav-footer-center"><a href="#" id="open_preferences_center">Cookie Preferences</a><div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/nasa-openscapes/earthdata-cloud-cookbook/edit/main/access-admin/data-storage.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/nasa-openscapes/earthdata-cloud-cookbook/blob/main/access-admin/data-storage.qmd" class="toc-action">View source</a></p><p><a href="https://github.com/nasa-openscapes/earthdata-cloud-cookbook/issues/new" class="toc-action">Report an issue</a></p></div></div></div> |
| 1020 | + <div class="nav-footer-right"><a href="../privacy.html">Privacy Policy</a></div> |
982 | 1021 | </div> |
983 | 1022 | </footer> |
984 | 1023 |
|
|
0 commit comments