diff options
Diffstat (limited to 'src/talks/index/index.html')
-rw-r--r-- | src/talks/index/index.html | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/src/talks/index/index.html b/src/talks/index/index.html new file mode 100644 index 0000000..47b9774 --- /dev/null +++ b/src/talks/index/index.html | |||
@@ -0,0 +1,74 @@ | |||
1 | <!doctype html> | ||
2 | <html lang="en"> | ||
3 | |||
4 | <head> | ||
5 | <meta charset="utf-8"> | ||
6 | |||
7 | <title>Monty Taylor Conference Talks</title> | ||
8 | |||
9 | <meta name="apple-mobile-web-app-capable" content="yes" /> | ||
10 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | ||
11 | |||
12 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
13 | |||
14 | <link rel="stylesheet" href="css/reveal.css"> | ||
15 | <link rel="stylesheet" href="css/theme/openstack.css" id="theme"> | ||
16 | |||
17 | <!-- For syntax highlighting --> | ||
18 | <link rel="stylesheet" href="lib/css/zenburn.css"> | ||
19 | |||
20 | <!-- If the query includes 'print-pdf', include the PDF print sheet --> | ||
21 | <script> | ||
22 | if( window.location.search.match( /print-pdf/gi ) ) { | ||
23 | var link = document.createElement( 'link' ); | ||
24 | link.rel = 'stylesheet'; | ||
25 | link.type = 'text/css'; | ||
26 | link.href = 'css/print/pdf.css'; | ||
27 | document.getElementsByTagName( 'head' )[0].appendChild( link ); | ||
28 | } | ||
29 | </script> | ||
30 | |||
31 | |||
32 | <script src="js/jquery-1.7.2.min.js" charset="utf-8" type="text/javascript"></script> | ||
33 | <script src="js/raphael-min.js" type="text/javascript" charset="utf-8"></script> | ||
34 | |||
35 | </head> | ||
36 | <body> | ||
37 | |||
38 | <div class="reveal"> | ||
39 | <div class="slides"> | ||
40 | <section data-state="cover"> | ||
41 | <h1> Monty Taylor Conference Talks </h1> | ||
42 | |||
43 | <p><a href='http://inaugust.com/talks/os-client-config.html'>os-client-config lightning talk</a></p> | ||
44 | <p><a href='http://inaugust.com/talks/ansible-cloud.html'>Using Ansible to Manage Cloud Applications</a></p> | ||
45 | <p><a href='http://inaugust.com/talks/tripleo-ansible.html'>Deploying OpenStack using TripleO and Ansible</a></p> | ||
46 | <p><a href='http://inaugust.com/talks/lemmings.html'>Lemmings, Think Different and Why Free Software is Important</a></p> | ||
47 | <p><a href='http://inaugust.com/talks/product-management.html'>Liberty, Product Management and OpenStack Technology</a></p> | ||
48 | <p><a href='http://inaugust.com/talks/now-what.html'>OpenStack works ... so now what?</a></p> | ||
49 | <p><a href='http://inaugust.com/talks/glean.html'>glean: a minimal non-cloud-init cloud-init</a></p> | ||
50 | <p><a href='http://inaugust.com/talks/a-vision-for-the-future.html'>OpenStack: a vision for the future</a> | ||
51 | |||
52 | </section> | ||
53 | </div> | ||
54 | <div class="footer"> | ||
55 | <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | ||
56 | <img alt="Creative Commons License" | ||
57 | style="border-width:0" | ||
58 | src="https://i.creativecommons.org/l/by/4.0/88x31.png" /> | ||
59 | </a><br /> | ||
60 | Licensed under a | ||
61 | <a rel="license" | ||
62 | href="http://creativecommons.org/licenses/by/4.0/"> | ||
63 | Creative Commons Attribution 4.0 International License | ||
64 | </a>. | ||
65 | <br /> | ||
66 | Source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
67 | </div> | ||
68 | </div> | ||
69 | <script src="lib/js/head.min.js"></script> | ||
70 | <script src="js/reveal.js"></script> | ||
71 | |||
72 | <script src="js/this.js"></script> | ||
73 | |||
74 | </html> | ||