2013-09-24 22:21:14 +00:00
<!DOCTYPE html>
2013-10-14 21:50:07 +00:00
< html ng-app = "quay" >
2013-09-23 16:37:40 +00:00
< head >
2013-10-14 21:50:07 +00:00
{% block title %}
{% endblock %}
{% block added_meta %}
{% endblock %}
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2013-09-24 22:21:14 +00:00
2013-12-17 18:19:59 +00:00
< link rel = "stylesheet" href = "/static/lib/loading-bar.css" >
2014-01-15 20:40:37 +00:00
< link rel = "stylesheet" href = "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" >
2013-10-14 21:50:07 +00:00
< link rel = "stylesheet" href = "//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" >
< link href = '//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel = 'stylesheet' type = 'text/css' >
2013-09-24 22:21:14 +00:00
2013-10-14 21:50:07 +00:00
< link rel = "stylesheet" href = "/static/css/quay.css" >
2013-10-10 21:32:32 +00:00
2013-10-13 20:50:48 +00:00
<!-- Icons -->
< link rel = "shortcut icon" href = "/static/img/favicon.ico" type = "image/x-icon" / >
< link rel = "apple-touch-icon" href = "/static/img/apple-touch-icon.png" / >
< link rel = "apple-touch-icon" sizes = "57x57" href = "/static/img/apple-touch-icon-57x57.png" / >
< link rel = "apple-touch-icon" sizes = "60x60" href = "/static/img/apple-touch-icon-60x60.png" / >
< link rel = "apple-touch-icon" sizes = "72x72" href = "/static/img/apple-touch-icon-72x72.png" / >
< link rel = "apple-touch-icon" sizes = "76x76" href = "/static/img/apple-touch-icon-76x76.png" / >
< link rel = "apple-touch-icon" sizes = "114x114" href = "/static/img/apple-touch-icon-114x114.png" / >
< link rel = "apple-touch-icon" sizes = "120x120" href = "/static/img/apple-touch-icon-120x120.png" / >
< link rel = "apple-touch-icon" sizes = "144x144" href = "/static/img/apple-touch-icon-144x144.png" / >
< link rel = "apple-touch-icon" sizes = "152x152" href = "/static/img/apple-touch-icon-152x152.png" / >
<!-- /Icons -->
2013-10-14 21:50:07 +00:00
{% block added_stylesheets %}
{% endblock %}
< script src = "//code.jquery.com/jquery.js" > < / script >
< script src = "//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js" > < / script >
2013-11-19 22:06:17 +00:00
< script src = "//cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.0.0/bootbox.min.js" > < / script >
2013-10-14 21:50:07 +00:00
2013-11-19 00:03:35 +00:00
< script src = "//ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular.min.js" > < / script >
< script src = "//ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-route.min.js" > < / script >
2014-01-14 20:19:47 +00:00
< script src = "//ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-sanitize.min.js" > < / script >
2013-11-20 21:17:47 +00:00
2013-10-14 21:50:07 +00:00
< script src = "//cdn.jsdelivr.net/underscorejs/1.5.2/underscore-min.js" > < / script >
2013-12-17 18:19:59 +00:00
< script src = "//cdn.jsdelivr.net/restangular/1.2.0/restangular.min.js" > < / script >
2013-10-14 21:50:07 +00:00
2013-12-17 18:19:59 +00:00
< script src = "static/lib/loading-bar.js" > < / script >
2013-10-26 20:03:11 +00:00
< script src = "static/lib/angular-strap.min.js" > < / script >
2013-10-14 21:50:07 +00:00
< script src = "static/lib/angulartics.js" > < / script >
< script src = "static/lib/angulartics-mixpanel.js" > < / script >
2013-12-17 20:21:14 +00:00
< script src = "static/lib/angulartics-google-analytics.js" > < / script >
2014-01-20 21:12:23 +00:00
< script src = "static/lib/angular-md5.js" > < / script >
2013-10-14 21:50:07 +00:00
< script src = "static/lib/angular-moment.min.js" > < / script >
2013-11-07 05:49:13 +00:00
< script src = "static/lib/angular-cookies.min.js" > < / script >
2013-10-14 21:50:07 +00:00
< script src = "static/lib/typeahead.min.js" > < / script >
2013-10-29 23:03:36 +00:00
< script src = "static/lib/pagedown/Markdown.Converter.js" > < / script >
< script src = "static/lib/pagedown/Markdown.Editor.js" > < / script >
< script src = "static/lib/pagedown/Markdown.Sanitizer.js" > < / script >
2013-10-14 21:50:07 +00:00
{% block added_dependencies %}
{% endblock %}
2013-12-27 22:19:14 +00:00
< script type = "text/javascript" >
window.__endpoints = {{ route_data|safe }}.endpoints;
2013-12-28 19:07:44 +00:00
window.__token = '{{ csrf_token() }}';
2013-12-27 22:19:14 +00:00
< / script >
2013-10-14 21:50:07 +00:00
< script src = "static/js/app.js" > < / script >
< script src = "static/js/controllers.js" > < / script >
< script src = "static/js/graphing.js" > < / script >
<!-- start Mixpanel --> < script type = "text/javascript" >
2013-10-10 21:32:32 +00:00
var isProd = document.location.hostname === 'quay.io';
(function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;a=e.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===e.location.protocol?"https:":"http:")+'//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';f=e.getElementsByTagName("script")[0];f.parentNode.insertBefore(a,f);b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]); b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==
typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d); b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user".split(" ");for(g=0;g< i.length ; g + + ) f ( c , i [ g ] ) ;
b._i.push([a,e,d])};b.__SV=1.2}})(document,window.mixpanel||[]);
2013-10-14 21:50:07 +00:00
mixpanel.init(isProd ? "50ff2b2569faa3a51c8f5724922ffb7e" : "38014a0f27e7bdc3ff8cc7cc29c869f9", { track_pageview : false, debug: !isProd });< / script > <!-- end Mixpanel -->
2013-12-17 20:21:14 +00:00
<!-- start analytics --> < script >
2013-12-18 23:16:32 +00:00
/*
2013-12-17 20:21:14 +00:00
var isProd = document.location.hostname === 'quay.io';
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', isProd ? 'UA-34988886-5' : 'UA-34988886-4', 'quay.io');
2013-12-18 23:16:32 +00:00
*/
2013-12-17 20:21:14 +00:00
< / script >
2013-09-23 16:37:40 +00:00
< / head >
< body >
2013-11-24 01:03:08 +00:00
< div ng-class = "!fixFooter ? 'wrapper' : ''" >
2013-11-20 21:17:47 +00:00
< nav class = "navbar navbar-default header-bar" role = "navigation" > < / nav >
{% block body_content %}
{% endblock %}
2013-11-24 01:03:08 +00:00
< div ng-class = "!fixFooter ? 'push' : ''" > < / div >
2013-11-20 21:17:47 +00:00
< / div >
2013-11-24 01:03:08 +00:00
< div class = "footer-container" ng-class = "fixFooter ? 'fixed' : ''" >
2014-01-06 22:15:46 +00:00
< div class = "page-footer-padder" >
2014-01-15 21:13:50 +00:00
< nav class = "page-footer hidden-xs" >
2014-01-06 22:15:46 +00:00
< div class = "row" >
2014-01-15 19:32:51 +00:00
< div class = "col-md-8" >
2014-01-06 22:15:46 +00:00
< ul >
2014-01-21 23:40:59 +00:00
< li > < span class = "copyright" > © 2014 DevTable, LLC< / span > < / li >
2014-01-06 22:15:46 +00:00
< li > < a href = "http://blog.devtable.com/" > Blog< / a > < / li >
< li > < a href = "/tos" target = "_self" > Terms of Service< / a > < / li >
< li > < a href = "/privacy" target = "_self" > Privacy Policy< / a > < / li >
< li > < a href = "/security/" > Security< / a > < / li >
2014-01-15 19:32:51 +00:00
< li > < b > < a href = "/contact/" > Contact Us< / a > < / b > < / li >
2014-01-06 22:15:46 +00:00
< / ul >
< / div >
2014-01-15 20:43:05 +00:00
< div class = "col-md-4 logo-container" >
2014-01-06 22:15:46 +00:00
< a href = "https://devtable.com" > < img class = "dt-logo" src = "/static/img/dt-logo.png" > < / a >
< / div >
< / div > <!-- row -->
< / nav >
< / div >
2013-11-20 21:17:47 +00:00
< / div >
2013-12-26 22:45:16 +00:00
<!-- Modal message dialog -->
< div class = "modal fade" id = "couldnotloadModal" data-backdrop = "static" >
< div class = "modal-dialog" >
< div class = "modal-content" >
< div class = "modal-header" >
< h4 class = "modal-title" > Uh Oh...< / h4 >
2013-11-20 21:17:47 +00:00
< / div >
2013-12-26 22:45:16 +00:00
< div class = "modal-body" >
Something went wrong when trying to load Quay.io! Please report this to < a href = "mailto:support@quay.io" > support@quay.io< / a > .
< / div >
< div class = "modal-footer" >
< / div >
< / div > <!-- /.modal - content -->
< / div > <!-- /.modal - dialog -->
< / div > <!-- /.modal -->
2013-10-22 19:51:57 +00:00
<!-- begin olark code -->
2013-12-19 00:41:22 +00:00
{% if request.host == 'quay.io' %}
2013-10-22 19:51:57 +00:00
< script data-cfasync = "false" type = 'text/javascript' > / * < ! [ C D A T A [ * / w i n d o w . o l a r k | | ( f u n c t i o n ( c ) { v a r f = w i n d o w , d = d o c u m e n t , l = f . l o c a t i o n . p r o t o c o l = = " h t t p s : " ? " h t t p s : " : " h t t p : " , z = c . n a m e , r = " l o a d " ; v a r n t = f u n c t i o n ( ) {
f[z]=function(){
(a.s=a.s||[]).push(arguments)};var a=f[z]._={
},q=c.methods.length;while(q--){(function(n){f[z][n]=function(){
f[z]("call",n,arguments)}})(c.methods[q])}a.l=c.loader;a.i=nt;a.p={
0:+new Date};a.P=function(u){
a.p[u]=new Date-a.p[0]};function s(){
a.P(r);f[z](r)}f.addEventListener?f.addEventListener(r,s,false):f.attachEvent("on"+r,s);var ld=function(){function p(hd){
hd="head";return["< ",hd,">< /",hd,">< ",i,' onl' + 'oad="var d=',g,";d.getElementsByTagName('head')[0].",j,"(d.",h,"('script')).",k,"='",l,"//",a.l,"'",'"',">< /",i,">"].join("")}var i="body",m=d[i];if(!m){
return setTimeout(ld,100)}a.P(1);var j="appendChild",h="createElement",k="src",n=d[h]("div"),v=n[j](d[h](z)),b=d[h]("iframe"),g="document",e="domain",o;n.style.display="none";m.insertBefore(n,m.firstChild).id=z;b.frameBorder="0";b.id=z+"-loader";if(/MSIE[ ]+6/.test(navigator.userAgent)){
b.src="javascript:false"}b.allowTransparency="true";v[j](b);try{
b.contentWindow[g].open()}catch(w){
c[e]=d[e];o="javascript:var d="+g+".open();d.domain='"+d.domain+"';";b[k]=o+"void(0);"}try{
var t=b.contentWindow[g];t.write(p());t.close()}catch(x){
b[k]=o+'d.write("'+p().replace(/"/g,String.fromCharCode(92)+'"')+'");d.close();'}a.P(2)};ld()};nt()})({
loader: "static.olark.com/jsclient/loader0.js",name:"olark",methods:["configure","extend","declare","identify"]});
/* custom configuration goes here (www.olark.com/documentation) */
olark.identify('1189-336-10-9918');/*]]>*/< / script > < noscript > < a href = "https://www.olark.com/site/1189-336-10-9918/contact" title = "Contact us" target = "_blank" > Questions? Feedback?< / a > powered by < a href = "http://www.olark.com?welcome" title = "Olark live chat software" > Olark live chat software< / a > < / noscript >
2013-12-19 00:41:22 +00:00
{% endif %}
2013-10-22 19:51:57 +00:00
<!-- end olark code -->
2013-11-20 21:17:47 +00:00
2013-09-23 16:37:40 +00:00
< / body >
2013-10-14 21:50:07 +00:00
< / html >