Add image examples and rename markdown to slides.md

This commit is contained in:
p1ng0ut 2024-04-22 21:18:54 +02:00
parent 4b29dbfb42
commit aba1abcb77
5 changed files with 29 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="node_modules/reveal.js/dist/reveal.css" />
<link
rel="stylesheet"
href="node_modules/reveal.js/dist/theme/black.css"
href="node_modules/reveal.js/dist/theme/white.css"
/>
<script src="node_modules/reveal.js/dist/reveal.js"></script>
<script src="node_modules/reveal.js/plugin/markdown/markdown.js"></script>
@ -16,7 +16,7 @@
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="index.md"
<section data-markdown="slides.md"
data-separator="^\r?\n\r?\n\r?\n"
data-separator-vertical="^\r?\n\r?\n"
data-separator-notes="^Note:"

View File

@ -1,18 +0,0 @@
## Slide 1
todo:
- fix hot reload for md files
- add examples for images etc.
## Slide 2
## noch eine Überschrift
## Slide 3
## First horizontal

27
_template/slides.md Normal file
View File

@ -0,0 +1,27 @@
## Slide 1
todo:
- fix hot reload for md files
- add examples for images etc.
## Slide 2
### Insert images from svg
![Free privacy icon from wikimedia](img/Privacy_icon.svg "This is a vector graphic.")
### ... and from a pixel graphic
![Free privacy icon from wikimedia](img/512px-Privacy_icon.svg.png "This is a pixel graphic made from the svg.")
## noch eine Überschrift
## Slide 3
## First horizontal