Change all Quay.io references to Quay, fix tour and change logo

Fixes #741
This commit is contained in:
Joseph Schorr 2015-11-02 14:16:04 -05:00
parent cca18f8ede
commit f6a53f7cc5
30 changed files with 56 additions and 270 deletions

View file

@ -5,7 +5,7 @@
angular.module('quayPages').config(['pages', function(pages) {
pages.create('about', 'about.html', null, {
'title': 'About Us',
'description': 'About Quay.io'
'description': 'About Us'
});
}]);
}());

View file

@ -5,7 +5,7 @@
angular.module('quayPages').config(['pages', function(pages) {
pages.create('tour', 'tour.html', TourCtrl, {
'title': 'Feature Tour',
'description': 'Take a tour of Quay.io\'s features'
'description': 'Take a tour of Quay\'s features'
});
}]);

View file

@ -6,7 +6,7 @@
pages.create('tutorial', 'tutorial.html', TutorialCtrl, {
'newLayout': true,
'title': 'Tutorial',
'description': 'Basic tutorial on using Quay.io'
'description': 'Basic tutorial on using Quay'
})
}]);