File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 ">
6658 {% block footer %}
6759 < footer >
6860 < div id ="footer-container ">
61+
62+
6963 < div id ="footer-blk-1 ">
7064 © 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 >
You can’t perform that action at this time.
0 commit comments