Update top and bottom bar

This commit is contained in:
Noam Wasersprung 2025-06-05 12:39:53 +03:00 committed by GitHub
commit 23fea31f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 25 additions and 0 deletions

View File

@ -167,6 +167,12 @@ module.exports = {
className: 'header-ico header-ico--twitter',
'aria-label': 'Twitter',
},
{
href: 'https://www.linkedin.com/company/clearml',
position: 'right',
className: 'header-ico header-ico--linkedin',
'aria-label': 'LinkedIn',
},
{
href: 'https://github.com/clearml/clearml',
position: 'right',
@ -197,6 +203,10 @@ module.exports = {
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/clearml',
},
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/clearml',
},
// {
// html: `
// <a href="https://twitter.com/clearmlapp" target="_blank" rel="noreferrer noopener" aria-label="Twitter">

View File

@ -290,6 +290,9 @@ html[data-theme="light"] .hero .button.button--primary{
.header-ico--slack {
background-image: url('/img/ico-slack.svg');
}
.header-ico--linkedin {
background-image: url('/img/ico-linkedin.svg');
}
.header-ico {
width:24px;
height:24px;
@ -444,6 +447,9 @@ html[data-theme="dark"] .navbar-sidebar .menu__link.header-ico--slack:before {
.navbar-sidebar .menu__link.header-ico--youtube:hover {
background: url('/img/ico-youtube.svg') no-repeat center;
}
.navbar-sidebar .menu__link.header-ico--linkedin:hover {
background: url('/img/ico-linkedin.svg') no-repeat center;
}
.menu__link.header-ico {
margin: 1rem 0 0 0.5rem;
@ -569,10 +575,16 @@ html[data-theme="dark"] input[class^="searchQueryInput"] {
background: url('/img/ico-stackoverflow.svg') no-repeat left center;
background-size: 1rem;
}
.footer__link-item[href*="linkedin"] {
padding-left: 1.4rem;
background: url('/img/ico-linkedin.svg') no-repeat left center;
background-size: 1rem;
}
html[data-theme="light"] .footer__link-item[href*="slack"],
html[data-theme="light"] .footer__link-item[href*="youtube"],
html[data-theme="light"] .footer__link-item[href*="twitter"],
html[data-theme="light"] .footer__link-item[href*="linkedin"],
html[data-theme="light"] .footer__link-item[href*="stackoverflow"] {
filter: brightness(0.5);
}

View File

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.7773 2C21.0046 2 22 2.99536 22 4.22266V19.7773C22 21.0046 21.0046 22 19.7773 22H4.22266C2.99536 22 2 21.0046 2 19.7773V4.22266C2 2.99536 2.99536 2 4.22266 2H19.7773ZM5.06445 19.2227H8.04688V9.59277H5.06445V19.2227ZM15.7178 9.29883C13.6743 9.29883 12.8135 10.8896 12.8135 10.8896V9.59277H9.9541V19.2227H12.8135V14.167C12.8136 12.8127 13.4376 12.0068 14.6309 12.0068C15.7277 12.0069 16.2538 12.7813 16.2539 14.167V19.2227H19.2227V13.125C19.2225 10.5457 17.76 9.29899 15.7178 9.29883ZM6.54102 4.77734C5.567 4.7776 4.77736 5.57357 4.77734 6.55469C4.77734 7.53582 5.56698 8.33178 6.54102 8.33203C7.51526 8.33203 8.30469 7.53598 8.30469 6.55469C8.30467 5.57341 7.51525 4.77734 6.54102 4.77734Z" fill="#F6F6F6"/>
</svg>

After

Width:  |  Height:  |  Size: 862 B