Change résumé text from 1st person to 3rd person

This commit is contained in:
Jonathan Buchanan
2013-11-18 14:01:44 +00:00
parent 0e4ec5c4c1
commit d73db02a19

View File

@@ -35,13 +35,13 @@
</div>
<div class="yui-u">
<p class="enlarge">
I'm a developer
{{name}} is a developer
{{#location}}
based in <span class="adr locality">{{location}}</span>
{{/location}}
{{#repos}}with <a href="https://github.com/{{{username}}}?tab=repositories">{{repos}} public {{reposLabel}}</a>{{/repos}}{{^repos}}without any public repository for now{{/repos}}{{#followers}}&nbsp;and <a href="https://github.com/{{{username}}}/followers">{{followers}} {{followersLabel}}</a>{{/followers}}.
I've been using github.com since {{since}}{{#earlyAdopter}}, therefore I'm an early adopter,{{/earlyAdopter}}
{{#blog}}&nbsp;and sometimes I blog at <a href="{{blog}}" id="myblog" title="my blog">{{blog}}</a>.{{/blog}}
They've been using github.com since {{since}}{{#earlyAdopter}}, therefore are an early adopter,{{/earlyAdopter}}
{{#blog}}&nbsp;and sometimes they blog at <a href="{{blog}}" id="myblog" title="their blog">{{blog}}</a>.{{/blog}}
</p>
<p id="languages" class="enlarge"></p>
</div>
@@ -56,7 +56,7 @@
</div>
<div id="repositories" class="yui-gf">
<div class="yui-u first">
<h2>My Popular Repositories</h2>
<h2>Popular Repositories</h2>
</div><!--// .yui-u -->
<div class="yui-u" id="jobs">
@@ -66,7 +66,7 @@
<div class="yui-gf" id="organizations">
<div class="yui-u first">
<h2>My Organizations</h2>
<h2>Organizations</h2>
</div><!--// .yui-u -->
<div class="yui-u" id="orgs">
@@ -80,10 +80,10 @@
</div>
<div class="yui-u">
<p class="enlarge">
This r&eacute;sum&eacute; is generated automatically using information from my github account. The repositories are
This r&eacute;sum&eacute; is generated automatically using public information from the developer's github account. The repositories are
ordered by popularity based on a very simple popularity heuristic that defines the popularity of a repository
by its sum of watchers and forks. Do not hesitate to visit <a href="https://github.com/{{{username}}}" title="My GitHub page">my github page</a>
for more information about my repositories and work.
by its sum of watchers and forks. Do not hesitate to visit <a href="https://github.com/{{{username}}}" title="Their GitHub page">their github page</a>
for more information about their repositories and work.
</p>
</div>
</div><!--// .yui-gf -->