helpcenter/Web/Controls/Help/SocialLinks/SocialLinks.it.ascx

34 lines
2.4 KiB
Plaintext

<%@ Control Language="C#" %>
<div class="SocialLinks">
<span>Seguici su:</span>
<ul class="ListSocLink">
<li><a class="faceBook" title="Seguici su Facebook" onmouseup="PageTrack('GoTo_facebook');" href="https://www.facebook.com/pages/OnlyOffice/833032526736775" target="_blank">
<label title="Facebook" class="social_grey_fb"></label>
</a></li>
<li><a class="twitter" title="Seguici su Twitter" href="https://twitter.com/ONLY_OFFICE" onmouseup="PageTrack('GoTo_twitter');" target="_blank" rel="nofollow">
<label title="Twitter" class="social_grey_twi"></label>
</a></li>
<li><a class="linkedin" title="Seguici su LinkedIn" href="https://www.linkedin.com/groups/ONLYOFFICE-6726380" onmouseup="PageTrack('GoTo_linkedin');" target="_blank" rel="nofollow">
<label title="LinkedIn" class="social_grey_in"></label>
</a></li>
<li><a class="youtube" title="Seguici su YouTube" href="https://www.youtube.com/user/onlyofficeTV" onmouseup="PageTrack('GoTo_youtube');" target="_blank" rel="nofollow">
<label title="YouTube" class="social_grey_tube"></label>
</a></li>
<li><a class="blog" title="Leggi il nostro blog" href="https://www.onlyoffice.com/blog" onmouseup="PageTrack('GoTo_blog');" target="_blank">
<label title="Blog" class="social_grey_blog"></label>
</a></li>
<li><a class="medium" title="Seguici su Medium" href="https://medium.com/onlyoffice" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="Medium" class="social_grey_medium"></label>
</a></li>
<li><a class="instagram" title="Seguici su Instagram" href="https://www.instagram.com/the_onlyoffice/" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="Instagram" class="social_grey_instagram"></label>
</a></li>
<li><a class="github" title="Seguici su GitHub" href="https://github.com/ONLYOFFICE/" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="GitHub" class="social_grey_github"></label>
</a></li>
<li><a class="fosstodon" title="Seguici su Fosstodon" href="https://fosstodon.org/@ONLYOFFICE" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="Fosstodon" class="social_grey_fosstodon"></label>
</a></li>
</ul>
</div>