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

Commit 9d5ebe0

Browse files
feat: update content
1 parent f3c5b37 commit 9d5ebe0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3 slot="start">Publish your presentation as a <strong>Progressive Web App</str
114114
</div>
115115
</deckgo-slide-split>
116116

117-
<deckgo-slide-code src-file="./assets/code/deckdeckgo-slide-code-example.txt" style="--code-margin-bottom: 6rem; --background: var(--ion-color-dark); --color: var(--ion-color-tertiary); --code-color: var(--ion-color-light);">
117+
<deckgo-slide-code src-file="./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);">
118118
<h2 slot="title">Showcase you code</h2>
119119
</deckgo-slide-code>
120120

@@ -135,12 +135,14 @@ <h2 slot="title">Cherry on the cake 🍒🍰</h2>
135135
</div>
136136
</deckgo-slide-title>
137137

138-
<deckgo-slide-title>
138+
<deckgo-slide-title style="--background: var(--ion-color-dark); --color: var(--ion-color-light);">
139139
<h2 slot="title">Get started now 🔥</h2>
140-
<div slot="content" no-shadow>
141-
<p>
142-
<a href="https://github.com/fluster/deckdeckgo"><ion-icon style="font-size: 5rem;" name="logo-github"></ion-icon></a>
143-
</p>
140+
<div slot="content">
141+
<div style="padding: 32px;">
142+
<code style="background-image: var(--ion-color-dark);" padding>
143+
$ npm init deckdeckgo
144+
</code>
145+
</div>
144146

145147
<p style="margin-bottom: 0; margin-top: 16px; font-size: 0.5em;">
146148
Created by David Dal Busco

0 commit comments

Comments
 (0)