Blame view

actions/channel/about/links_hk.html 1.15 KB
2586703@qq.com authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{{> layout/header_fan}}
<div class="about-container clearfix">
    {{> about/about_nav_hk}}
    <div class="about-body">
        <div class="about-section"> 
            <h2>文字鏈接:</h2>
            <ul class="links-list clearfix">
                <li><a href="http://www.yoho.cn" target="_blank">YOHO!</a></li>
                <li><a href="http://www.yohobuy.com" target="_blank">YOHO!BUY</a></li>
                <li><a href="http://www.yohoshow.com" target="_blank">YOHO!SHOW</a></li>
                <li><a href="http://www.yohogirls.com" target="_blank">YOHO!GIRLS</a></li>
            </ul>
        </div>
        <div class="about-section">
            <h2>LOGO鏈接:</h2>
            <ul class="links-pic-list clearfix">
                <li><a target="_blank" href="http://app.yohoshow.com/"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/links06.png" alt=""></a></li>
                <li><a target="_blank" href="http://www.yohogirls.com/"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/links07.png" alt=""></a></li>
            </ul>
        </div>
    </div>
</div>
{{> layout/footer_fan}}