瀏覽代碼

Ajout icone vlc premiere page

Alexandre Janniaux 6 年之前
父節點
當前提交
c2d7adce48
共有 4 個文件被更改,包括 23 次插入16 次删除
  1. 9 2
      Makefile
  2. 4 0
      images/VLC_Icon.svg
  3. 4 11
      slides.md
  4. 6 3
      template-revealjs.html

+ 9 - 2
Makefile

@@ -1,6 +1,13 @@
 TEMPLATE = template-revealjs.html
 THEME = night
-
+TRANSITION = none
 
 all:
-	pandoc -t html5 -s --template="$(TEMPLATE)" --standalone --section-divs --variable theme="$(THEME)" -o slides.html slides.md
+	pandoc -t html5 \
+		-s \
+		--template="$(TEMPLATE)" \
+		--standalone \
+		--section-divs \
+		--variable theme="$(THEME)" \
+		--variable transition="$(TRANSITION)" \
+		-o slides.html slides.md

文件差異過大導致無法顯示
+ 4 - 0
images/VLC_Icon.svg


+ 4 - 11
slides.md

@@ -1,15 +1,8 @@
-% Title
-% Author
-% Date
+% Renforcement de la sécurité d’un lecteur vidéo multiplate-forme par séparation des privilèges
+% Alexandre Janniaux
+% 19 septembre 2018
 
-This is a slide
----------------------------
-- An
-    - with
-- Ordered
-    - sub
-- List
-    - points
+## Présentation du stage
 
 This is a slide w/ an image
 ---------------------------

+ 6 - 3
template-revealjs.html

@@ -58,10 +58,13 @@ $endfor$
 <div class="slides">
 
 <section>
-<h1>$title$</h1>
-$for(author)$<h3>$author$</h3>$endfor$
+<h3>$title$</h3>
+
+<p><img src="images/VLC_Icon.svg" alt="Icone VLC" /></p>
+
+$for(author)$<h4>$author$</h4>$endfor$
 <p>
-<h4>$date$</h4>
+<h5>$date$</h5>
 </p>
 </section>