Skip to content

Commit

Permalink
Merge pull request #259 from tableau/d45/cookie_manager
Browse files Browse the repository at this point in the history
@gus W-17274770 Add Cookie Manager and links
  • Loading branch information
bcantoni authored Nov 25, 2024
2 parents b9ad0a1 + 6af9c49 commit 82bf2d1
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 7 deletions.
24 changes: 17 additions & 7 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<!-- Footer -->
<footer>
<div class="row">
<hr class="footer-hr">
<p>This site is open source. Suggestions and pull requests are welcome on our <a href="https://github.com/tableau/document-api-python">GitHub page</a>.</p>
<p><a href="https://www.tableau.com/en-us/legal" class="aLegal">LEGAL</a> <a href="https://www.tableau.com/en-us/privacy" class="aLegal">PRIVACY</a> &copy; <script>document.write(new Date().getFullYear())</script> Salesforce, Inc.</p>
<sub>Documentation last generated on: {{ site.time }}</sub>
</div>
</footer>
<hr class="footer-hr">
<nav aria-label="Footer Navigation">
<ul class="footer-links">
<li><a href="https://www.salesforce.com/company/legal/">Legal</a></li>
<li><a href="https://www.salesforce.com/company/legal/sfdc-website-terms-of-service/">Terms of Service</a></li>
<li><a href="https://www.salesforce.com/company/privacy/">Privacy Information</a></li>
<li><a href="https://www.salesforce.com/company/legal/disclosure/">Responsible Disclosure</a></li>
<li><a href="https://trust.salesforce.com/">Trust</a></li>
<li><a href="#" data-ignore-geolocation="true" class="optanon-toggle-display">Cookie Preferences</a></li>
<li><a href="https://www.salesforce.com/form/other/privacy-request/">Your Privacy Choices</a></li>
</ul>
<p class="copyRight">This site is open source. Suggestions and pull requests are welcome on our <a href="https://github.com/tableau/document-api-python">GitHub page</a>.</p>
<p class="copyRight">&copy; Copyright <script>document.write(new Date().getFullYear())</script> Salesforce, Inc. <a href="https://www.salesforce.com/company/legal/tmcusageguidelines/">All rights reserved.</a> Various trademarks held by their respective owners.
Salesforce, Inc. Salesforce Tower, 415 Mission Street, 3rd Floor, San Francisco, CA 94105, United States</p>
<sub>Documentation last generated on: {{ site.time }}</sub></p>
</nav>
</footer>
8 changes: 8 additions & 0 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/github-highlight.css">

<!-- OneTrust Cookies Consent Notice start for tableau.github.io -->
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="019321c1-4b7e-7313-9372-ddbd938f50ea" ></script>
<script type="text/javascript">
function OptanonWrapper() { }
</script>
<!-- OneTrust Cookies Consent Notice end for tableau.github.io -->


<script src="{{ site.baseurl }}/js/redirect-to-search.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
Expand Down
37 changes: 37 additions & 0 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,40 @@ html {
word-spacing: 8px;
padding-right: 8px;
}

.copyRight {
font-size: 12px;
}

.footer-links {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
flex-wrap: wrap;
}

.footer-links li {
margin: 0 15px;
}

.footer-links a {
text-decoration: none;
transition: color 0.3s;
font-size: 12px;
}

.footer-links a:hover {
text-decoration: underline;
}

/* One Trust Cookie Manager
-------------------- */
#ot-pc-content, .ot-title-cntr, .ot-pc-footer {
font-size: 1.6rem;
}

#ot-pc-footer {
font-size: 1.4rem;
}

0 comments on commit 82bf2d1

Please sign in to comment.