|
16 | 16 | background-color: transparent;
|
17 | 17 | }
|
18 | 18 |
|
| 19 | + .footer-link-list a:nth-child(1) { |
| 20 | + margin-right: 50px; |
| 21 | + } |
| 22 | + |
| 23 | + .footer-link-list a:nth-child(0) { |
| 24 | + clear: both; |
| 25 | + margin-right: 150px; |
| 26 | + } |
| 27 | + |
19 | 28 | .footer-contents {
|
20 | 29 | border-top: 1px solid lightgray;
|
21 |
| - font-size: 12px; |
| 30 | + font-size: 11px; |
22 | 31 | box-sizing: border-box;
|
23 | 32 | font-family: sans-serif;
|
24 | 33 | padding-top: 10px;
|
|
56 | 65 | vertical-align: middle;
|
57 | 66 | align-self: flex-start;
|
58 | 67 | }
|
| 68 | + |
59 | 69 | ul {
|
60 | 70 | list-style-type: none;
|
61 | 71 | margin: 0;
|
|
103 | 113 | li#wap_nac {
|
104 | 114 | display: none;
|
105 | 115 | }
|
106 |
| - |
| 116 | + |
107 | 117 | .reference:hover {
|
108 | 118 | text-decoration: underline;
|
109 | 119 | }
|
110 |
| - |
111 | 120 | </style>
|
112 | 121 |
|
113 | 122 | <div class="container footer-contents">
|
114 | 123 | <div class="footer-item">
|
115 | 124 | <div class="footer-list">
|
116 | 125 | <div class="footer-link-list">
|
117 | 126 | <ul class="no-bullets">
|
118 |
| - <li><a href="https://www.intel.com/content/www/us/en/homepage.html" alt="the intel" target="_blank">©2024 Intel Corporation</a>|</li> |
119 |
| - <li><a href="https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html" alt="cookies policy" target="_blank" data-cookie-notice="true" >Cookies</a>|</li> |
120 |
| - <li><a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html" alt="privacy" target="_blank">Privacy</a>|</li> |
121 |
| - <li><a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html" alt="legal and responsible ai information" target="_blank">Legal and Responsible AI Information</a>|</li> |
122 |
| - <li><a href="https://www.intel.com/content/www/us/en/artificial-intelligence/responsible-ai.html" alt="responsible ai" target="_blank">Responsible AI</a>|</li> |
123 |
| - <li data-wap_ref="dns" id="wap_dns">|<a href="/#" alt="your privace choice" target="_parent">Your Privacy Choices</a></li> |
124 |
| - <li data-wap_ref="nac" id="wap_nac"><a href="https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html" alt="notice at collection" target="_parent">Notice at Collection</a></li> |
| 127 | + <lh>©2024 Intel Corporation</lh> |
| 128 | + </ul> |
| 129 | + <ul class="no-bullets"> |
| 130 | + <lh>Legal</lh> |
| 131 | + <li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/legal-information.html" alt="the intel">Terms of Use</a></li> |
| 132 | + <li><a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html" |
| 133 | + alt="legal and responsible ai information" target="_blank">Legal and Responsible AI |
| 134 | + Information</a></li> |
| 135 | + <li><a href="https://www.intel.com/content/www/us/en/artificial-intelligence/responsible-ai.html" |
| 136 | + alt="responsible ai" target="_blank">Responsible AI</a></li> |
| 137 | + </ul> |
| 138 | + <ul class="no-bullets"> |
| 139 | + <lh>Privacy</lh> |
| 140 | + <li><a href="https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html" |
| 141 | + alt="cookies policy" target="_blank" data-cookie-notice="true">Cookies</a></li> |
| 142 | + <li><a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html" |
| 143 | + alt="privacy" target="_blank">Privacy</a></li> |
| 144 | + <li data-wap_ref="dns" id="wap_dns"><a href="/#" alt="your privacy choice" target="_parent">Your |
| 145 | + Privacy Choices</a></li> |
| 146 | + <li data-wap_ref="nac" id="wap_nac"><a |
| 147 | + href="https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html" |
| 148 | + alt="notice at collection" target="_parent">Notice at Collection</a></li> |
| 149 | + </ul> |
| 150 | + <ul class="no-bullets"> |
| 151 | + <lh>OpenVino</lh> |
| 152 | + <li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/telemetry.html" |
| 153 | + alt="telemetry" data-cookie-notice="true">OpenVINO™ Telemetry</a></li> |
| 154 | + <li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/glossary.html" |
| 155 | + alt="glossary">Glossary</a></li> |
| 156 | + <li><a href="https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html" |
| 157 | + alt="glossary" target="_blank">Case Studies</a></li> |
| 158 | + |
125 | 159 | </ul>
|
126 | 160 | </div>
|
127 | 161 | <a id="newsletterTrigger" class="newsletter-btn" href="#" alt="Newsletter"
|
|
0 commit comments