forked from resume/resume.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace tabs with spaces, remove some whitespace at EOL
- Loading branch information
1 parent
c537d43
commit 52b006a
Showing
8 changed files
with
200 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<title>GitHub Résumé</title> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta name="keywords" content="cv, resume, hResume, github, community, free, fun, nice, useful" /> | ||
<meta name="description" content="GitHub resumes, generated by the community, for the community." /> | ||
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" /> | ||
<link rel="stylesheet" type="text/css" href="css/resume.css" media="all" /> | ||
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> | ||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script> | ||
<script type="text/javascript" src="js/mustache.js"></script> | ||
<script type="text/javascript" src="js/githubresume.js"></script> | ||
<title>GitHub Résumé</title> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta name="keywords" content="cv, resume, hResume, github, community, free, fun, nice, useful" /> | ||
<meta name="description" content="GitHub resumes, generated by the community, for the community." /> | ||
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" /> | ||
<link rel="stylesheet" type="text/css" href="css/resume.css" media="all" /> | ||
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> | ||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script> | ||
<script type="text/javascript" src="js/mustache.js"></script> | ||
<script type="text/javascript" src="js/githubresume.js"></script> | ||
</head> | ||
<body id="resume"> | ||
<noscript>You need to enable Javascript to generate and see résumé pages.</noscript> | ||
<noscript>You need to enable Javascript to generate and see résumé pages.</noscript> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
<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> | ||
<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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
|
||
<div class="org {{last}}"> | ||
<h2>{{name}}</h2> | ||
<h3>Member</h3> | ||
<h4>{{now}}</h4> | ||
<p>If you would like more information about this organization, please visit <a href="https://github.com/{{name}}">the organization page</a> on GitHub.</p> | ||
</div> | ||
|
||
|
||
<div class="org {{last}}"> | ||
<h2>{{name}}</h2> | ||
<h3>Member</h3> | ||
<h4>{{now}}</h4> | ||
<p>If you would like more information about this organization, please visit <a href="https://github.com/{{name}}">the organization page</a> on GitHub.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{{#repo}} | ||
<hgroup> | ||
<h1>{{repo}}</h1> | ||
<h2>{{language}}</h2> | ||
</hgroup> | ||
<p>{{description}}</p> | ||
<hgroup> | ||
<h1>{{repo}}</h1> | ||
<h2>{{language}}</h2> | ||
</hgroup> | ||
<p>{{description}}</p> | ||
{{/repo}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.