mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 07:40:37 -06:00
101 lines
4.0 KiB
HTML
101 lines
4.0 KiB
HTML
<div id="actions" class="yui-t7">
|
|
<a href="#" id="print">Print</a>
|
|
<a href="mailto:?subject=Resume for {{name}}&body=Link to resume: {{resume_url}}" id="email">Email</a>
|
|
</div>
|
|
|
|
<div id="doc2" class="yui-t7">
|
|
|
|
<div id="inner" class="vcard">
|
|
|
|
<div id="hd">
|
|
<div class="yui-gc">
|
|
<div class="yui-u first">
|
|
<h1 class="fn">{{name}}</h1>
|
|
<h2>{{userStatus}}</h2>
|
|
</div>
|
|
|
|
<div class="yui-u">
|
|
<div class="contact-info">
|
|
{{#gravatar_id}}
|
|
<img src="https://secure.gravatar.com/avatar/{{gravatar_id}}?s=140&d=https://github.com/images/gravatars/gravatar-140.png" alt="avatar" class="photo" />
|
|
{{/gravatar_id}}
|
|
{{#email}}<h3><a href="mailto:{{email}}" class="email">{{email}}</a></h3>{{/email}}
|
|
</div><!--// .contact-info -->
|
|
</div>
|
|
</div><!--// .yui-gc -->
|
|
</div><!--// hd -->
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
<div id="profile" class="yui-gf">
|
|
<div class="yui-u first">
|
|
<h2>GitHub Profile</h2>
|
|
</div>
|
|
<div class="yui-u">
|
|
<p class="enlarge">
|
|
{{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}} and <a href="https://github.com/{{{username}}}/followers">{{followers}} {{followersLabel}}</a>{{/followers}}.
|
|
They've been using github.com since {{since}}{{#earlyAdopter}}, therefore are an early adopter,{{/earlyAdopter}}
|
|
{{#blog}} and sometimes they blog at <a href="{{blog}}" id="myblog" title="their blog">{{blog}}</a>.{{/blog}}
|
|
</p>
|
|
<p id="languages" class="enlarge"></p>
|
|
</div>
|
|
</div><!--// .yui-gf -->
|
|
<div class="yui-gf" id="mylanguages">
|
|
<div class="yui-u first">
|
|
<h2>Languages</h2>
|
|
</div>
|
|
<div class="yui-u" id="content-languages">
|
|
|
|
</div>
|
|
</div>
|
|
<div id="repositories" class="yui-gf">
|
|
<div class="yui-u first">
|
|
<h2>Popular Repositories</h2>
|
|
</div><!--// .yui-u -->
|
|
|
|
<div class="yui-u" id="jobs">
|
|
<span>Loading information...</span><img src="images/loader.gif" />
|
|
</div><!--// .yui-u -->
|
|
</div><!--// .yui-gf -->
|
|
|
|
<div class="yui-gf" id="organizations">
|
|
<div class="yui-u first">
|
|
<h2>Organizations</h2>
|
|
</div><!--// .yui-u -->
|
|
|
|
<div class="yui-u" id="orgs">
|
|
<span>Loading information...</span><img src="images/loader.gif" />
|
|
</div><!--// .yui-u -->
|
|
</div><!--// .yui-gf -->
|
|
|
|
<div id="about" class="yui-gf last">
|
|
<div class="yui-u first">
|
|
<h2>About This Résumé</h2>
|
|
</div>
|
|
<div class="yui-u">
|
|
<p class="enlarge">
|
|
This résumé 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="Their GitHub page">their github page</a>
|
|
for more information about their repositories and work.
|
|
</p>
|
|
</div>
|
|
</div><!--// .yui-gf -->
|
|
</div><!--// .yui-b -->
|
|
</div><!--// yui-main -->
|
|
</div><!--// bd -->
|
|
|
|
<div id="ft">
|
|
<p>{{name}} — {{#email}}<a href="mailto:{{email}}">{{email}}</a> — {{/email}} <a href="https://github.com/{{username}}" title="GitHub profile" class="url">https://github.com/{{username}}</a></p>
|
|
</div><!--// footer -->
|
|
|
|
</div><!-- // inner -->
|
|
|
|
</div><!--// doc -->
|