Skip to content

Commit b1f0118

Browse files
committed
Update slides.md
1 parent 107f967 commit b1f0118

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

slides.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ mdc: true
1212

1313
---
1414

15-
## Slidev
15+
## Demo
1616

17-
<img src="https://sli.dev/logo.svg" class="w-10" id="slidev-logo" absolute top-20 left-20 />
18-
<div bg-white fit-content absolute top-20 right-20>
19-
<img src="https://raw.githubusercontent.com/dcurtis/markdown-mark/refs/heads/master/svg/markdown-mark.svg" class="w-10" id="markdown-mark" />
20-
</div>
17+
<img v-click="1" src="https://sli.dev/logo.svg" w-20 id="slidev-logo" absolute top-25 left-25 v-motion :initial="{x: -80, y: -80}" :enter="{x: 0, y: 0}" />
18+
<img v-click="1" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/1280px_Markdown_with_White_Background.png/640px-1280px_Markdown_with_White_Background.png" w-30 id="markdown-mark" absolute top-30 right-30 v-motion :initial="{x: +80, y: -80}" :enter="{x: 0, y: 0}"/>
19+
<img v-click="1" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/512px-Vue.js_Logo_2.svg.png" w-20 id="vue-mark" absolute bottom-20 right-80 v-motion :initial="{x: +30, y: +80}" :enter="{x: 0, y: 0}"/>
2120

22-
<FancyArrow id1="slidev-logo" pos1="bottom" id2="slidev-text" pos2="bottomleft" color="teal" width="2" arc="-0.3" seed="1" roughness="2" />
23-
<FancyArrow id1="markdown-mark" pos1="bottom" id2="markdown-text" pos2="bottomright" color="gray" width="2" arc="0.3" seed="1" roughness="2" />
21+
<FancyArrow v-click="1" id1="slidev-logo" pos1="bottom" id2="slidev-text" pos2="bottomleft" color="teal" width="2" arc="-0.3" seed="1" roughness="2" />
22+
<FancyArrow v-click="1" id1="markdown-mark" pos1="bottom" id2="markdown-text" pos2="bottomright" color="gray" width="2" arc="0.3" seed="1" roughness="2" />
23+
<FancyArrow v-click="1" id1="vue-mark" pos1="left" id2="vue-text" pos2="bottom" color="green" width="2" arc="0.3" seed="1" roughness="2" />
2424

25-
<div w="2/3" m-auto mt-32>
26-
<span id="slidev-text" v-mark.teal="0">Slidev</span> (slide + dev, /slaɪdɪv/) is a web-based slides maker and presenter. It's designed for developers to focus on writing content in <span id="markdown-text" v-mark.gray="0">Markdown</span>. With the power of web technologies like Vue, you are able to deliver pixel-perfect designs with interactive demos to your presentation.
25+
<div w="2/3" m-auto mt-40>
26+
<span id="slidev-text" v-mark.teal="1">Slidev</span> <sub top--1>(slide + dev, /slaɪdɪv/)</sub> is a web-based slides maker and presenter. It's designed for developers to focus on writing content in <span id="markdown-text" v-mark.gray="1">Markdown</span>. With the power of web technologies like <span id="vue-text" v-mark.green="1">Vue</span>, you are able to deliver pixel-perfect designs with interactive demos to your presentation.
2727
</div>
2828

2929

0 commit comments

Comments
 (0)