This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,47 @@ Some templates offer extra features as for example the slide [Code](#slide-code)
66
77## Table of contents
88
9+ - [ Overview] ( #overview )
910- [ Slide: Title] ( #slide-title )
1011- [ Slide: Content] ( #slide-content )
1112- [ Slide: Split] ( #slide-split )
1213- [ Slide: Code] ( #slide-code )
1314- [ Slide: Author] ( #slide-author )
1415
16+ ## Overview
17+
18+ [ DeckDeckGo] provide the following templates:
19+
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 >
45+
46+ </div >
47+
48+ * 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*
49+
1550## Slide: Title
1651
1752The "Title" slide is a simple slide which display its title and content center in the middle of the page.
You can’t perform that action at this time.
0 commit comments