File tree 2 files changed +17
-11
lines changed
2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -1293,8 +1293,9 @@ a:hover {
1293
1293
color : rgb (0 , 199 , 253 ) !important ;
1294
1294
}
1295
1295
1296
- # trademarks {
1296
+ . tmb-cookies-privacy {
1297
1297
color : rgba (0 , 84 , 174 , 68 ) !important ;
1298
+ padding : 0.25rem ;
1298
1299
}
1299
1300
1300
1301
# footer-container {
Original file line number Diff line number Diff line change 3
3
4
4
{% block head %}
5
5
< 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 >
15
7
16
8
< link rel ="stylesheet " type ="text/css " href ="_static/styles.css " />
17
9
< meta charset ="UTF-8 ">
66
58
{% block footer %}
67
59
< footer >
68
60
< div id ="footer-container ">
61
+
62
+
69
63
< div id ="footer-blk-1 ">
70
64
© 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 >
72
77
</ div >
73
78
74
79
< div >
You can’t perform that action at this time.
0 commit comments