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

37 lines
3.1 KiB
Plaintext

<%@ Control Language="C#" %>
<div class="SocialLinks">
<span>Следите за нашими новостями:</span>
<ul class="ListSocLink">
<li><a class="faceBook" title="Следите за нашими новостями на 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="Следите за нашими новостями на 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="Следите за нашими новостями на 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="Следите за нашими новостями на 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="vk" title="Следите за нашими новостями Вконтакте" href="https://vk.com/onlyoffice" onmouseup="PageTrack('GoTo_vkontakte');" target="_blank">
<label title="Вконтакте" class="social_grey_vk"></label>
</a></li>
<li><a class="blog" title="Читайте наш блог" 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="instagram" title="Следите за нашими новостями на 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="Следите за нашими новостями на 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="Следите за нашими новостями на 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="Следите за нашими новостями на Fosstodon" href="https://fosstodon.org/@ONLYOFFICE" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="Fosstodon" class="social_grey_fosstodon"></label>
</a></li>
</ul>
</div>