mirror of
https://github.com/resume/resume.github.com.git
synced 2026-01-05 02:59:36 -06:00
18 lines
504 B
HTML
18 lines
504 B
HTML
<div class="job {{last}}">
|
|
<h2>
|
|
<a href="http://github.com/{{username}}/{{name}}">{{name}}</a>
|
|
</h2>
|
|
<h3>{{#language}}{{language}} - {{/language}}Creator & Owner</h3>
|
|
<h4>{{date}}</h4>
|
|
<p>{{description}}</p>
|
|
<p>
|
|
This repository has {{watchers}} {{watchersLabel}} and {{forks}} {{forksLabel}}.
|
|
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.
|
|
</p>
|
|
</div>
|
|
|
|
|