diff --git a/doc/prez-omo/Makefile b/doc/prez-omo/Makefile new file mode 100644 index 0000000..5c6ac1e --- /dev/null +++ b/doc/prez-omo/Makefile @@ -0,0 +1,23 @@ +all: prez.zip + +master.zip: + wget --output-document=$@ https://github.com/hakimel/reveal.js/archive/master.zip + +reveal.js: master.zip + unzip -jn $^ reveal.js-master/dist/$@ + +reveal.css: master.zip + unzip -jn $^ reveal.js-master/dist/$@ + +markdown.js: master.zip + unzip -jn $^ reveal.js-master/plugin/markdown/$@ + +black.css: master.zip + unzip -jn $^ reveal.js-master/dist/theme/$@ + +prez.zip: index.html reveal.js reveal.css markdown.js black.css + zip -9 $@ $^ + +.PHONY: clean +clean: + rm -f master.zip reveal.js reveal.css markdown.js black.css prez.zip diff --git a/doc/prez-omo/index.html b/doc/prez-omo/index.html new file mode 100644 index 0000000..9e15fb6 --- /dev/null +++ b/doc/prez-omo/index.html @@ -0,0 +1,174 @@ + + + + Présentation OMO + + + + +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+ +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ + + + +