helpcenter/Web/Controls/Common/SocialLinks/SocialLinks.ascx

25 lines
1.7 KiB
Plaintext

<%@ Control Language="C#" %>
<div class="SocialLinks">
<span>Follow us on:</span>
<ul class="ListSocLink">
<li><a class="faceBook" title="Follow us on 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="Follow us on 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="youtube" title="Follow us on 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="Follow us on Google+" href="https://plus.google.com/+Onlyoffice_Community" onmouseup="PageTrack('GoTo_google');" target="_blank" rel="nofollow">
<label title="Google+" class="social_grey_g"></label>
</a></li>
<li><a class="youtube" title="Follow us on YouTube" href="http://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="Read our blog" href="https://www.onlyoffice.com/blog" onmouseup="PageTrack('GoTo_blog');" target="_blank">
<label title="Blog" class="social_grey_blog"></label>
</a></li>
</ul>
</div>