nodeclub/views/static/about.html
2013-06-18 14:08:48 +08:00

21 lines
781 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%- partial('sidebar') %>
<div id='content'>
<div class='panel'>
<div class='header'>
<ul class='breadcrumb'>
<li><a href='/'>主页</a><span class='divider'>/</span></li>
<li class='active'>关于</li>
</ul>
</div>
<div class='inner topic'>
<h3>关于</h3>
<hr />
<div class="topic_content">
<p>CNodeJS.org为国内最专业的Node.js开源技术社区致力于Node.js的技术研究。</p>
<p>CNode社区由一批热爱Node技术的工程师发起目前已经吸引了互联网各个公司的专业技术人员加入我们非常欢迎更多对Node 感兴趣的朋友加入我们(发邮件到 <a href='mailto:nodejs@126.com'>nodejs@126.com</a>)。</p>
</div>
</div>
</div>
</div>