mirror of
https://github.com/resume/resume.github.com.git
synced 2026-02-06 12:08:28 -06:00
@@ -80,7 +80,9 @@ var run = function() {
|
||||
location: data.user.location,
|
||||
gravatar_id: data.user.gravatar_id,
|
||||
repos: data.user.public_repo_count,
|
||||
plural: data.user.public_repo_count > 1 ? 'repositories' : 'repository',
|
||||
reposLabel: data.user.public_repo_count > 1 ? 'repositories' : 'repository',
|
||||
followers: data.user.followers_count,
|
||||
followersLabel: data.user.followers_count > 1 ? 'followers' : 'follower',
|
||||
username: username,
|
||||
since: since
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
{{#gravatar_id}}
|
||||
<img src="https://secure.gravatar.com/avatar/{{gravatar_id}}?s=140&d=https://github.com/images/gravatars/gravatar-140.png" alt=""/>
|
||||
{{/gravatar_id}}
|
||||
<h3><a href="mailto:{{email}}">{{email}}</a></h3>
|
||||
{{#email}}<h3><a href="mailto:{{email}}">{{email}}</a></h3>{{/email}}
|
||||
</div><!--// .contact-info -->
|
||||
</div>
|
||||
</div><!--// .yui-gc -->
|
||||
@@ -35,7 +35,7 @@
|
||||
{{#location}}
|
||||
based in {{location}}
|
||||
{{/location}}
|
||||
with <a href="https://github.com/{{{username}}}">{{repos}} public {{plural}}</a>.
|
||||
with <a href="https://github.com/{{{username}}}">{{repos}} public {{reposLabel}}</a>{{#followers}} and {{followers}} {{followersLabel}}{{/followers}}.
|
||||
I've been using github.com since {{since}}{{#blog}} and sometimes I blog at <a href="{{blog}}" id="myblog" title="my blog">{{blog}}</a>{{/blog}}.
|
||||
</p>
|
||||
<p id="languages" class="enlarge"></p>
|
||||
@@ -87,7 +87,7 @@
|
||||
</div><!--// bd -->
|
||||
|
||||
<div id="ft">
|
||||
<p>{{name}} — <a href="mailto:{{email}}">{{email}}</a> — <a href="https://github.com/{{username}}" title="Github profile">https://github.com/{{username}}</a></p>
|
||||
<p>{{name}} — {{#email}}<a href="mailto:{{email}}">{{email}}</a> — {{/email}} <a href="https://github.com/{{username}}" title="Github profile">https://github.com/{{username}}</a></p>
|
||||
</div><!--// footer -->
|
||||
|
||||
</div><!-- // inner -->
|
||||
|
||||
Reference in New Issue
Block a user