~canonical-core-docs/clouddocs/trunk

« back to all changes in this revision

Viewing changes to resources/templates/Template-pdf

  • Committer: evilnick
  • Date: 2014-05-07 19:16:22 UTC
  • Revision ID: nick.veitch@canonical.com-20140507191622-o3jnxtd3gskpux62
added pdf template

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype html>
 
2
<!--[if lt IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en" dir="ltr"> <![endif]-->
 
3
<!--[if IE 7]>    <html class="no-js lt-ie10 lt-ie9 lt-ie8" lang="en" dir="ltr"> <![endif]-->
 
4
<!--[if IE 8]>    <html class="no-js lt-ie10 lt-ie9" lang="en" dir="ltr"> <![endif]-->
 
5
<!--[if IE 9]>    <html class="no-js lt-ie10" lang="en" dir="ltr"> <![endif]-->
 
6
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]-->
 
7
<head>
 
8
 
 
9
<meta charset="UTF-8" />
 
10
<meta name="description" content="Building an OpenStack cloud with Ubuntu OpenStack is the best way to get the most out of any public or private cloud deployment." />
 
11
<meta name="keywords" content="OpenStack, Cloud, Ubuntu OpenStack, private cloud, public cloud, open-source,  IAAS, infrastructure, service, Ubuntu, Ubuntu cloud Infrastructure, Ubuntu cloud Guest, Juju, Maas, orchestration, deployment, provisioning, Jumpstart" />
 
12
<meta name="author" content="Canonical" />
 
13
 
 
14
<!--[if IE]>
 
15
<meta http-equiv="X-UA-Compatible" content="IE=8">
 
16
<![endif]-->
 
17
 
 
18
<title>Ubuntu Cloud Documentation</title>
 
19
 
 
20
<link rel="shortcut icon" href="http://assets.ubuntu.com/sites/ubuntu/latest/u/img/favicon.ico" type="image/x-icon" />
 
21
<link href='http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono' rel='stylesheet' type='text/css' />
 
22
<link rel="stylesheet" type="text/css" media="screen" href="http://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css" />
 
23
<link rel="stylesheet" type="text/css" media="screen" href="http://assets.ubuntu.com/sites/ubuntu/latest/u/css/global.css" />
 
24
<link rel="stylesheet" type="text/css" media="screen" href="http://assets.ubuntu.com/sites/ubuntu/latest/u/css/styles.css" />
 
25
<link rel="stylesheet" type="text/css" media="print" href="http://assets.ubuntu.com/sites/ubuntu/latest/u/css/core-print.css" />
 
26
 
 
27
<!-- specific clouddocs additions -->
 
28
<link rel="stylesheet" type="text/css" media="screen" href="../includes/css/cloudtweaks.css" />
 
29
 
 
30
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://assets.ubuntu.com/sites/ubuntu/latest/img/apple-touch-icon-144x144-precomposed.png">
 
31
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://assets.ubuntu.com/sites/ubuntu/latest/img/apple-touch-icon-114x114-precomposed.png">
 
32
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://assets.ubuntu.com/sites/ubuntu/latest/img/apple-touch-icon-72x72-precomposed.png">
 
33
<link rel="apple-touch-icon-precomposed" href="http://assets.ubuntu.com/sites/ubuntu/latest/img/apple-touch-icon-precomposed.png">
 
34
<link type="text/plain" rel="author" href="http://assets.ubuntu.com/sites/ubuntu/latest/files/humans.txt" />
 
35
 
 
36
<!-- modernizr -->
 
37
<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/plugins/modernizr.2.7.1.js"></script>
 
38
 
 
39
<!--[if lt IE 9]>
 
40
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" /></script>
 
41
<![endif]-->
 
42
 
 
43
<!-- Remove no-js class from <html> (Copied from Modernizr) -->
 
44
<script>
 
45
    var html = document.getElementsByTagName("html")[0];
 
46
    var reJS = new RegExp('(^|\\s)no-js(\\s|$)');
 
47
    html.className = html.className.replace(reJS, '$1js$2');
 
48
</script>
 
49
 
 
50
</head>
 
51
<body class="cloud  cloud-home">
 
52
 
 
53
<header class="banner global" role="banner">
 
54
 
 
55
        <nav role="navigation" class="nav-primary nav-right">
 
56
                <div class="logo">
 
57
                        <a class="logo-ubuntu" href="/">
 
58
                                <img width="106" height="25" src="http://assets.ubuntu.com/sites/ubuntu/latest/u/img/logos/logo-ubuntu-orange.png" alt="" />
 
59
                        </a>
 
60
                </div>
 
61
                
 
62
        </nav>
 
63
 
 
64
</header>
 
65
<div class="wrapper">
 
66
<div id="main-content" class="inner-wrapper">
 
67
 
 
68
 
 
69
<nav role="navigation" class="nav-secondary clearfix">
 
70
 
 
71
</nav>
 
72
 
 
73
 
 
74
 
 
75
 
 
76
<!-- start of your content -->
 
77
<div class="row">
 
78
%%CONTENT%%
 
79
</div>
 
80
<!-- end of your content -->
 
81
 
 
82
 
 
83
</div><!-- /.inner-wrapper -->
 
84
</div><!-- /.wrapper -->
 
85
 
 
86
<!-- footer content goes here -->
 
87
 
 
88
<footer class="global clearfix">
 
89
 
 
90
<div class="legal clearfix">
 
91
 <p class="twelve-col">&copy; 2014 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.</p>
 
92
 <ul class="inline clear">
 
93
         <li><a href="/intellectual-property-policy">Intellectual property rights policy</a></li>
 
94
         <li><a href="/legal">Legal information</a></li>
 
95
         <li><a accesskey="8" href="/privacy-policy">Privacy policy</a></li>
 
96
        </ul>
 
97
<span class="accessibility-aid"><a href="#">Got to the top of the page</a></span>
 
98
</div><!-- /.legal -->
 
99
</footer>       
 
100
 
 
101
 
 
102
<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/plugins/yui-combined.min.js"></script>
 
103
 
 
104
<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/core.js"></script>
 
105
<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/scratch.js"></script>
 
106
<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/global.js"></script>
 
107
 
 
108
 
 
109
 
 
110
 
 
111
</body>
 
112
</html>