remove 3rd part files with MIT or BSD license
[functest.git] / docs / com / pres / Summit / Berlin-2016 / testapi.html
similarity index 84%
rename from docs/com/pres/testapi.html
rename to docs/com/pres/Summit/Berlin-2016/testapi.html
index c27c21d..7035d71 100755 (executable)
 
                <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
 
-               <link rel="stylesheet" href="../css/reveal.css">
-               <link rel="stylesheet" href="../css/theme/OPNFV-Berlin.css" id="theme">
+               <link rel="stylesheet" href="../../../css/reveal.css">
+               <link rel="stylesheet" href="../../../css/theme/OPNFV-Berlin.css" id="theme">
 
                <!-- Code syntax highlighting -->
-               <link rel="stylesheet" href="../lib/css/zenburn.css">
+               <link rel="stylesheet" href="../../../lib/css/zenburn.css">
 
                <!-- Printing and PDF exports -->
                <script>
                        var link = document.createElement( 'link' );
                        link.rel = 'stylesheet';
                        link.type = 'text/css';
-                       link.href = window.location.search.match( /print-pdf/gi ) ? '../css/print/pdf.css' : '../css/print/paper.css';
+                       link.href = window.location.search.match( /print-pdf/gi ) ? '../../../css/print/pdf.css' : '../../../css/print/paper.css';
                        document.getElementsByTagName( 'head' )[0].appendChild( link );
                </script>
 
@@ -40,7 +40,7 @@
                        <!-- Any section element inside of this container is displayed as a slide -->
                        <div class="slides">
 
-                               <section data-background="../img/title-bg-berlin.png" data-background-transition="none">
+                               <section data-background="../../../img/title-bg-berlin.png" data-background-transition="none">
                                        <br><br><br><br><br>
                                        <h1>Test API</h1>
                                        <h3>Clean, Easy, Complete</h3>
                                        </section>
                                        <section data-markdown>
                                                ## API in Brahmaputra
-                                               ![testapi](../img/testapi0.png)
+                                               ![testapi](../../../img/testapi0.png)
                                                https://wiki.opnfv.org/display/functest/Collection+Of+Test+Results
                                        </section>
 
                                        </section>
                                        <section data-markdown>
                                                http://testresults.opnfv.org/test/swagger/spec.html
-                                               ![alt text](../img/testapi1.png "Test API swagger interface")
+                                               ![alt text](../../../img/testapi1.png "Test API swagger interface")
                                        </section>
                                        <section>
                                                <h2>unit tests</h2>
@@ -233,17 +233,17 @@ OK
                                        </section>
                                        <section>
                                                <h3>Thank you</h3>
-                                               <img width="600"  data-src="../img/colorado.png" alt="tests">
+                                               <img width="600"  data-src="../../../img/colorado.png" alt="tests">
                                        </section>
                                </section>
                        </div>
                        <div class='footer'>
-                                <img src="../img/logo-OPNFV-Berlin.png" alt="OPNFV logo">
+                                <img src="../../../img/logo-OPNFV-Berlin.png" alt="OPNFV logo">
                        </div>
                </div>
 
-               <script src="../lib/js/head.min.js"></script>
-               <script src="../js/reveal.js"></script>
+               <script src="../../../lib/js/head.min.js"></script>
+               <script src="../../../js/reveal.js"></script>
 
                <script>
 
@@ -259,12 +259,12 @@ OK
 
                                // Optional reveal.js plugins
                                dependencies: [
-                                       { src: '../lib/js/classList.js', condition: function() { return !document.body.classList; } },
-                                       { src: '../plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
-                                       { src: '../plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
-                                       { src: '../plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
-                                       { src: '../plugin/zoom-js/zoom.js', async: true },
-                                       { src: '../plugin/notes/notes.js', async: true }
+                                       { src: '../../../lib/js/classList.js', condition: function() { return !document.body.classList; } },
+                                       { src: '../../../plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+                                       { src: '../../../plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+                                       { src: '../../../plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
+                                       { src: '../../../plugin/zoom-js/zoom.js', async: true },
+                                       { src: '../../../plugin/notes/notes.js', async: true }
                                ]
                        });