From 2eb248eabc1061264ceae14989ce8e4b5d3d4c32 Mon Sep 17 00:00:00 2001 From: Radek Stepan Date: Fri, 29 Aug 2014 21:02:58 -0700 Subject: [PATCH] switch theme --- build/app.bundle.css | 50 ++++++++++++++++++++++------------ build/app.bundle.js | 2 +- build/app.css | 50 ++++++++++++++++++++++------------ build/app.js | 2 +- public/fonts/fontello.eot | Bin 6320 -> 6480 bytes public/fonts/fontello.svg | 3 ++ public/fonts/fontello.ttf | Bin 6152 -> 6312 bytes public/fonts/fontello.woff | Bin 3800 -> 3940 bytes src/styles/app.styl | 39 ++++++++++++++------------ src/styles/icons.styl | 23 +++++++++++++++- src/templates/layout.mustache | 2 +- 11 files changed, 116 insertions(+), 55 deletions(-) diff --git a/build/app.bundle.css b/build/app.bundle.css index 49f7384..908b9e3 100644 --- a/build/app.bundle.css +++ b/build/app.bundle.css @@ -419,28 +419,44 @@ table { .icon.fire-station:before{content:'\e805'} .icon.sort-alphabet:before{content:'\e806'} .icon.down-open:before{content:'\e807'} - +.icon.spin6{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-ms-animation:spin 2s infinite linear;animation:spin 2s infinite linear;} +.icon.spin6:before{content:'\e808'} +@-moz-keyframes spin{0%{-moz-transform:rotate(0)} +100%{-moz-transform:rotate(360deg)} +}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)} +100%{-webkit-transform:rotate(360deg)} +}@-moz-keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +}@-o-keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +}@-ms-keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +}@keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +} body{color:#3e4457;font-family:'MuseoSans500Regular',sans-serif} -a{color:#b1b6c4;text-decoration:none} +a{text-decoration:none;color:#aaafbf} h1,h2,h3,p{margin:0} ul{list-style-type:none;margin:0;padding:0;} ul li{display:inline-block} .icon{margin-right:4px} .wrap{width:800px;margin:0 auto} -#head{background:#252f39;color:#86939c;height:64px;} -#head h1{font-size:26px;margin:0;padding:10px 24px;line-height:44px;height:44px;background:rgba(0,0,0,0.3);display:inline-block;} +#head{background:#c1041c;height:64px;} +#head h1{font-size:26px;margin:0;padding:10px 24px;line-height:44px;height:44px;background:#77000e;display:inline-block;color:#c1041c;} #head h1 .icon{margin:0} #head .q{position:relative;display:inline-block;margin:13px 20px 0 20px;vertical-align:top;} -#head .q .icon{position:absolute;color:#303d4a;} +#head .q .icon{position:absolute;color:#c1041c;} #head .q .icon.search{top:8px;left:12px} #head .q .icon.down-open{top:8px;right:12px} -#head .q input{background:rgba(0,0,0,0.3);border:0;padding:10px 12px 10px 36px;font-size:14px;-webkit-border-radius:2px;border-radius:2px;color:rgba(255,255,255,0.5);width:220px} +#head .q input{background:#77000e;border:0;padding:10px 12px 10px 36px;font-size:14px;-webkit-border-radius:2px;border-radius:2px;color:#fff;width:220px} #head ul{display:inline-block;} #head ul li{margin-left:30px} -#head a{font-weight:bold;} -#head a.active,#head a:hover{color:#dde1ed} +#head a{color:#e0808d;font-weight:bold;} +#head a.active,#head a:hover{color:#fff} #head .right{float:right;margin-right:20px;line-height:64px;} -#head .right a{-webkit-border-radius:2px;border-radius:2px;background:#fff;color:#00b361;padding:11px 20px} +#head .right a{-webkit-border-radius:2px;border-radius:2px;background:#ffbb2a;color:#c1041c;padding:11px 20px} #title{border-bottom:3px solid #f3f4f8;} #title h2{border-bottom:3px solid #aaafbf;margin:30px 0 -3px 0;display:inline-block;padding-bottom:20px} #title .milestone{font-size:16px;font-weight:bold;margin:0 20px} @@ -453,8 +469,8 @@ ul li{display:inline-block} #content #hero .content .address{font-size:120px;float:left} #content #hero .content .cta{text-align:center;margin-top:10px;} #content #hero .content .cta a{font-family:'MuseoSlab500Regular',serif;padding:11px 20px;-webkit-border-radius:2px;border-radius:2px;display:inline-block;margin:0 4px;} -#content #hero .content .cta a.primary{font-weight:bold;background:#00b361;color:#fff} -#content #hero .content .cta a.secondary{background:#fff;color:#00b361} +#content #hero .content .cta a.primary{font-weight:bold;background:#c1041c;color:#fff} +#content #hero .content .cta a.secondary{background:#fff;color:#c1041c} #content #repos{border:1px solid #cdcecf;-webkit-border-radius:2px;border-radius:2px;} #content #repos h2{color:#3e4457;display:inline-block} #content #repos .sort{float:right;line-height:30px} @@ -466,14 +482,14 @@ ul li{display:inline-block} #content #repos table tr td .progress .percent{float:right} #content #repos table tr td .progress .bar{-webkit-border-radius:4px;border-radius:4px;background:#eaecf2;height:10px;width:100%;} #content #repos table tr td .progress .bar.inner{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);box-shadow:inset 0 1px 2px rgba(0,0,0,0.2)} -#content #repos table tr td .progress .bar.red{background:#ff2955} -#content #repos table tr td .progress .bar.green{background:#4bda66} -#content #repos table tr td .progress .due.red{color:#ff2955;font-weight:bold} +#content #repos table tr td .progress .bar.red{background:#c1041c} +#content #repos table tr td .progress .bar.green{background:#00b361} +#content #repos table tr td .progress .due.red{color:#c1041c;font-weight:bold} #content #repos table tr td:first-child a{color:#3e4457;font-weight:bold} #content #repos table tr:nth-child(2) td{background:#fefefe} #content #repos table tr:last-child td{border:0} #content #repos table tr.done td{background:#ebf6f1;} -#content #repos table tr.done td .milestone,#content #repos table tr.done td .percent,#content #repos table tr.done td .due{color:#9fc9b5} +#content #repos table tr.done td .milestone,#content #repos table tr.done td .percent,#content #repos table tr.done td .due{color:#00b361} #content #repos .header,#content #repos .footer{padding:20px 30px} #content #repos .header{-webkit-box-shadow:0 1px 2px rgba(221,225,237,0.5);box-shadow:0 1px 2px rgba(221,225,237,0.5);margin-bottom:2px;border-bottom:1px solid #dde1ed;} #content #repos .header a{font-family:'MuseoSlab500Regular',serif} @@ -487,10 +503,10 @@ ul li{display:inline-block} #content #add .form table{width:100%;} #content #add .form table tr td:first-child{width:100%} #content #add .form input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;width:100%;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px;border:1px solid #dde1ed;border-right:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);box-shadow:inset 0 1px 2px rgba(0,0,0,0.2)} -#content #add .form a{margin-left:-2px;font-family:'MuseoSlab500Regular',serif;padding:11px 20px;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;display:inline-block;font-weight:bold;background:#00b361;color:#fff} +#content #add .form a{margin-left:-2px;font-family:'MuseoSlab500Regular',serif;padding:11px 20px;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;display:inline-block;font-weight:bold;background:#c1041c;color:#fff} #content #add .header,#content #add .footer{padding:20px 30px} #content #add .header{-webkit-box-shadow:0 1px 2px rgba(221,225,237,0.5);box-shadow:0 1px 2px rgba(221,225,237,0.5);margin-bottom:2px;border-bottom:1px solid #dde1ed;} #content #add .header a{font-family:'MuseoSlab500Regular',serif} #content #add .footer{background:#f9fafb;color:#aaafbf;-webkit-box-shadow:inset 0 1px 2px rgba(221,225,237,0.2);box-shadow:inset 0 1px 2px rgba(221,225,237,0.2);border-top:1px solid #dde1ed;text-align:center;font-family:'MuseoSlab500Regular',serif;} -#content #add .footer .icon{color:#aaafbf} +#content #add .footer .icon{display:inline-block;color:#aaafbf} #footer{border-top:1px solid #f3f4f8;text-align:center;padding:30px;margin-top:30px;font-family:'MuseoSlab500Regular',serif} diff --git a/build/app.bundle.js b/build/app.bundle.js index d3c179a..64859d1 100644 --- a/build/app.bundle.js +++ b/build/app.bundle.js @@ -29762,7 +29762,7 @@ if ( typeof window === "object" && typeof window.document === "object" ) { // layout.mustache root.require.register('burnchart/src/templates/layout.js', function(exports, require, module) { - module.exports = ["
","
"," Sign In","
","","

","","
"," "," "," ","
",""," ","
","","
","
","

Disposable Project

"," Milestone 1.0","

The one where we deliver all that we promised.

","
","
","","
","
","
"," ","

See your project progress

","

Not sure where to start? Just add a demo repo to see a chart. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.

"," ","
","
","","
","
"," Sorted by priority","

Projects

","
",""," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," ","
radekstepan/disposableMilestone 1.0 ","
"," 40%"," due on Friday","
","
","
","
","
radekstepan/burnchartBeta Milestone ","
"," 100%"," due tomorrow","
","
","
","
","
intermine/intermineEmma Release 96 ","
"," 27%"," due in 2 weeks","
","
","
","
","
microsoft/windowsRC 9 ","
"," 90%"," overdue by a month","
","
","
","
","
","","
"," Edit","
","
","","
","
","

Add a Project

","

Type in the name of the repository as you would normally. If you'd like to add a private GitHub project, Sign In first.

","
","","
"," "," "," "," "," ","
"," "," "," Add","
","
","","
"," Connecting to your repo.","
","
","
","","
","
"," © 2012-2014 Radek Stepan","
","
"].join("\n"); + module.exports = ["
","
"," Sign In","
","","

","","
"," "," "," ","
",""," ","
","","
","
","

Disposable Project

"," Milestone 1.0","

The one where we deliver all that we promised.

","
","
","","
","
","
"," ","

See your project progress

","

Not sure where to start? Just add a demo repo to see a chart. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.

"," ","
","
","","
","
"," Sorted by priority","

Projects

","
",""," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," ","
radekstepan/disposableMilestone 1.0 ","
"," 40%"," due on Friday","
","
","
","
","
radekstepan/burnchartBeta Milestone ","
"," 100%"," due tomorrow","
","
","
","
","
intermine/intermineEmma Release 96 ","
"," 27%"," due in 2 weeks","
","
","
","
","
microsoft/windowsRC 9 ","
"," 90%"," overdue by a month","
","
","
","
","
","","
"," Edit","
","
","","
","
","

Add a Project

","

Type in the name of the repository as you would normally. If you'd like to add a private GitHub project, Sign In first.

","
","","
"," "," "," "," "," ","
"," "," "," Add","
","
","","
"," Connecting to your repo.","
","
","
","","
","
"," © 2012-2014 Radek Stepan","
","
"].join("\n"); }); })(); diff --git a/build/app.css b/build/app.css index 33f2a65..a2ebe3e 100644 --- a/build/app.css +++ b/build/app.css @@ -12,28 +12,44 @@ .icon.fire-station:before{content:'\e805'} .icon.sort-alphabet:before{content:'\e806'} .icon.down-open:before{content:'\e807'} - +.icon.spin6{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-ms-animation:spin 2s infinite linear;animation:spin 2s infinite linear;} +.icon.spin6:before{content:'\e808'} +@-moz-keyframes spin{0%{-moz-transform:rotate(0)} +100%{-moz-transform:rotate(360deg)} +}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)} +100%{-webkit-transform:rotate(360deg)} +}@-moz-keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +}@-o-keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +}@-ms-keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +}@keyframes spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)} +100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)} +} body{color:#3e4457;font-family:'MuseoSans500Regular',sans-serif} -a{color:#b1b6c4;text-decoration:none} +a{text-decoration:none;color:#aaafbf} h1,h2,h3,p{margin:0} ul{list-style-type:none;margin:0;padding:0;} ul li{display:inline-block} .icon{margin-right:4px} .wrap{width:800px;margin:0 auto} -#head{background:#252f39;color:#86939c;height:64px;} -#head h1{font-size:26px;margin:0;padding:10px 24px;line-height:44px;height:44px;background:rgba(0,0,0,0.3);display:inline-block;} +#head{background:#c1041c;height:64px;} +#head h1{font-size:26px;margin:0;padding:10px 24px;line-height:44px;height:44px;background:#77000e;display:inline-block;color:#c1041c;} #head h1 .icon{margin:0} #head .q{position:relative;display:inline-block;margin:13px 20px 0 20px;vertical-align:top;} -#head .q .icon{position:absolute;color:#303d4a;} +#head .q .icon{position:absolute;color:#c1041c;} #head .q .icon.search{top:8px;left:12px} #head .q .icon.down-open{top:8px;right:12px} -#head .q input{background:rgba(0,0,0,0.3);border:0;padding:10px 12px 10px 36px;font-size:14px;-webkit-border-radius:2px;border-radius:2px;color:rgba(255,255,255,0.5);width:220px} +#head .q input{background:#77000e;border:0;padding:10px 12px 10px 36px;font-size:14px;-webkit-border-radius:2px;border-radius:2px;color:#fff;width:220px} #head ul{display:inline-block;} #head ul li{margin-left:30px} -#head a{font-weight:bold;} -#head a.active,#head a:hover{color:#dde1ed} +#head a{color:#e0808d;font-weight:bold;} +#head a.active,#head a:hover{color:#fff} #head .right{float:right;margin-right:20px;line-height:64px;} -#head .right a{-webkit-border-radius:2px;border-radius:2px;background:#fff;color:#00b361;padding:11px 20px} +#head .right a{-webkit-border-radius:2px;border-radius:2px;background:#ffbb2a;color:#c1041c;padding:11px 20px} #title{border-bottom:3px solid #f3f4f8;} #title h2{border-bottom:3px solid #aaafbf;margin:30px 0 -3px 0;display:inline-block;padding-bottom:20px} #title .milestone{font-size:16px;font-weight:bold;margin:0 20px} @@ -46,8 +62,8 @@ ul li{display:inline-block} #content #hero .content .address{font-size:120px;float:left} #content #hero .content .cta{text-align:center;margin-top:10px;} #content #hero .content .cta a{font-family:'MuseoSlab500Regular',serif;padding:11px 20px;-webkit-border-radius:2px;border-radius:2px;display:inline-block;margin:0 4px;} -#content #hero .content .cta a.primary{font-weight:bold;background:#00b361;color:#fff} -#content #hero .content .cta a.secondary{background:#fff;color:#00b361} +#content #hero .content .cta a.primary{font-weight:bold;background:#c1041c;color:#fff} +#content #hero .content .cta a.secondary{background:#fff;color:#c1041c} #content #repos{border:1px solid #cdcecf;-webkit-border-radius:2px;border-radius:2px;} #content #repos h2{color:#3e4457;display:inline-block} #content #repos .sort{float:right;line-height:30px} @@ -59,14 +75,14 @@ ul li{display:inline-block} #content #repos table tr td .progress .percent{float:right} #content #repos table tr td .progress .bar{-webkit-border-radius:4px;border-radius:4px;background:#eaecf2;height:10px;width:100%;} #content #repos table tr td .progress .bar.inner{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);box-shadow:inset 0 1px 2px rgba(0,0,0,0.2)} -#content #repos table tr td .progress .bar.red{background:#ff2955} -#content #repos table tr td .progress .bar.green{background:#4bda66} -#content #repos table tr td .progress .due.red{color:#ff2955;font-weight:bold} +#content #repos table tr td .progress .bar.red{background:#c1041c} +#content #repos table tr td .progress .bar.green{background:#00b361} +#content #repos table tr td .progress .due.red{color:#c1041c;font-weight:bold} #content #repos table tr td:first-child a{color:#3e4457;font-weight:bold} #content #repos table tr:nth-child(2) td{background:#fefefe} #content #repos table tr:last-child td{border:0} #content #repos table tr.done td{background:#ebf6f1;} -#content #repos table tr.done td .milestone,#content #repos table tr.done td .percent,#content #repos table tr.done td .due{color:#9fc9b5} +#content #repos table tr.done td .milestone,#content #repos table tr.done td .percent,#content #repos table tr.done td .due{color:#00b361} #content #repos .header,#content #repos .footer{padding:20px 30px} #content #repos .header{-webkit-box-shadow:0 1px 2px rgba(221,225,237,0.5);box-shadow:0 1px 2px rgba(221,225,237,0.5);margin-bottom:2px;border-bottom:1px solid #dde1ed;} #content #repos .header a{font-family:'MuseoSlab500Regular',serif} @@ -80,10 +96,10 @@ ul li{display:inline-block} #content #add .form table{width:100%;} #content #add .form table tr td:first-child{width:100%} #content #add .form input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;width:100%;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px;border:1px solid #dde1ed;border-right:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);box-shadow:inset 0 1px 2px rgba(0,0,0,0.2)} -#content #add .form a{margin-left:-2px;font-family:'MuseoSlab500Regular',serif;padding:11px 20px;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;display:inline-block;font-weight:bold;background:#00b361;color:#fff} +#content #add .form a{margin-left:-2px;font-family:'MuseoSlab500Regular',serif;padding:11px 20px;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;display:inline-block;font-weight:bold;background:#c1041c;color:#fff} #content #add .header,#content #add .footer{padding:20px 30px} #content #add .header{-webkit-box-shadow:0 1px 2px rgba(221,225,237,0.5);box-shadow:0 1px 2px rgba(221,225,237,0.5);margin-bottom:2px;border-bottom:1px solid #dde1ed;} #content #add .header a{font-family:'MuseoSlab500Regular',serif} #content #add .footer{background:#f9fafb;color:#aaafbf;-webkit-box-shadow:inset 0 1px 2px rgba(221,225,237,0.2);box-shadow:inset 0 1px 2px rgba(221,225,237,0.2);border-top:1px solid #dde1ed;text-align:center;font-family:'MuseoSlab500Regular',serif;} -#content #add .footer .icon{color:#aaafbf} +#content #add .footer .icon{display:inline-block;color:#aaafbf} #footer{border-top:1px solid #f3f4f8;text-align:center;padding:30px;margin-top:30px;font-family:'MuseoSlab500Regular',serif} diff --git a/build/app.js b/build/app.js index 86bf26f..cf6e77f 100644 --- a/build/app.js +++ b/build/app.js @@ -228,7 +228,7 @@ // layout.mustache root.require.register('burnchart/src/templates/layout.js', function(exports, require, module) { - module.exports = ["
","
"," Sign In","
","","

","","
"," "," "," ","
",""," ","
","","
","
","

Disposable Project

"," Milestone 1.0","

The one where we deliver all that we promised.

","
","
","","
","
","
"," ","

See your project progress

","

Not sure where to start? Just add a demo repo to see a chart. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.

"," ","
","
","","
","
"," Sorted by priority","

Projects

","
",""," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," ","
radekstepan/disposableMilestone 1.0 ","
"," 40%"," due on Friday","
","
","
","
","
radekstepan/burnchartBeta Milestone ","
"," 100%"," due tomorrow","
","
","
","
","
intermine/intermineEmma Release 96 ","
"," 27%"," due in 2 weeks","
","
","
","
","
microsoft/windowsRC 9 ","
"," 90%"," overdue by a month","
","
","
","
","
","","
"," Edit","
","
","","
","
","

Add a Project

","

Type in the name of the repository as you would normally. If you'd like to add a private GitHub project, Sign In first.

","
","","
"," "," "," "," "," ","
"," "," "," Add","
","
","","
"," Connecting to your repo.","
","
","
","","
","
"," © 2012-2014 Radek Stepan","
","
"].join("\n"); + module.exports = ["
","
"," Sign In","
","","

","","
"," "," "," ","
",""," ","
","","
","
","

Disposable Project

"," Milestone 1.0","

The one where we deliver all that we promised.

","
","
","","
","
","
"," ","

See your project progress

","

Not sure where to start? Just add a demo repo to see a chart. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.

"," ","
","
","","
","
"," Sorted by priority","

Projects

","
",""," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," ","
radekstepan/disposableMilestone 1.0 ","
"," 40%"," due on Friday","
","
","
","
","
radekstepan/burnchartBeta Milestone ","
"," 100%"," due tomorrow","
","
","
","
","
intermine/intermineEmma Release 96 ","
"," 27%"," due in 2 weeks","
","
","
","
","
microsoft/windowsRC 9 ","
"," 90%"," overdue by a month","
","
","
","
","
","","
"," Edit","
","
","","
","
","

Add a Project

","

Type in the name of the repository as you would normally. If you'd like to add a private GitHub project, Sign In first.

","
","","
"," "," "," "," "," ","
"," "," "," Add","
","
","","
"," Connecting to your repo.","
","
","
","","
","
"," © 2012-2014 Radek Stepan","
","
"].join("\n"); }); })(); diff --git a/public/fonts/fontello.eot b/public/fonts/fontello.eot index a31aeb78dd629b7b8c80f96a3f7a6f0b0b0a9956..a50ae65de5fdb6044916c834e138dc50e7c928a9 100644 GIT binary patch delta 607 zcmXYuO=uHA6vyA2+3Z(BOvP@J8g0>}t<{1SO%#h36$B|#EY(`1?V6@ZW74iBgxVlM zR4PF+C4ODh+{{6tm_t3NXAcTF6|^WGJSYl+ASi^aZ(Rr8%>4c{^WJ}EmUq?r97BG9 z>XIWOG^!)3O9T1B7yx{yI2ldrM&0jU0l*^^$D+Ax2kF#Y%hajUMm&AJR60%k0>Ej+ z^^8Hfhqy|k98X=Ge$}(q3cyMLj%FgJPw{Wh9@7#rgcBslVg8QzHE}SJ&d!G>#%T(& zWuQAX7uA(Z(iDKQfmloH^9EF$Ys5Q1uGr(oNwS<2u8?JVF<_QTjn3KE6Y>D&S7GsACVS29 zRVx#xf8&+^L0tAJo-K9>+Esz~cowVpll8D7d(KSKEJJGTkmBU6DiK4D0yP{_D^)Eu9sn8V0Z(>Vad6P1s5bFw=*y>x&X0Pa#@K2 zP#g$&1b_rrT0wel$Ak%yKt50pcR_k$aRE>qD96JAq&d=aD${CaibgRoFil`!V9m=& zO-x~aV^j;20!lNOWdH>@%$Oeo`4&LFN=9x;g<^ReNRA^0B#@JzoXA$ko($wS0Qn-h zi4_G5^SN&W`BQ*=g}lVv)H8FXfR=M?0a|jlAiua|{nuBMfsSbb$~P4hr54=HW^QF* z5bpu7ftbcp&A{;g3rjml1O;$Tp2Ddj z1r}PsaEmdCaRuWiCM~8ertM&*oSScPax)8a0*zu~WM*VxWMyPyWM|}H + + + \ No newline at end of file diff --git a/public/fonts/fontello.ttf b/public/fonts/fontello.ttf index 20677899eb454d321320553f2dfa9e0e788b9cd0..4e18fb0d30bcae6532ebdb9cc5ca73808cdb1de9 100644 GIT binary patch delta 580 zcmeA$SYcStz{tSBz{k+Qz|4@~AFOX=r{Ng|6nO*0Vad6P1s5bGw=*y>x&X0Pa#@K2 zP#g$&HUJ5(w1V{9jtLVYf&4uT4BQ3jiNys#aRDHI1(4=Qq?r*&JDfq`iP0|V>7 zjMT&w=GU8+1Eqj`2D6Ne)cQmYGv=E>ffGOhm5khy3e|WZi-7~=0F9jdThqpr3pn~J&`lerzExtW-_93wj$I~$X@mRRZEKk@uF zUm3WWUx0)!Xap~S(9#J&CugxV1HGZcAualnr5&sXBnbmtlVdnklpq>`Vhb2LgXup|43rwUHqYYVW)|fF@|YNz8Ce)v8QB=w895j^8M!9!;Pzo-EiTB+ LGuzCgqP9TM- delta 403 zcmZ2s*kMr5z{tSBz{k+Qz|4@~AFOX=r{O6B6nO*0Vad6P1s5bFw=*y>x&X0Pa#@K2 zP#g$&1b_rrT0wel$Ak%yKt50pcR_k$aRE>qD96JAq&d=aD${CaibgRoFil`!V9m=& zO-x~aV^j;20!lNOWn`q*CvuoEKL!d|00mSsa!V={%RzD+F(7_UesUsP9eXm6-vH!` z%DMu?1+!*@FDylJ#F-O$Iuq1t{NCP?TD5H=DVY zfkC_n$ggH#WZuCzfq|8QgQ<#X4^X6M;y*)9cIKe}SqxFk3X?4uEg9K27cov?(*jBY zLuUV+bx!g8HeVUInO^`!7%r#_F9*|Vx6}Xs`Jcto4AixULt69;OFK9uL6R`QIr$BT w%488vVfO7{InK>SoZQU9oIsPA7?~Ma7+D$F7}*&)7&#{g@%U_B!o$J?0KW)Vn*aa+ diff --git a/public/fonts/fontello.woff b/public/fonts/fontello.woff index 6a337b5f3a7db73362b388d726e568b414e258ed..2c16d7c50d2f7b04b62f8534b57d99723cec08a6 100644 GIT binary patch delta 1862 zcmV-M2f6sz9poMqcTYw}00961000kU01f~E000=MkrXQvT4QZtZ~y=ShyVZpIsgCx zO3)dRQb>OV0RR96{=O>P6=-E)WB>pRZ~y=RGynhqHUsOjr)X$pVE_OOqyPW_AOHXW zBnUPG*=TKacmMzl!~g&Q8~^|SC?#J20Bmn#VE_OO-~a#s761SM772X^WNl%1Z~y=d z_y7O^9smFUAON5X+iqcPWdHyT7ytkPcK`qa&CD{L8XRzMb94Xz4v+u<0BisN0E%26 zBZqKuWpDrh4*UQB0A&CG0DIkQ1BG~;V_;<7%acn1C>6mR^goLsiaCN|8c>)KBnJTh zuM7Z_hyfuPaQy!dQt*NSL`yJ2)dK+|8^eeP0Bo-YwzI+kumyh+QD-h_31XMg2Y0y9+tA&;xS&u`4UV^pCkVK|}av^}X zG_gv>(^hM@7e-kB5sp2mQmM@F7kP!N<(e6O(FQHx@`i673Zf=kp<*K@+{d@Yi=aLo{{LS-DHk0=ZGne*E2DzbA z;=igu?3Ca-d1~?bv{&Tw87F41k`uGBnJI#WRAhfMdY-xiT4eL+=Hb!3&lScBjoN^1 z^pDK!^V<5xh6Xm(#9nU64fm(UQ~kpmY#7>V?n@kUpRe6Ea6q*?qamcUBpnG3KO3lL z4z{n~x-r>7t5dD8acgJ$=$X0RwxUf15Tx2@m)#p)-lW;bZ4*1f= zF&t}ln;A}UnbH)!9#Rzbge09%6_H-2XhM?a4MA1Q_Y<(Mnuho&eewyV@C8QFFs67| zLc*8yuJ0-MS5f@$EI0TuUgi|8lbyxYgZzJ*9>B9;6;URGd|Ic5nf7w|EHj%SI00wbZ2hv&L6(n!{P;&X9ZO2 zdp1}*(=C3OC!EF*5^otHaTOopsz5C86_Ns1WB1r(3Fa07E?t{!I)?GXD_0(3e5`+I z@|t{3Mu!Fm4L+#aZtrV7=qG#dVNB8gqupW+|JS$TV75!gX3mHYb<{BADO*Zh2;DL48#W zOOft6LsYSJ6i=Om4YQ^8&YtqmAASxyhcfH-hJtUYZ@vR(K9H($n3%O)5k;CW|1^87 zaen--`Q?)y6yCV{O8Lo*!To;&aBd_F0001ZoMT{QU|;~^YoYNw;`wd9GH^4$0E#eN z&`DfkXjdp$vt1oMT{QU|vAPfLN zoP{(|`V_AHj{{DygfPO6`u$ewwR0RdxS!4a_k9>(gb8Nwu)qUW*v2TASHd2%zu5A9 zESOR!)xDKlL*yO{rTyeiK@E+iK2^E}EG^?fwkCPkAdTv*jqA&~4;+{t5R-5YXl{== AU;qFB delta 1721 zcmXX`c{r4N8-Cvz6B$M^_Ay2@cFB>*QVrRL#&#@6WsH4^u{(vae+a43hsl!DbS!;D zW6+}P%MoXiWg=%p2gee!R+jVX`kw2$ujjh&=ed8+@2~q4mMe#jA(@*4AOIDL3!o0W zl)xRdx){dmx+fI?zzj$^2X$+X)Ex&)8XpY+5Fv3z;=lO&czOc>atWI29Rj|j6Ymd+ z03f6UaU29C0X_JP|MkdNNHc@D%%P?b0|3FHUWa>Rh@%g2B!M3~7Yp4Jii9{80uCrc zPK0<~_kpy0=sx6v4ZP7Qk-<z2ATTj<))Sb$cF37yw0w}Q5!majm*DWVHbV1V1+6MV$&nNx@k6v7EN_r9( zIk@(=rH8j&(yx#^(cD8?7v0u!nd{{5ncFI=Y*N0aksnQ^RG;S(>z4Ol{5-Xh#6LN_O2l$qvxYB? zEOj5R86|XPjy6{I_WUV^Xkgmk^7qabB)H{Zl|?g{T78*sd{v9M;}RzcOD`)s#|KjM z)3>DwW^XKMjM(A~&grOV!4Z?ni!RMB!9niT1uChdCpt7KXR0!%Gb?p4nM+pYPDXcv z$1W%g5QrqyRN;d$GD`=4N6h{irp?gM?a_45zeSIr$O1$>oB4y{% zINLJAqrBa{mzfGCo9YfV{s$K5l*ixvwC>CMuI+RhXP!|i`&-cZTwuY1qIv=Li9p$I zthh;aO|gu*;^qi^Zgy-V+}T66X4plf)b)}&>D2V&C7bfT_re>-b5z9-d}jyP*_NU5 zGCcP`+*}1jM2aa2tHP}OZQCQy${j^tRbL1uQA-kkiObtokF%o=MbnELas~(p4d#ja zZ`X%tHGzF{?+o!3yts!(j-NTzji*i6RPKuOeFHl=Yv%b6&J4`9Z_8TWvL1%(gB`>~ z@d78W##^wzJDz3+_Zx^}Zl19_h51L0d!}&lq5De>q0b8|C9mrA#~tgdfaGC@OrymN z+{?i9BE|jp@g_g#HrJv_uN%@01AlHAUVgn#%i?`X{1}#VkU|PuzVhF&DJCK}40wgD zuu1BQW$cmV_0#O$+O&5OOhm0EE5e@lFH`i}G_8$qocjWTqRhH$7gRZibpYX+> zWl29#W05&)s^6v~tUm^2Gp%gan5n6u^D`XB)zIH|JWg%zNMD;p*OqNgFW4tIicGn4 zXlD6+xZcHK?ezpz6&)5_5M?Ea%__Yot2Jd87G=_WMzn_u zOj?(|-yS%HXfle5;sW?W64|z$R^@_~C6_J11L2&auk3RH|ge~RUk{(xo<04}cEtJFe!g}W=@@k`) z(okc^bI<%^CM&XPku0nV7Q)b^q&JrzzhM zJZUSn%L~me8P+784{#lobl=O}`(DN9ou@u*X<1tgpLur|G2%3uyxi9vukL4D|5UXu zyf4p`9J@D2OS?7`iQ?Txawg~k?3w%azT8cVqjg1KPl2B|F?pI0Dv8;0PrLK$Yj*FvaVxY4g;;L2S}nJ+>Q@Hg#ih#5em>ep{=zQbF>rr zK&o4WLMB(GuY$qH5m4Ozs0YBf8b|>v!7ng1SQf15{|`=i_j;2(0T8e4Ce#`J0fEB< zXgrwCk`RsuJ=^S2?KmNT6YYri#ip4?+3_DOXD&}~?yZh(latDncO^k;n|Nq!Pok`e zcCFhW*@h9Me}4=LQM3;$eyiUhgke~)H