Blame view

partials/channel/follow_us320.html 977 Bytes
hf authored
1 2 3 4 5
<!--follow us-->
<div class="follow-us">
    <h2>关注我们</h2>
    <ul>
        <li class="follow-show">
hf authored
6
            <a target="_blank" href="http://app.yohoshow.com" onclick="YOHODCLICK('follow','mobile','followShow')">show</a>
hf authored
7 8
        </li>
        <li class="follow-sina">
hf authored
9
            <a target="_blank" href="http://weibo.com/yohomedia" onclick="YOHODCLICK('follow','mobile','followSina')">sina</a>
hf authored
10 11
        </li>
        <li class="follow-facebook">
hf authored
12
            <a target="_blank" href="http://facebook.com/YOHOBOY" onclick="YOHODCLICK('follow','mobile','followFacebook')">facebook</a>
hf authored
13 14
        </li>
        <li class="follow-instagram">
hf authored
15
            <a target="_blank" href="http://instagram.com/YOHOBOY" onclick="YOHODCLICK('follow','mobile','followInstagram')">instagram</a>
hf authored
16 17 18
        </li>
    </ul>
    <div class="rss">
19
        <input type="text" name="" placeholder="me@email.com" id="input-subscribe"/>
hf authored
20 21
        <span class="rss-btn">订阅</span>
    </div>
lore-w authored
22
</div>