mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
digitalocean banner
This commit is contained in:
parent
8dd64f84e6
commit
cab5873bd6
BIN
public/images/digitalocean.png
Normal file
BIN
public/images/digitalocean.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
@ -52,7 +52,7 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
// 广告的统计信息
|
||||
$('.ads .banner').click(function () {
|
||||
$('.sponsor_outlink').click(function () {
|
||||
var $this = $(this);
|
||||
var label = $this.data('label');
|
||||
ga('send', 'event', 'banner', 'click', label, 1.00, {'nonInteraction': 1});
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
<div class='panel'>
|
||||
<div class='inner ads'>
|
||||
<a href="http://oneapm.com/events/ironman.html?hmsr=cnodejs.org&hmmd=图片&hmpl=官网%20平凡之路&hmkw=&hmci=" target="_blank" class="banner"
|
||||
<a href="http://oneapm.com/events/ironman.html?hmsr=cnodejs.org&hmmd=图片&hmpl=官网%20平凡之路&hmkw=&hmci=" target="_blank" class="banner sponsor_outlink"
|
||||
data-label="oneapm">
|
||||
<img src="<%- staticFile('/public/images/oneapm2.jpg') %>">
|
||||
</a>
|
||||
<div class="sep10"></div>
|
||||
<a href="https://portal.qiniu.com/contest/demo2014" target="_blank" class="banner" data-label="qiniu">
|
||||
<a href="https://portal.qiniu.com/contest/demo2014" target="_blank" class="banner sponsor_outlink" data-label="qiniu">
|
||||
<img src="<%- staticFile('/public/images/qiniu_ad.png') %>">
|
||||
</a>
|
||||
<div class="sep10"></div>
|
||||
<a href="http://www.pengpeng.la/web/join.html" target="_blank" class="banner"
|
||||
<a href="http://www.pengpeng.la/web/join.html" target="_blank" class="banner sponsor_outlink"
|
||||
data-label="pengpeng">
|
||||
<img src="<%- staticFile('/public/images/pengpeng1.jpg') %>">
|
||||
</a>
|
||||
|
||||
@ -1,10 +1,13 @@
|
||||
<div class='col_fade'>
|
||||
<p>本站的赞助商为
|
||||
<a href="http://www.ucloud.cn/?ref=cnode" target="_blank">
|
||||
<img src="<%- staticFile('/public/images/ucloud.png') %>" title="UCloud云主机"
|
||||
<p>服务器搭建在
|
||||
<a href="https://www.digitalocean.com/?refcode=eba02656eeb3" target="_blank"
|
||||
class="sponsor_outlink" data-label="digitalocean">
|
||||
<img src="<%- staticFile('/public/images/digitalocean.png') %>" title="digitalocean"
|
||||
alt="UCloud云主机" height="28px" width="92px"/>
|
||||
</a>
|
||||
<a href="http://www.qiniu.com/?ref=cnode" target="_blank">
|
||||
,存储赞助商为
|
||||
<a href="http://www.qiniu.com/?ref=cnode" target="_blank"
|
||||
class="sponsor_outlink" data-label="qiniu_bottom">
|
||||
<img src="<%- staticFile('/public/images/qiniu.png') %>" title="七牛云存储"
|
||||
alt="七牛云存储" height="28px" width="92px"/>
|
||||
</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user