Skip to content

Commit

Permalink
- updated "feature page" with new feature descriptions and label
Browse files Browse the repository at this point in the history
- added some new images to the "feature gallery"
- removed "beta" status from "magnetizing" feature on map menu
- hide "server status" panel on "mobile" breakpoint
  • Loading branch information
exodus4d committed May 7, 2016
1 parent dfd1e85 commit e2ccb04
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 106 deletions.
7 changes: 1 addition & 6 deletions js/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,7 @@ define([
onEnable: 'initMagnetizer', // jQuery extension function
onDisable: 'destroyMagnetizer' // jQuery extension function
});
}).append(
$('<span>',{
class: ['badge', 'bg-color', 'bg-color-orange', 'pull-right'].join(' '),
html: '&beta;'
})
)
})
).append(
$('<a>', {
class: 'list-group-item',
Expand Down
4 changes: 2 additions & 2 deletions public/css/pathfinder.css

Large diffs are not rendered by default.

Binary file added public/img/landing/login_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/landing/route_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/landing/route_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/landing/settings_2.jpg
Binary file not shown.
Binary file added public/img/landing/thumbs/login_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/landing/thumbs/route_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/landing/thumbs/route_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/landing/thumbs/settings_2.jpg
Binary file not shown.
7 changes: 1 addition & 6 deletions public/js/v1.0.0RC3/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,7 @@ define([
onEnable: 'initMagnetizer', // jQuery extension function
onDisable: 'destroyMagnetizer' // jQuery extension function
});
}).append(
$('<span>',{
class: ['badge', 'bg-color', 'bg-color-orange', 'pull-right'].join(' '),
html: '&beta;'
})
)
})
).append(
$('<a>', {
class: 'list-group-item',
Expand Down
2 changes: 1 addition & 1 deletion public/templates/ui/server_panel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="{{ serverPanelId }}">
<div id="{{ serverPanelId }}" class="hidden-xs">
<h4 class="text-center">{{ serverName }}</h4>
<ul class="fa-ul">
{{#serviceStatus}}
Expand Down
179 changes: 89 additions & 90 deletions public/templates/view/login.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sass/layout/_landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

// lists
.pf-landing-list{
li i{
li > i{
@extend .fa-li;
@extend .fa;
@extend .fa-fw;
Expand Down

0 comments on commit e2ccb04

Please sign in to comment.