resume.github.com/views/job.html

18 lines
504 B
HTML
Raw Normal View History

<div class="job {{last}}">
2011-02-07 13:16:56 +03:00
<h2>
<a href="http://github.com/{{username}}/{{name}}">{{name}}</a>
</h2>
<h3>{{#language}}{{language}} - {{/language}}Creator &amp; Owner</h3>
<h4>{{date}}</h4>
<p>{{description}}</p>
2011-02-07 13:16:56 +03:00
<p>
This repository has {{watchers}} {{watchersLabel}} and {{forks}} {{forksLabel}}.
2011-02-07 13:16:56 +03:00
If you would like more information about this repository and my
contributed code, please visit
<a href="https://github.com/{{username}}/{{name}}">the repo</a> on
GitHub.
2011-02-07 13:16:56 +03:00
</p>
</div>
2011-02-06 17:36:30 +03:00