From a00f17e88ccced3cae6dd490c59ad4f6f3035732 Mon Sep 17 00:00:00 2001 From: Christophe Naud-Dulude Date: Mon, 18 Nov 2013 16:10:08 -0500 Subject: [PATCH] Github founders are also early adopters (before 2008) --- js/githubresume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/githubresume.js b/js/githubresume.js index c9f4304..d7992eb 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -136,7 +136,7 @@ var run = function() { }; // We consider a limit of 4 months since the GitHub opening (Feb 2008) to be considered as an early adopter - if (since == '2008' && sinceMonth <= 5) { + if ((since == '2008' && sinceMonth <= 5) || since <= '2007') { view.earlyAdopter = 1; }