Skip to content

Commit d95fdd8

Browse files
authored
[DOCS] port to 24 2 (#25321)
Port for: #25284 #25306 #25313
1 parent 06300fd commit d95fdd8

File tree

2 files changed

+47
-60
lines changed

2 files changed

+47
-60
lines changed

docs/articles_en/about-openvino/additional-resources.rst

-34
This file was deleted.

docs/sphinx_setup/_static/html/footer.html

+47-26
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
margin: 0;
44
}
55

6-
.container {
6+
.footer .container {
77
padding-right: 30px;
88
padding-left: 30px;
99
margin-right: auto;
1010
margin-left: auto;
11+
background-color: rgb(240, 240, 240);
1112
}
1213

1314
.footer-link-list a {
@@ -18,16 +19,12 @@
1819
}
1920

2021
.footer-link-list a:nth-child(1) {
21-
margin-right: 50px;
22-
}
23-
24-
.footer-link-list a:nth-child(2) {
25-
clear: both;
22+
margin-right: 80px;
2623
}
2724

2825
.footer-contents {
2926
border-top: 1px solid lightgray;
30-
font-size: 14px;
27+
font-size: 12px;
3128
box-sizing: border-box;
3229
font-family: sans-serif;
3330
padding-top: 10px;
@@ -38,10 +35,12 @@
3835
margin-right: 0px;
3936
}
4037

41-
.footer-contents p {
38+
.footer-item p {
4239
margin-top: 0;
4340
margin-bottom: 0;
4441
line-height: 1.65;
42+
padding: 10px 10px 0 30px !important;
43+
font-size: 12px !important;
4544
}
4645

4746
.footer-contents .footer-link-list a {
@@ -50,23 +49,22 @@
5049

5150
.newsletter-btn,
5251
.newsletter-btn:active {
53-
background-color: #0054AE;
54-
border: 1px solid #0054AE;
52+
background-color: white;
53+
border: 1px solid lightgray !important;
5554
border-radius: none;
56-
color: white !important;
57-
margin-top: 5px;
58-
cursor: pointer;
55+
color: #0054AE !important;
5956
display: inline-block;
6057
font-weight: 400;
6158
font-size: .8rem;
6259
line-height: 2.0;
63-
padding: .2rem .5rem;
60+
padding: 0.5rem 0.65625rem 0.5rem 0.96875rem;
6461
text-align: center;
6562
text-decoration: none;
6663
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
6764
vertical-align: middle;
6865
align-self: flex-start;
6966
}
67+
7068
ul {
7169
margin-bottom: 0px;
7270
}
@@ -76,8 +74,8 @@
7674
}
7775

7876
.newsletter-btn:hover {
79-
background-color: rgb(240, 240, 240);
80-
color: hsl(211, 100%, 34%);
77+
background-color: rgba(var(--ost-color-sst-dropdown-background), 1) !important;
78+
color: rgb(240, 240, 240) !important;
8179
}
8280

8381
.footer-list {
@@ -97,28 +95,51 @@
9795
display: none;
9896
}
9997

98+
li#wap_nac {
99+
display: none;
100+
}
101+
100102
.reference:hover {
101103
text-decoration: underline;
102104
}
103-
104105
</style>
105106

106107
<div class="container footer-contents">
107108
<div class="footer-item">
108109
<div class="footer-list">
109110
<div class="footer-link-list">
110-
<a href="https://www.intel.com/content/www/us/en/homepage.html" alt="Intel" style="color: #000;"
111-
target="" _blank>©2024 Intel Corporation</a>
112111
<ul class="no-bullets">
113-
<li ><a class="reference" href="https://www.intel.com/content/www/us/en/legal/terms-of-use.html" alt="terms of use" target="_blank">Terms of Use</a></li>
114-
<li><a class="reference" 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>
115-
<li><a class="reference" href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html" alt="privacy" target="_blank">Privacy</a></li>
112+
<lh>©2024 Intel Corporation</lh>
113+
</ul>
114+
<ul class="no-bullets">
115+
<lh>Legal</lh>
116+
<li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/legal-information.html" alt="the intel">Terms of Use</a></li>
117+
<li><a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html"
118+
alt="legal and responsible ai information" target="_blank">Legal and Responsible AI
119+
Information</a></li>
120+
<li><a href="https://www.intel.com/content/www/us/en/artificial-intelligence/responsible-ai.html"
121+
alt="responsible ai" target="_blank">Responsible AI</a></li>
122+
</ul>
123+
<ul class="no-bullets">
124+
<lh>Privacy</lh>
125+
<li><a href="https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html"
126+
alt="cookies policy" target="_blank" data-cookie-notice="true">Cookies</a></li>
127+
<li><a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html"
128+
alt="privacy" target="_blank">Privacy</a></li>
129+
<li data-wap_ref="dns" id="wap_dns"><a href="/#" alt="your privacy choice" target="_parent">Your
130+
Privacy Choices</a></li>
131+
<li data-wap_ref="nac" id="wap_nac"><a
132+
href="https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html"
133+
alt="notice at collection" target="_parent">Notice at Collection</a></li>
116134
</ul>
117-
118135
<ul class="no-bullets">
119-
<li><a class="reference" 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>
120-
<li><a class="reference" href="https://www.intel.com/content/www/us/en/artificial-intelligence/responsible-ai.html" alt="responsible ai" target="_blank">Responsible AI</a></li>
121-
<li data-wap_ref="dns" id="wap_dns"><a class="reference" href="https://www.intel.com/content/www/us/en/privacy/intel-cookienotice.html" alt="terms of use" target="_parent">Do Not Share My Personal Information</a></li>
136+
<lh>OpenVino</lh>
137+
<li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/telemetry.html"
138+
alt="telemetry">OpenVINO™ Telemetry</a></li>
139+
<li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/glossary.html"
140+
alt="glossary">Glossary</a></li>
141+
<li><a href="https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html"
142+
alt="glossary" target="_blank">Case Studies</a></li>
122143
</ul>
123144
</div>
124145
<a id="newsletterTrigger" class="newsletter-btn" href="#" alt="Newsletter"

0 commit comments

Comments
 (0)