helpcenter/Web/Controls/Help/SocialLinks/SocialLinks.ja.ascx
2020-10-01 13:50:54 +04:00

36 lines
2.7 KiB
Plaintext

<%@ Control Language="C#" %>
<div class="SocialLinks">
<span>当社をフォローする</span>
<ul class="ListSocLink">
<li><a class="subscribe-mail" title="当社ニュースレター購読" href="javascript:void(0);" id="subscribelink">
<label title="当社ニュースレター購読" class="social_grey_subscribe"></label>
</a></li><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="linkedin" 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="blog" title="当社のブログを読む" href="https://www.onlyoffice.com/blog" onmouseup="PageTrack('GoTo_blog');" target="_blank">
<label title="ブログ" class="social_grey_blog"></label>
</a></li>
<li><a class="medium" 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>