Add framework for presentations 17/14517/5
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 23 May 2016 12:40:54 +0000 (14:40 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 23 May 2016 15:12:21 +0000 (17:12 +0200)
commitbb522c6efd9a02e611014038566b15feb28da0c8
tree6f1f7845b7c905a3db9c21a2f719d34de9a775e3
parent1ee1c30e539c02924c34bfeb2dd260993f0481b4
Add framework for presentations

Change-Id: I8ba24fb4b2a3a6c8d8c69f15a1fd9259aea4ab6c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
119 files changed:
docs/com/.gitignore [new file with mode: 0755]
docs/com/.travis.yml [new file with mode: 0755]
docs/com/CONTRIBUTING.md [new file with mode: 0755]
docs/com/Gruntfile.js [new file with mode: 0755]
docs/com/LICENSE [new file with mode: 0755]
docs/com/README.md [new file with mode: 0755]
docs/com/bower.json [new file with mode: 0755]
docs/com/css/print/paper.css [new file with mode: 0755]
docs/com/css/print/pdf.css [new file with mode: 0755]
docs/com/css/reveal.css [new file with mode: 0755]
docs/com/css/reveal.scss [new file with mode: 0755]
docs/com/css/theme/OPNFV.css [new file with mode: 0755]
docs/com/css/theme/README.md [new file with mode: 0755]
docs/com/css/theme/beige.css [new file with mode: 0755]
docs/com/css/theme/black.css [new file with mode: 0755]
docs/com/css/theme/blood.css [new file with mode: 0755]
docs/com/css/theme/league.css [new file with mode: 0755]
docs/com/css/theme/moon.css [new file with mode: 0755]
docs/com/css/theme/night.css [new file with mode: 0755]
docs/com/css/theme/serif.css [new file with mode: 0755]
docs/com/css/theme/simple.css [new file with mode: 0755]
docs/com/css/theme/sky.css [new file with mode: 0755]
docs/com/css/theme/solarized.css [new file with mode: 0755]
docs/com/css/theme/source/beige.scss [new file with mode: 0755]
docs/com/css/theme/source/black.scss [new file with mode: 0755]
docs/com/css/theme/source/blood.scss [new file with mode: 0755]
docs/com/css/theme/source/league.scss [new file with mode: 0755]
docs/com/css/theme/source/moon.scss [new file with mode: 0755]
docs/com/css/theme/source/night.scss [new file with mode: 0755]
docs/com/css/theme/source/serif.scss [new file with mode: 0755]
docs/com/css/theme/source/simple.scss [new file with mode: 0755]
docs/com/css/theme/source/sky.scss [new file with mode: 0755]
docs/com/css/theme/source/solarized.scss [new file with mode: 0755]
docs/com/css/theme/source/white.scss [new file with mode: 0755]
docs/com/css/theme/template/mixins.scss [new file with mode: 0755]
docs/com/css/theme/template/settings.scss [new file with mode: 0755]
docs/com/css/theme/template/theme.scss [new file with mode: 0755]
docs/com/css/theme/white.css [new file with mode: 0755]
docs/com/img/Functest-CI.png [new file with mode: 0644]
docs/com/img/LinuxFoundation.png [new file with mode: 0755]
docs/com/img/OPNFV.png [new file with mode: 0755]
docs/com/img/bandeau-bas.png [new file with mode: 0755]
docs/com/img/colorado.jpeg [new file with mode: 0644]
docs/com/img/colorado.png [new file with mode: 0644]
docs/com/img/jiras.png [new file with mode: 0644]
docs/com/img/jiras2.png [new file with mode: 0644]
docs/com/img/leaf.png [new file with mode: 0755]
docs/com/img/logo-OPNFV.png [new file with mode: 0755]
docs/com/img/matrix.png [new file with mode: 0644]
docs/com/img/opnfv_how_to_functest1.png [new file with mode: 0644]
docs/com/img/reporting.png [new file with mode: 0644]
docs/com/img/teamSummitBerlin.png [new file with mode: 0644]
docs/com/img/title-bg.jpg [new file with mode: 0644]
docs/com/img/title-bg.png [new file with mode: 0755]
docs/com/img/wordle-opnfv2.png [new file with mode: 0644]
docs/com/js/reveal.js [new file with mode: 0755]
docs/com/lib/css/zenburn.css [new file with mode: 0755]
docs/com/lib/font/league-gothic/LICENSE [new file with mode: 0755]
docs/com/lib/font/league-gothic/league-gothic.css [new file with mode: 0755]
docs/com/lib/font/league-gothic/league-gothic.eot [new file with mode: 0755]
docs/com/lib/font/league-gothic/league-gothic.ttf [new file with mode: 0755]
docs/com/lib/font/league-gothic/league-gothic.woff [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/LICENSE [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-italic.eot [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-italic.ttf [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-italic.woff [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-regular.eot [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-regular.ttf [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-regular.woff [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-semibold.eot [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-semibold.ttf [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-semibold.woff [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff [new file with mode: 0755]
docs/com/lib/font/source-sans-pro/source-sans-pro.css [new file with mode: 0755]
docs/com/lib/js/classList.js [new file with mode: 0755]
docs/com/lib/js/head.min.js [new file with mode: 0755]
docs/com/lib/js/html5shiv.js [new file with mode: 0755]
docs/com/package.json [new file with mode: 0755]
docs/com/plugin/highlight/highlight.js [new file with mode: 0755]
docs/com/plugin/markdown/example.html [new file with mode: 0755]
docs/com/plugin/markdown/example.md [new file with mode: 0755]
docs/com/plugin/markdown/markdown.js [new file with mode: 0755]
docs/com/plugin/markdown/marked.js [new file with mode: 0755]
docs/com/plugin/math/math.js [new file with mode: 0755]
docs/com/plugin/multiplex/client.js [new file with mode: 0755]
docs/com/plugin/multiplex/index.js [new file with mode: 0755]
docs/com/plugin/multiplex/master.js [new file with mode: 0755]
docs/com/plugin/notes-server/client.js [new file with mode: 0755]
docs/com/plugin/notes-server/index.js [new file with mode: 0755]
docs/com/plugin/notes-server/notes.html [new file with mode: 0755]
docs/com/plugin/notes/notes.html [new file with mode: 0755]
docs/com/plugin/notes/notes.js [new file with mode: 0755]
docs/com/plugin/print-pdf/print-pdf.js [new file with mode: 0755]
docs/com/plugin/remotes/remotes.js [new file with mode: 0755]
docs/com/plugin/search/search.js [new file with mode: 0755]
docs/com/plugin/zoom-js/zoom.js [new file with mode: 0755]
docs/com/pres/index.template.html [new file with mode: 0755]
docs/com/pres/summit-Berlin.html [new file with mode: 0755]
docs/com/test/examples/assets/image1.png [new file with mode: 0755]
docs/com/test/examples/assets/image2.png [new file with mode: 0755]
docs/com/test/examples/barebones.html [new file with mode: 0755]
docs/com/test/examples/embedded-media.html [new file with mode: 0755]
docs/com/test/examples/math.html [new file with mode: 0755]
docs/com/test/examples/slide-backgrounds.html [new file with mode: 0755]
docs/com/test/examples/slide-transitions.html [new file with mode: 0755]
docs/com/test/qunit-1.12.0.css [new file with mode: 0755]
docs/com/test/qunit-1.12.0.js [new file with mode: 0755]
docs/com/test/test-markdown-element-attributes.html [new file with mode: 0755]
docs/com/test/test-markdown-element-attributes.js [new file with mode: 0755]
docs/com/test/test-markdown-slide-attributes.html [new file with mode: 0755]
docs/com/test/test-markdown-slide-attributes.js [new file with mode: 0755]
docs/com/test/test-markdown.html [new file with mode: 0755]
docs/com/test/test-markdown.js [new file with mode: 0755]
docs/com/test/test-pdf.html [new file with mode: 0755]
docs/com/test/test-pdf.js [new file with mode: 0755]
docs/com/test/test.html [new file with mode: 0755]
docs/com/test/test.js [new file with mode: 0755]