summaryrefslogtreecommitdiff
path: root/src/a-vision-for-the-future/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/a-vision-for-the-future/index.html')
-rw-r--r--src/a-vision-for-the-future/index.html22
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>