|
1 | 1 | <!DOCTYPE html> |
| 2 | +<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
| 3 | +<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
| 4 | +<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
| 5 | +<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
2 | 6 | <head> |
3 | | - <meta charset="utf-8"> |
4 | | - <meta name="google-site-verification" content="" /> |
5 | | - <title>{{ meta['title'] if meta and meta['title'] else title }} - Deis Documentation</title> |
6 | | - <meta name="description" content="{{ meta['description'] if meta }}" /> |
7 | | - <meta name="keywords" content="{{ meta['keywords'] if meta }}" /> |
8 | | - {%- if pagename == 'index' %} |
9 | | - <link rel="canonical" href="http://deis.io/docs/latest/"> |
10 | | - {% else %} |
11 | | - <link rel="canonical" href="http://deis.io/docs/latest/{{ pagename }}/"> |
12 | | - {% endif %} |
13 | | - <link rel="stylesheet" href="{{ pathto('_static/css/bootstrap.min.css', 1) }}" type="text/css" /> |
14 | | - <link rel="stylesheet" href="{{ pathto('_static/css/deis.css', 1) }}" type="text/css" /> |
15 | | - <link rel="stylesheet" href="{{ pathto('_static/css/bootstrap-responsive.min.css', 1) }}" type="text/css" /> |
16 | | - <link rel="shortcut icon" href="{{ pathto('_static/favicon.ico', 1) }}"/> |
17 | | - {%- block extrahead %}{% endblock %} |
| 7 | + <meta charset="utf-8"> |
| 8 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 9 | + <title> » Overview</title> |
| 10 | + <meta name="description" content=""> |
| 11 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 12 | + <link rel="stylesheet" href="http://deis.io/wp-content/themes/deis/css/bootstrap.css"> |
| 13 | + <link rel="stylesheet" href="http://deis.io/wp-content/themes/deis/css/bootstrap-responsive.css"> |
| 14 | + <link rel="stylesheet" href="http://deis.io/wp-content/themes/deis/css/main.css"> |
| 15 | + <link rel="pingback" href="http://deis.io/xmlrpc.php" /> |
| 16 | + <link rel="shortcut icon" href="http://deis.io/wp-content/themes/deis/img/favicon.ico"/> |
| 17 | + |
| 18 | + |
| 19 | + <script src="http://deis.io/wp-content/themes/deis/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script> |
| 20 | + <meta name='robots' content='noindex,nofollow' /> |
| 21 | +<link rel="alternate" type="application/rss+xml" title="Deis » Overview Comments Feed" href="http://deis.io/overview/feed/" /> |
| 22 | +<link rel='stylesheet' id='admin-bar-css' href='http://deis.io/wp-includes/css/admin-bar.min.css?ver=3.5.2' type='text/css' media='all' /> |
| 23 | +<link rel='stylesheet' id='core3.0-css' href='http://deis.io/wp-content/plugins/wp-syntaxhighlighter/syntaxhighlighter3/styles/shCore.css?ver=3.0' type='text/css' media='all' /> |
| 24 | +<link rel='stylesheet' id='core-Default3.0-css' href='http://deis.io/wp-content/plugins/wp-syntaxhighlighter/syntaxhighlighter3/styles/shCoreDefault.css?ver=3.0' type='text/css' media='all' /> |
| 25 | +<link rel='stylesheet' id='theme-Default3.0-css' href='http://deis.io/wp-content/plugins/wp-syntaxhighlighter/syntaxhighlighter3/styles/shThemeDefault.css?ver=3.0' type='text/css' media='all' /> |
| 26 | +<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://deis.io/xmlrpc.php?rsd" /> |
| 27 | +<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://deis.io/wp-includes/wlwmanifest.xml" /> |
| 28 | +<link rel='prev' title='Home' href='http://deis.io/' /> |
| 29 | +<link rel='next' title='Get Deis' href='http://deis.io/get-deis/' /> |
| 30 | +<link rel='canonical' href='http://deis.io/overview/' /> |
| 31 | +<style type="text/css" media="print">#wpadminbar { display:none; }</style> |
| 32 | +<style type="text/css" media="screen"> |
| 33 | + html { margin-top: 28px !important; } |
| 34 | + * html body { margin-top: 28px !important; } |
| 35 | +</style> |
18 | 36 | </head> |
19 | | - |
20 | | -<body> |
21 | | - |
22 | | -<div class="navbar navbar-fixed-top"> |
23 | | - <div class="navbar-dotcloud"> |
24 | | - <div class="container" style="text-align: center;"> |
25 | | - |
26 | | - <div style="float: right" class="pull-right"> |
27 | | - <ul class="nav"> |
28 | | - <li id="nav-introduction"><a href="http://deis.io/" title="Deis Home">Home</a></li> |
29 | | - <li id="nav-about"><a href="http://deis.io" title="About">About</a></li> |
30 | | - <li id="nav-documentation" class="active"><a href="http://deis.io/docs/latest/">Documentation</a></li> |
31 | | - <li id="nav-blog"><a href="http://deis.io/blog" title="Deis Blog">Blog</a></li> |
32 | | - </ul> |
| 37 | +<body style="zoom: 1;"> |
| 38 | + <!--[if lt IE 7]> |
| 39 | + <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> |
| 40 | + <![endif]--> |
| 41 | + |
| 42 | + <a class="fork" href="http://github.com/opdemand/deis"><img src="http://deis.io/wp-content/themes/deis/img/fork.png" alt="GitHub Fork Button"></a> |
| 43 | + <div class="container"> |
| 44 | + <div class="row"> |
| 45 | + <div class="span3 hoop"> |
| 46 | + <div class="nav-border top-spacing"> |
| 47 | + <ul class="nav nav-list menu"> |
| 48 | + <li><a href="/"><img class="logo" src="http://deis.io/wp-content/themes/deis/img/menu-logo.png" alt="deis logo"></a></li> |
| 49 | + <li class="divider"></li> |
| 50 | + <li class="navitem"><a href="http://deis.io/overview/">Overview</a></li> |
| 51 | + <li class="divider"></li> |
| 52 | + <li class="navitem"><a href="http://deis.io/get-deis/">Get Deis</a></li> |
| 53 | + <li class="divider"></li> |
| 54 | + <li class="navitem"><a href="http://deis.io/get-involved/">Get Involved</a></li> |
| 55 | + <li class="divider"></li> |
| 56 | + <li class="navitem selected green"><a href="/">Documentation</a></li> |
| 57 | + <li class="divider"></li> |
| 58 | + <li class="navitem"><a href="http://deis.io/blog/">Blog</a></li> |
| 59 | + <li class="divider"></li> |
| 60 | + <div style="clear:both;"></div> |
| 61 | + </ul> |
| 62 | + |
| 63 | + <div class="social-menu"> |
| 64 | + <a href="https://twitter.com/opendeis" target="_blank"><span class="twitter"></span></a> |
| 65 | + <a href="http://freenode.net" target="_blank"><span class="irc"></span></a> |
| 66 | + <a href="https://github.com/opdemand/deis" target="_blank"><span class="github"></span></a> |
| 67 | + <a href="http://stackoverflow.com/" target="_blank"><span class="stack"></span></a> |
| 68 | + </div> |
| 69 | + |
| 70 | + <div class="byline-menu"> |
| 71 | + <a href="" ><span class="cloud-logo"></span></a> |
| 72 | + <p>Deis is a project by<br>OpDemand</p> |
| 73 | + </div> |
| 74 | + </div> |
33 | 75 | </div> |
34 | 76 |
|
35 | | - <div style="margin-left: -12px; float: left;"> |
36 | | - <a href="http://deis.io" title="Deis Home"><img style="margin-top: 0px; height: 60px; margin-left: 10px;" src="{{ pathto('_static/img/deis_logo.png', 1) }}"></a> |
| 77 | + <div class="span9 hoop"> |
| 78 | + <div>{% block body %}{% endblock %}</div> |
37 | 79 | </div> |
38 | | - </div> |
39 | | - |
40 | | - </div> |
41 | | -</div> |
42 | | - |
43 | | - |
44 | | -<div class="container"> |
45 | | - <div class="row"> |
46 | | - <div class="span12 titlebar"> |
47 | | - <div class="pull-right" id="fork-us" style="margin-top: 16px; margin-right: 16px;"> |
48 | | - <a href="http://github.com/opdemand/deis/"><img src="{{ pathto('_static/img/fork.png', 1) }}"> Fork us on Github</a> |
49 | | - </div> |
50 | | - <h1 class="pageheader"><a href="http://deis.io/docs/latest/" title="Documentation" style="color: white;">DOCUMENTATION</a></h1> |
51 | | - |
52 | | - </div> |
53 | | - </div> |
54 | | - |
55 | | -</div> |
56 | | - |
57 | | -<div class="container"> |
58 | | - |
59 | | - <!-- Docs nav |
60 | | - ================================================== --> |
61 | | - <div class="row" style="position: relative"> |
62 | | - |
63 | | - <div class="span3 sidebar bs-docs-sidebar"> |
64 | | - {{ toctree(collapse=False, maxdepth=3) }} |
65 | | - </div> |
66 | | - |
67 | | - <!-- body block --> |
68 | | - <div class="span9"> |
69 | | - |
70 | | - <!-- Main section |
71 | | - ================================================== --> |
72 | | - <section id="global" class="containerblock"> |
73 | | - {% block body %}{% endblock %} |
74 | | - </section> |
75 | | - |
76 | | - </div> |
77 | | - </div> |
78 | | -</div> |
79 | | - |
80 | | -<div id="footer" class="container" > |
81 | | - <div class="row"> |
82 | | - |
83 | | - <div class="span12 footer"> |
84 | | - <div class="tbox textright forceleftmargin social links pull-right"> |
85 | | - <a class="twitter" href="http://twitter.com/opdemand">Twitter</a> |
86 | | - <a class="github" href="https://github.com/opdemand/deis/">GitHub</a> |
87 | | - </div> |
88 | | - |
89 | | - <a href="http://www.opdemand.com">OpDemand</a> sponsors and maintains the deis project |
90 | | - |
91 | | - </div> |
92 | | - </div> |
93 | | -</div> |
94 | | - |
95 | | -<!-- js --> |
96 | | -<script type="text/javascript" src="/_static/js/jquery-2.0.3.js"></script> |
97 | | -<script type="text/javascript" src="/_static/js/bootstrap.min.js"></script> |
98 | 80 |
|
99 | | -</body> |
| 81 | + </div> <!-- .row --> |
| 82 | + </div> <!-- .main_section container--> |
| 83 | + |
| 84 | + <footer> |
| 85 | + </footer> |
| 86 | + |
| 87 | + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> |
| 88 | + <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script> |
| 89 | + |
| 90 | + <script src="http://deis.io/wp-content/themes/deis/js/vendor/bootstrap.min.js"></script> |
| 91 | + |
| 92 | + <script src="http://deis.io/wp-content/themes/deis/js/plugins.js"></script> |
| 93 | + <script src="http://deis.io/wp-content/themes/deis/js/main.js"></script> |
| 94 | + |
| 95 | + <script> |
| 96 | + var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; |
| 97 | + (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; |
| 98 | + g.src='//www.google-analytics.com/ga.js'; |
| 99 | + s.parentNode.insertBefore(g,s)}(document,'script')); |
| 100 | + </script> |
| 101 | + |
| 102 | + <script> |
| 103 | + $(function(){ |
| 104 | + boxes = $('.hoop'); |
| 105 | + maxHeight = Math.max.apply( |
| 106 | + Math, boxes.map(function() { |
| 107 | + return $(this).height(); |
| 108 | + }).get()); |
| 109 | + boxes.height(maxHeight); |
| 110 | + |
| 111 | + if (maxHeight > 800) { |
| 112 | + newMargin = maxHeight - 451 - 133 - 30; |
| 113 | + $('.social-menu').css({'margin-top': newMargin}) |
| 114 | + } else { |
| 115 | + $('.social-menu').css({'margin-top': 271}) |
| 116 | + } |
| 117 | + }); |
| 118 | + </script> |
| 119 | + |
| 120 | + </body> |
100 | 121 | </html> |
0 commit comments