Skip to content

Commit

Permalink
新增链接
Browse files Browse the repository at this point in the history
  • Loading branch information
HelKyle committed Jan 1, 2016
1 parent 1604276 commit 2984780
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 4 deletions.
Empty file removed _utils.html
Empty file.
35 changes: 34 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,15 @@ <h3 id="tool" class="section__header">前端工具</h3>
<dd class="links-item new">
<a href="https://github.com/ajaxorg/ace" target="_blank">ace</a>
</dd>
<dd class="links-item new">
<a href="http://brackets.io/" target="_blank">Brackets</a>
</dd>
<dd class="links-item new">
<a href="http://www.lighttable.com/" target="_blank">LightTable</a>
</dd>
<dd class="links-item new">
<a href="https://code.visualstudio.com/" target="_blank">Visual Studio Code</a>
</dd>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">在线编辑</dt>
Expand Down Expand Up @@ -356,6 +365,9 @@ <h3 id="tool" class="section__header">前端工具</h3>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">其它</dt>
<dd class="links-item">
<a href="https://tonytony.club/tool/h5viewer/index.html" title="H5预览响应式页面" target="_blank" class="tooltip">H5Viewer</a>
</dd>
<dd class="links-item">
<a href="http://anvilformac.com/" title="本地搭建轻量级服务器" target="_blank" class="tooltip">anvil</a>
</dd>
Expand Down Expand Up @@ -529,6 +541,12 @@ <h3 id="blog" class="section__header">博客/社区/资讯</h3>
<dd class="links-item">
<a href="http://alistapart.com/" target="_blank">Alistapart</a>
</dd>
<dd class="links-item">
<a href="http://www.lynda.com/" title="New skills. Improved skills. Now." target="_blank" class="tooltip">Lynda</a>
</dd>
<dd class="links-item">
<a href="http://www.digitaltutors.com/" target="_blank">DigitalTutors</a>
</dd>
<dd class="links-item new">
<a href="https://ponyfoo.com/" target="_blank">Ponyfoo.com</a>
</dd>
Expand Down Expand Up @@ -857,13 +875,28 @@ <h3 id="plugins" class="section__header">各类插件</h3>
</dd>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">其他</dt>
<dt class="links-title arrow-box">模板工具</dt>
<dd class="links-item">
<a href="https://github.com/wycats/handlebars.js/" target="_blank">Handlebars</a>
</dd>
<dd class="links-item">
<a href="https://github.com/janl/mustache.js/" title="JavaScript模板工具" target="_blank" class="tooltip">Mustache</a>
</dd>
<dd class="links-item">
<a href="https://github.com/aui/artTemplate" target="_blank">artTemplate</a>
</dd>
<dd class="links-item">
<a href="https://github.com/mozilla/nunjucks" target="_blank">nunjucks</a>
</dd>
<dd class="links-item">
<a href="https://github.com/leonidas/transparency" target="_blank">transparency</a>
</dd>
<dd class="links-item">
<a href="https://github.com/olado/doT" target="_blank">doT</a>
</dd>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">其他</dt>
<dd class="links-item">
<a href="https://github.com/dropbox/zxcvbn" target="_blank">zxcvbn</a>
</dd>
Expand Down
2 changes: 2 additions & 0 deletions app/jade/_partial/blog.jade
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ div.section__content
+dd("http://www.html5rocks.com/","Html5Rocks")
+dd("https://speakerdeck.com/", "SpeakerDeck")
+dd("http://alistapart.com/", "Alistapart")
+dd("http://www.lynda.com/", "Lynda", "New skills. Improved skills. Now.")
+dd("http://www.digitaltutors.com/", "DigitalTutors")
+dd("https://ponyfoo.com/", "Ponyfoo.com", DD_TYPE.NEW)
+dd("http://tutorialzine.com/", "tutorialzine", DD_TYPE.NEW)
dl.links-list
Expand Down
9 changes: 7 additions & 2 deletions app/jade/_partial/plugins.jade
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,16 @@ div.section__content
+dd("https://chrome.google.com/webstore/detail/auto-refresh-page/edbmfligbmlgmfbbhoamolndhjffanka","页面自动刷新")
+dd("https://chrome.google.com/webstore/detail/chrome-sniffer-plus/fhhdlnnepfjhlhilgmeepgkhjmhhhjkh?hl=zh-CN","Chrome Sniffer Plus", "探测当前网页正在使用的开源软件或者js类库", DD_TYPE.NEW)


dl.links-list
+dt("其他")
+dt("模板工具")
+dd("https://github.com/wycats/handlebars.js/", "Handlebars")
+dd("https://github.com/janl/mustache.js/", "Mustache", "JavaScript模板工具")
+dd("https://github.com/aui/artTemplate","artTemplate")
+dd("https://github.com/mozilla/nunjucks", "nunjucks")
+dd("https://github.com/leonidas/transparency", "transparency")
+dd("https://github.com/olado/doT", "doT")
dl.links-list
+dt("其他")
+dd("https://github.com/dropbox/zxcvbn","zxcvbn")
+dd("http://jqueryvalidation.org/", "Validation", "表单验证插件")
+dd("https://github.com/moment/moment", "moment")
Expand Down
4 changes: 4 additions & 0 deletions app/jade/_partial/tools.jade
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ div.section__content
+dd("http://macdown.uranusjr.com/", "MacDown")
+dd("http://www.ultraedit.com/", 'UltraEdit')
+dd("https://github.com/ajaxorg/ace","ace" , DD_TYPE.NEW)
+dd("http://brackets.io/","Brackets" , DD_TYPE.NEW)
+dd("http://www.lighttable.com/", "LightTable", DD_TYPE.NEW)
+dd("https://code.visualstudio.com/", "Visual Studio Code", DD_TYPE.NEW)
dl.links-list
+dt("在线编辑")
+dd("http://jsfiddle.net/", "Jsfiddle")
Expand Down Expand Up @@ -92,6 +95,7 @@ div.section__content
+dd("https://www.omnigroup.com/omnigraffle/", "Omnigraffle")
dl.links-list
+dt("其它")
+dd("https://tonytony.club/tool/h5viewer/index.html", "H5Viewer", "H5预览响应式页面")
+dd("http://anvilformac.com/", "anvil", "本地搭建轻量级服务器")
+dd("https://github.com/wagerfield/cssmixins", "cssmixins", " CSS3一些兼容性的mixin:方式是在一些CSS3的属性或值前加浏览器前缀。支持 STYL, SCSS, SASS 和 LESS")
+dd("https://github.com/typicode/json-server","JSON Server", "分分钟搭一个返回JSON格式REST API的测试服务器")
Expand Down
35 changes: 34 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,15 @@ <h3 id="tool" class="section__header">前端工具</h3>
<dd class="links-item new">
<a href="https://github.com/ajaxorg/ace" target="_blank">ace</a>
</dd>
<dd class="links-item new">
<a href="http://brackets.io/" target="_blank">Brackets</a>
</dd>
<dd class="links-item new">
<a href="http://www.lighttable.com/" target="_blank">LightTable</a>
</dd>
<dd class="links-item new">
<a href="https://code.visualstudio.com/" target="_blank">Visual Studio Code</a>
</dd>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">在线编辑</dt>
Expand Down Expand Up @@ -354,6 +363,9 @@ <h3 id="tool" class="section__header">前端工具</h3>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">其它</dt>
<dd class="links-item">
<a href="https://tonytony.club/tool/h5viewer/index.html" title="H5预览响应式页面" target="_blank" class="tooltip">H5Viewer</a>
</dd>
<dd class="links-item">
<a href="http://anvilformac.com/" title="本地搭建轻量级服务器" target="_blank" class="tooltip">anvil</a>
</dd>
Expand Down Expand Up @@ -527,6 +539,12 @@ <h3 id="blog" class="section__header">博客/社区/资讯</h3>
<dd class="links-item">
<a href="http://alistapart.com/" target="_blank">Alistapart</a>
</dd>
<dd class="links-item">
<a href="http://www.lynda.com/" title="New skills. Improved skills. Now." target="_blank" class="tooltip">Lynda</a>
</dd>
<dd class="links-item">
<a href="http://www.digitaltutors.com/" target="_blank">DigitalTutors</a>
</dd>
<dd class="links-item new">
<a href="https://ponyfoo.com/" target="_blank">Ponyfoo.com</a>
</dd>
Expand Down Expand Up @@ -855,13 +873,28 @@ <h3 id="plugins" class="section__header">各类插件</h3>
</dd>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">其他</dt>
<dt class="links-title arrow-box">模板工具</dt>
<dd class="links-item">
<a href="https://github.com/wycats/handlebars.js/" target="_blank">Handlebars</a>
</dd>
<dd class="links-item">
<a href="https://github.com/janl/mustache.js/" title="JavaScript模板工具" target="_blank" class="tooltip">Mustache</a>
</dd>
<dd class="links-item">
<a href="https://github.com/aui/artTemplate" target="_blank">artTemplate</a>
</dd>
<dd class="links-item">
<a href="https://github.com/mozilla/nunjucks" target="_blank">nunjucks</a>
</dd>
<dd class="links-item">
<a href="https://github.com/leonidas/transparency" target="_blank">transparency</a>
</dd>
<dd class="links-item">
<a href="https://github.com/olado/doT" target="_blank">doT</a>
</dd>
</dl>
<dl class="links-list">
<dt class="links-title arrow-box">其他</dt>
<dd class="links-item">
<a href="https://github.com/dropbox/zxcvbn" target="_blank">zxcvbn</a>
</dd>
Expand Down

0 comments on commit 2984780

Please sign in to comment.