Welcome!
As a software startup owner I really enjoy when people send us their resumes and they include their github account so we can see tangible work they have done. @@ -16,17 +17,53 @@
-
+
diff --git a/css/resume.css b/css/resume.css index 5587469..15edd55 100644 --- a/css/resume.css +++ b/css/resume.css @@ -116,4 +116,12 @@ button#gen:hover { cursor: pointer; } +.yui-gb ul { + width: 80%; +} +.yui-gb { + margin-top: 10px; + margin-bottom: 10px; + padding-bottom: 10px; +} diff --git a/js/githubresume.js b/js/githubresume.js index b76a2e9..3a9c6b6 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -93,6 +93,7 @@ var run = function() { if (arr[i].fork !== false) { return; } + var popularity = arr[i].watchers + arr[i].forks; sorted.push({position: i, popularity: popularity, info: arr[i]}); }); diff --git a/views/index.html b/views/index.html index ad6a3fd..6959583 100644 --- a/views/index.html +++ b/views/index.html @@ -2,6 +2,7 @@
As a software startup owner I really enjoy when people send us their resumes and they include their github account so we can see tangible work they have done. @@ -16,17 +17,53 @@
-
+
This is the first version, please keep in mind that it only fetches your first 30 repositories for now. I am planning on adding things as such as your most committed forks, most committed repositories and make the "My Popular Repositories" be built from your complete list of repositories. The issue right now is say you have 37 repositories, this will only retrieve the first 30 repositories that were created. I'll put a note here when this is fixed or feel free to fork the page, make changes and send them back :-) -
-
+
+ Another popular feature people are asking a lot is listing of the organizations. This is the next feature to be added.
+
+
Brought to you by the brilliant mind of @davidcoallier </modesty>