Add linkedin icon

This commit is contained in:
revital 2025-06-05 11:10:19 +03:00
parent 8d80919f42
commit dd333f8619
3 changed files with 16 additions and 0 deletions

View File

@ -167,12 +167,19 @@ 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',
className: 'header-ico header-ico--github',
'aria-label': 'GitHub repository',
},
],
},
footer: {

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;

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