diff --git a/endpoints/web.py b/endpoints/web.py index 9550266c9..ad1c0571c 100644 --- a/endpoints/web.py +++ b/endpoints/web.py @@ -88,6 +88,12 @@ def contact(): return index('') +@web.route('/about/') +@no_cache +def about(): + return index('') + + @web.route('/new/') @no_cache def new(): diff --git a/static/css/quay.css b/static/css/quay.css index 7ee169fdf..eac3a8c64 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -2723,4 +2723,34 @@ p.editable:hover i { .contact-options { margin-top: 60px; -} \ No newline at end of file +} + +.contact-options .option-twitter .fa-circle { + color: #00b0ed; +} + +.contact-options .option-phone .fa-circle { + color: #1dd924; +} + +.contact-options .option-irc .fa-circle { + color: #e52f00; +} + +.contact-options .option-email .fa-circle { + color: #1b72f1; +} + +.about-us .row { + margin-bottom: 30px; +} + +.about-basic-icon { + display: inline-block; + margin-right: 10px; + color: #555; +} + +.about-basic-text { + display: inline-block; +} diff --git a/static/js/app.js b/static/js/app.js index 31f75158c..eb075afc1 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -783,15 +783,14 @@ quayApp = angular.module('quay', ['ngRoute', 'chieffancypants.loadingBar', 'rest templateUrl: '/static/partials/repo-list.html', controller: RepoListCtrl}). when('/user/', {title: 'Account Settings', description:'Account settings for Quay.io', templateUrl: '/static/partials/user-admin.html', 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('/guide/', {title: 'Guide', description:'Guide to using private docker repositories on Quay.io', templateUrl: '/static/partials/guide.html'}). + 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'}). + when('/about/', {title: 'About Us', description:'Information about the Quay.io team and the company.', templateUrl: '/static/partials/about.html'}). 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', - templateUrl: '/static/partials/security.html', controller: SecurityCtrl}). - when('/signin/', {title: 'Sign In', description: 'Sign into Quay.io', templateUrl: '/static/partials/signin.html', controller: SigninCtrl}). + templateUrl: '/static/partials/security.html'}). + when('/signin/', {title: 'Sign In', description: 'Sign into Quay.io', templateUrl: '/static/partials/signin.html'}). when('/new/', {title: 'Create new repository', description: 'Create a new public or private docker repository, optionally constructing from a dockerfile', templateUrl: '/static/partials/new-repo.html', controller: NewRepoCtrl}). when('/organizations/', {title: 'Organizations', description: 'Private docker repository hosting for businesses and organizations', diff --git a/static/js/controllers.js b/static/js/controllers.js index fc79963d1..e468faba8 100644 --- a/static/js/controllers.js +++ b/static/js/controllers.js @@ -15,9 +15,6 @@ $.fn.clipboardCopy = function() { }); }; -function SigninCtrl($scope) { -}; - function PlansCtrl($scope, $location, UserService, PlanService) { // Load the list of plans. PlanService.getPlans(function(plans) { @@ -42,15 +39,6 @@ function PlansCtrl($scope, $location, UserService, PlanService) { }; } -function GuideCtrl($scope) { -} - -function SecurityCtrl($scope) { -} - -function ContactCtrl($scope) { -} - function RepoListCtrl($scope, $sanitize, Restangular, UserService, ApiService) { $scope.namespace = null; $scope.page = 1; diff --git a/static/partials/about.html b/static/partials/about.html new file mode 100644 index 000000000..f59865cae --- /dev/null +++ b/static/partials/about.html @@ -0,0 +1,78 @@ +
+

+ About Us +

+ +
+
+

The Basics

+
+
+
+
+ Founded
+ 2012 +
+
+
+
+
+ Location
+ New York City, NY +
+
+
+
+
+ Worker Bees
+ 2 +
+
+
+ +
+
+

Our Story

+

Quay.io was originally created out of necessesity when we wanted to use Docker containers with DevTable IDE. We were using Docker containers to host and isolate server processes invoked on behalf of our users and often running their code. We started by building the Docker image dynamically whenever we spun up a new host node. The image was monolithic. It was too large, took too long to build, and was hard to manage conflicts. It was everything that Docker wasn't supposed to be. When we decided to split it up into pre-built images and host them somewhere, we noticed that there wasn't a good place to host images securely. Determined to scratch our own itch, we built Quay.io, and officially launched it as an aside in our presentation to the Docker New York City Meetup on October 2nd, 2013.

+

Since that time, our users have demanded that Quay.io become our main focus. Our customers rely on us to make sure they can store and distribute their Docker images, and we understand that solemn responsibility. Our customers have been fantastic with giving us great feedback and suggestions. We are working as hard as we can to deliver on the promise and execute our vision of what a top notch Docker registry should be. We thank you for taking this journey with us.

+
+
+ +
+
+

The Team

+ Our team is composed of two software engineers turned entrepreneurs: +
+
+
+
+

Jacob Moshenko
+ Co-Founder

+
+ +
+ +
+
+

Jacob graduated from The University of Michigan with a Bachelors in Computer Engineering. From there he allowed his love of flight and mountains to lure him to Seattle where he took a job with Boeing Commercial Airplanes working on the world's most accurate flight simulator. When he realized how much he also loved web development, he moved to Amazon to work on the e-commerce back-end. Finally, desiring to move to New York City, he moved to Google, where he worked on several products related to Google APIs.

+
+
+
+
+

Joseph Schorr
+ Co-Founder

+
+ +
+ +
+
+

Joseph graduated from University of Pennsylvania with a Bachelors and Masters in Computer Science. After a record setting (probably) five internships with Google, he took a full time position there to continue his work on exciting products such as Google Spreadsheets, the Google Closure Compiler, and Google APIs. Joseph was one of the original duo responsible for inventing the language and framework on which DevTable is built.

+
+
+
+
+

With a combined 10 years experience building tools for software engineers, our founding team knows what it takes to make software engineers happy doing their work. Combined with our love for the web, we are ready to make a difference in the way people think about software development in the cloud.

+
+
+
\ No newline at end of file diff --git a/static/partials/contact.html b/static/partials/contact.html index fe7a7ea33..bdc7dd159 100644 --- a/static/partials/contact.html +++ b/static/partials/contact.html @@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@

support@quay.io

-
+
@@ -23,7 +23,7 @@

Freenode: #quayio

-
+
@@ -32,7 +32,7 @@

888-930-3475

-
+
diff --git a/static/sitemap.xml b/static/sitemap.xml index db9440376..f947dd3ce 100644 --- a/static/sitemap.xml +++ b/static/sitemap.xml @@ -11,12 +11,20 @@ https://quay.io/organizations/ - monthly + weekly https://quay.io/repository/ always + + https://quay.io/contact/ + monthly + + + https://quay.io/about/ + monthly + https://quay.io/tos monthly diff --git a/templates/base.html b/templates/base.html index 731e19d18..566db647c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -116,10 +116,11 @@ var isProd = document.location.hostname === 'quay.io';