diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-08-01 00:35:39 +1000 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-08-01 00:35:39 +1000 |
commit | e51d88e3bcda4f4cfd5173ff1d6dc58f37fd96ca (patch) | |
tree | 789250d13f6a1bcc849f00f0206972ad7742dddc /src/a-vision-for-the-future | |
parent | fb9c02623e72c9bf6c8dffb8cdac7f7fc0ac1823 (diff) |
Get first talk mostly working
Diffstat (limited to 'src/a-vision-for-the-future')
-rw-r--r-- | src/a-vision-for-the-future/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/a-vision-for-the-future/index.html b/src/a-vision-for-the-future/index.html index cc5280b..88fdbe5 100644 --- a/src/a-vision-for-the-future/index.html +++ b/src/a-vision-for-the-future/index.html | |||
@@ -13,11 +13,11 @@ | |||
13 | 13 | ||
14 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
15 | 15 | ||
16 | <link rel="stylesheet" href="../css/reveal.min.css"> | 16 | <link rel="stylesheet" href="/css/reveal.css"> |
17 | <link rel="stylesheet" href="../css/theme/openstack.css" id="theme"> | 17 | <link rel="stylesheet" href="/css/theme/openstack.css" id="theme"> |
18 | 18 | ||
19 | <!-- For syntax highlighting --> | 19 | <!-- For syntax highlighting --> |
20 | <link rel="stylesheet" href="../lib/css/zenburn.css"> | 20 | <link rel="stylesheet" href="/lib/css/zenburn.css"> |
21 | 21 | ||
22 | <!-- If the query includes 'print-pdf', include the PDF print sheet --> | 22 | <!-- If the query includes 'print-pdf', include the PDF print sheet --> |
23 | <script> | 23 | <script> |
@@ -25,8 +25,8 @@ | |||
25 | link.rel = 'stylesheet'; | 25 | link.rel = 'stylesheet'; |
26 | link.type = 'text/css'; | 26 | link.type = 'text/css'; |
27 | link.href = | 27 | link.href = |
28 | window.location.search.match(/print-pdf/gi) ? '../css/print/pdf.css' : | 28 | window.location.search.match(/print-pdf/gi) ? '/css/print/pdf.css' : |
29 | '../css/print/paper.css'; | 29 | '/css/print/paper.css'; |
30 | document.getElementsByTagName('head')[0].appendChild(link); | 30 | document.getElementsByTagName('head')[0].appendChild(link); |
31 | </script> | 31 | </script> |
32 | </head> | 32 | </head> |
@@ -56,12 +56,12 @@ | |||
56 | 56 | ||
57 | 57 | ||
58 | <section> | 58 | <section> |
59 | <img src="images/openstack-cloud-software-vertical-large.png" /> | 59 | <img src="/images/openstack-cloud-software-vertical-large.png" /> |
60 | </section> | 60 | </section> |
61 | 61 | ||
62 | <section id="who-am-i-openstack" class="slide level2"> | 62 | <section id="who-am-i-openstack" class="slide level2"> |
63 | <h1>Who am I?</h1> | 63 | <h1>Who am I?</h1> |
64 | <img style="float:right; margin-right:24pt" src="images/openstack-cloud-software-vertical-large.png" /> | 64 | <img style="float:right; margin-right:24pt" src="/images/openstack-cloud-software-vertical-large.png" /> |
65 | <p>Technical Committee</p> | 65 | <p>Technical Committee</p> |
66 | <p>Foundation Board of Directors</p> | 66 | <p>Foundation Board of Directors</p> |
67 | <p>Developer Infrastructure Core Team</p> | 67 | <p>Developer Infrastructure Core Team</p> |
@@ -70,7 +70,7 @@ | |||
70 | 70 | ||
71 | <section id="who-am-i-openstack" class="slide level2"> | 71 | <section id="who-am-i-openstack" class="slide level2"> |
72 | <h1>Who am I?</h1> | 72 | <h1>Who am I?</h1> |
73 | <img style="float:right; margin-right:24pt" src="images/image39.JPG" /> | 73 | <img style="float:right; margin-right:24pt" src="/images/image39.jpg" /> |
74 | <p>Undergrad Degree in Theatre Directing</p> | 74 | <p>Undergrad Degree in Theatre Directing</p> |
75 | <p>Grad School at CalArts for Lighting Design</p> | 75 | <p>Grad School at CalArts for Lighting Design</p> |
76 | <p>Member of the Satori Group</p> | 76 | <p>Member of the Satori Group</p> |
@@ -488,10 +488,10 @@ | |||
488 | 488 | ||
489 | </div> | 489 | </div> |
490 | 490 | ||
491 | <script src="../lib/js/head.min.js"></script> | 491 | <script src="/lib/js/head.min.js"></script> |
492 | <script src="../js/reveal.min.js"></script> | 492 | <script src="/js/reveal.js"></script> |
493 | 493 | ||
494 | <script src="../js/this.js"></script> | 494 | <script src="/js/this.js"></script> |
495 | 495 | ||
496 | </body> | 496 | </body> |
497 | </html> | 497 | </html> |