mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
31 lines
683 B
Text
31 lines
683 B
Text
<h4><%= description %></h4>
|
|
|
|
<div class="project-stats">
|
|
<p>
|
|
<a href="https://github.com/samsonjs/<%= title %>">GitHub</a>
|
|
•
|
|
<a id="nstar" href="https://github.com/samsonjs/<%= title %>/stargazers"></a>
|
|
•
|
|
<a id="nfork" href="https://github.com/samsonjs/<%= title %>/network/members"></a>
|
|
</p>
|
|
|
|
<p>
|
|
Last updated on <span id="updated"></span>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="project-info row clearfix">
|
|
<div class="column half">
|
|
<h3>Contributors</h3>
|
|
<div id="contributors"></div>
|
|
</div>
|
|
|
|
<div class="column half">
|
|
<h3>Languages</h3>
|
|
<div id="langs"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
SJS.projectName = '<%= title %>'
|
|
</script>
|