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

Commit 0133a57

Browse files
feat: add a slide about the gif template
1 parent f37f293 commit 0133a57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ <h2>Templates</h2>
138138
<div slot="social-link"><deckgo-social medium="david.dalbusco"><img style="width: 1em;" alt="David on Medium" slot="icon" src="assets/img/medium-icon.svg"/> medium</deckgo-social></div>
139139
</deckgo-slide-author>
140140

141+
<deckgo-slide-gif style="background: white;" src="https://media.giphy.com/media/xUA7baWfTjfHGLZc3e/giphy.gif" alt="Template for gif" fullscreen="true">
142+
<h1 slot="header" style="font-weight: 300; --background: white; --color: var(--ion-color-dark); width: 60%;">Or this template...</h1>
143+
<h2 slot="footer" style="font-weight: 300; --background: white; --color: var(--ion-color-dark);">...for GIFs</h2>
144+
</deckgo-slide-gif>
145+
141146
<deckgo-slide-code src="./assets/code/deckdeckgo-slide-code-example.txt" style="--code-margin-bottom: 6rem; --background: var(--ion-color-dark); --color: var(--ion-color-light); --code-color: var(--ion-color-light);">
142147
<h2 slot="title">Showcase your code</h2>
143148
</deckgo-slide-code>

0 commit comments

Comments
 (0)