[DOCS] Add global footer

port: https://github.com/openvinotoolkit/openvino/pull/18374
This commit is contained in:
bstankix
2023-07-06 08:25:56 +02:00
committed by GitHub
parent 16bc18599c
commit b15c5f72e4
3 changed files with 17 additions and 18 deletions

View File

@@ -100,23 +100,27 @@ ul#navbar-main-elements > li:hover {
transform: rotate(0deg);
}
/* Footer links */
/* Footer */
/* =================================================== */
footer div.container div.footer-item p a {
float: left;
margin-right: 30px;
footer iframe {
background-color: white;
width: 100%;
border: none;
height: 60px;
}
footer div.container div.footer-item p a:nth-child(1) {
margin-right: 50px;
@media screen and (min-width: 860px) {
footer iframe {
height: 45px;
}
}
footer div.container div.footer-item p:nth-child(2) {
clear: both;
@media screen and (max-width: 520px) {
footer iframe {
height: 85px;
}
}
/* Doc version dropdown formatting override */
/* =================================================== */
[aria-labelledby="version-selector"] {

View File

@@ -0,0 +1,3 @@
<footer class="footer mt-5 mt-md-0">
<iframe src="../footer.html"></iframe>
</footer>

View File

@@ -1,8 +0,0 @@
<p>
<a href="https://www.intel.com/content/www/us/en/homepage.html" alt="Intel" style="color: #000;">©2023 Intel Corporation</a>
<a href="https://www.intel.com/content/www/us/en/legal/terms-of-use.html" alt="terms of use">Terms of Use</a>
<a href="https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html" data-cookie-notice="true" alt="cookies policy">Cookies</a>
<a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html" alt="Privacy">Privacy</a>
<a data-wap_ref="dns" id="wap_dns" href="https://www.intel.com/content/www/us/en/privacy/intel-cookienotice.html">Do Not Share My Personal Information</a>
</p>
<p style="font-size: 0.8em">Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others.</p>