resume.github.com/views/job.html

16 lines
592 B
HTML
Raw Normal View History

<div class="job {{last}}">
<h2>
<a href="https://github.com/{{username}}/{{name}}">{{name}}</a>
</h2>
2016-02-17 09:24:21 +03:00
<h3>{{#language}}{{language}} &ndash; {{/language}}Creator &amp; Owner</h3>
<h4>{{date}}</h4>
2016-05-05 22:18:55 +03:00
<p>{{{description}}} {{#homepage}}<a href="{{homepage}}">{{homepage}}</a>{{/homepage}}</p>
<p>
This repository has {{watchers}} {{watchersLabel}} and {{forks}} {{forksLabel}}.
2016-02-17 18:34:25 +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.
</p>
2011-02-07 13:16:56 +03:00
</div>