Skip to content

Commit 357735d

Browse files
committed
add cookies, privacy notices in footer and revise CSS for display.
Signed-off-by: michael vincerra <[email protected]>
1 parent d72f226 commit 357735d

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

src/docs/_static/styles.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1293,8 +1293,9 @@ a:hover {
12931293
color: rgb(0, 199, 253) !important;
12941294
}
12951295

1296-
#trademarks{
1296+
.tmb-cookies-privacy{
12971297
color: rgba(0,84,174,68) !important;
1298+
padding: 0.25rem;
12981299
}
12991300

13001301
#footer-container{

src/docs/_templates/base.html

+15-10
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33

44
{% block head %}
55
<head>
6-
<!-- START Google tag (gtag.js) -->
7-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DT7D3YR0LH"></script>
8-
<script>
9-
window.dataLayer = window.dataLayer || [];
10-
function gtag(){dataLayer.push(arguments);}
11-
gtag('js', new Date());
12-
gtag('config', 'G-DT7D3YR0LH');
13-
</script>
14-
<!-- END Google tag (gtag.js) -->
6+
<script async src=""></script>
157

168
<link rel="stylesheet" type="text/css" href="_static/styles.css" />
179
<meta charset="UTF-8">
@@ -66,9 +58,22 @@
6658
{% block footer %}
6759
<footer>
6860
<div id="footer-container">
61+
62+
6963
<div id="footer-blk-1">
7064
&copy; Copyright 2024 Intel Corporation.
71-
<a href="https://www.intel.com/content/www/us/en/legal/trademarks.html"><span id="trademarks">*Trademarks </span></a></a>
65+
66+
<a href="https://www.intel.com/content/www/us/en/legal/trademarks.html">
67+
<span class="tmb-cookies-privacy">*Trademarks </span>
68+
</a>
69+
70+
<a class="footer-link" href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>
71+
<span class="tmb-cookies-privacy">Cookies</span>
72+
</a>
73+
74+
<a class="footer-link" href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>
75+
<span class="tmb-cookies-privacy">Privacy</span>
76+
</a>
7277
</div>
7378

7479
<div>

0 commit comments

Comments
 (0)