Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit d14fa0c

Browse files
doc: no dev
1 parent eb7956c commit d14fa0c

File tree

1 file changed

+18
-26
lines changed

1 file changed

+18
-26
lines changed

doc/slides/slides.md

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,25 @@ Some templates offer extra features as for example the slide [Code](#slide-code)
1717

1818
[DeckDeckGo] provide the following templates:
1919

20-
<div style="display: grid; grid-template-columns: 30% 30% 30%; grid-gap: 10px;">
21-
<div style="display: flex; flex-direction: column;">
22-
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-title-layout.png" width="250px">
23-
<p>"Title"</p>
24-
</div>
25-
26-
<div style="display: flex; flex-direction: column;">
27-
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-content-layout.png" width="250px">
28-
<p>"Content"</p>
29-
</div>
30-
31-
<div style="display: flex; flex-direction: column;">
32-
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-split-layout.png" width="250px">
33-
<p>"Split"</p>
34-
</div>
35-
36-
<div style="display: flex; flex-direction: column;">
37-
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-code-layout.gif" width="250px">
38-
<p>"Code"</p>
39-
</div>
40-
41-
<div style="display: flex; flex-direction: column;">
42-
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-split-author.png" width="250px">
43-
<p>"Author"</p>
44-
</div>
20+
* [Title](#slide-title)
21+
22+
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-title-layout.png" width="200px">
23+
24+
* [Content](#slide-content)
25+
26+
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-content-layout.png" width="200px">
27+
28+
* [Split](#slide-split)
29+
30+
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-split-layout.png" width="200px">
31+
32+
* [Code](#slide-code)
33+
34+
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-code-layout.gif" width="200px">
35+
36+
* [Author](#slide-author)
4537

46-
</div>
38+
<img src="https://github.com/fluster/deckdeckgo/blob/master/doc/slides/deckdeckgo-slide-title-author.png" width="200px">
4739

4840
*Note: If you would miss or need further templates, don't hesitate to open an issue and/or submit a PR, it would be my pleasure to add more options*
4941

0 commit comments

Comments
 (0)