diff --git a/endpoints/web.py b/endpoints/web.py index 347969268..5b09bde22 100644 --- a/endpoints/web.py +++ b/endpoints/web.py @@ -91,6 +91,11 @@ def signin(): return index('') +@app.route('/contact/') +def contact(): + return index('') + + @app.route('/new/') def new(): return index('') diff --git a/static/js/app.js b/static/js/app.js index 720a1fe5b..3470fb2e8 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -544,6 +544,8 @@ quayApp = angular.module('quay', ['ngRoute', 'restangular', 'angularMoment', 'an reloadOnSearch: false, controller: UserAdminCtrl}). when('/guide/', {title: 'Guide', description:'Guide to using private docker repositories on Quay.io', templateUrl: '/static/partials/guide.html', controller: GuideCtrl}). + when('/contact/', {title: 'Contact Us', description:'Different ways for you to get a hold of us when you need us most.', templateUrl: '/static/partials/contact.html', + controller: ContactCtrl}). when('/plans/', {title: 'Plans and Pricing', description: 'Plans and pricing for private docker repositories on Quay.io', templateUrl: '/static/partials/plans.html', controller: PlansCtrl}). when('/security/', {title: 'Security', description: 'Security features used when transmitting and storing data', diff --git a/static/js/controllers.js b/static/js/controllers.js index 196668b6f..c4611fdbf 100644 --- a/static/js/controllers.js +++ b/static/js/controllers.js @@ -61,6 +61,9 @@ function GuideCtrl($scope) { function SecurityCtrl($scope) { } +function ContactCtrl($scope) { +} + function RepoListCtrl($scope, Restangular, UserService) { $scope.namespace = null; diff --git a/static/partials/contact.html b/static/partials/contact.html new file mode 100644 index 000000000..4749b5028 --- /dev/null +++ b/static/partials/contact.html @@ -0,0 +1,32 @@ +
For sales or technical support, please use one of the following methods.
+