diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..7398012 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: ./www/bin \ No newline at end of file diff --git a/views/index.jade b/views/index.jade index c91ce3d..1e9be6e 100644 --- a/views/index.jade +++ b/views/index.jade @@ -15,7 +15,7 @@ block content div.pull-left.icon-full-width i.icon-bulb div.pull-left - span.small-title nodes active + span.small-title active nodes span.big-details {{nodesActive}}/{{nodesTotal}} div.clearfix div.col-xs-6.stat-holder diff --git a/views/layout.jade b/views/layout.jade index 741df8f..0052136 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -3,7 +3,7 @@ html(ng-app="netStatsApp") head meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0") title= title - link(rel='stylesheet', href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700') + link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700') link(rel='stylesheet', href='/css/bootstrap.min.css') link(rel='stylesheet', href='/css/minimal-icons.css') link(rel='stylesheet', href='/css/animation.css')