Skip to content

Commit c7b3026

Browse files
committed
docs: update slides
1 parent d0128c9 commit c7b3026

File tree

4 files changed

+39
-20
lines changed

4 files changed

+39
-20
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ docs/.vitepress/cache
1212
.fuse_hidden*
1313
sdk/go/example/uni-token-example
1414
sdk/go/example/uni-token-example.exe
15-
docs/slides/about-me-impl.md
15+
docs/slides/*-impl.md

docs/slides/about-me.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
@CONDITIONAL_IMPORT ./about-me-impl.md
1+
@CONDITIONAL_IMPORT ./about-me-impl.md
2+
3+
<div text-center op-60 text-xl>
4+
5+
Self Introduction \[Redacted\]
6+
7+
</div>

docs/slides/final-word.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@CONDITIONAL_IMPORT ./final-word-impl.md
2+
3+
<div fixed inset-0 flex items-center justify-center text-xl>
4+
5+
Thank You!
6+
7+
</div>

docs/slides/slides.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mdc: true
1212
canvasWidth: 784
1313
---
1414

15-
# <span text-lightblue>Local-first</span><br> AI Token <span font-bold>Platform</span>
15+
# <span text-lightblue class="text-outline-outward">Local-first</span><br> AI Token <span font-bold>Platform</span>
1616

1717
<div op-80 mt--1 mb-4>
1818

@@ -24,6 +24,18 @@ canvasWidth: 784
2424
UniToken
2525
</div>
2626

27+
<style>
28+
29+
.text-outline-outward {
30+
text-shadow:
31+
-1px 0 0 #333,
32+
1px 0 0 #333,
33+
0 -1px 0 #333,
34+
0 1px 0 #333;
35+
}
36+
37+
</style>
38+
2739
---
2840

2941
# [Local AI Agents]{.text-primary.font-bold}[:]{.op-50} Dilemma
@@ -82,11 +94,11 @@ U(Users) -->|&nbsp;pay monthly plan&nbsp;| A(Agent) -->|&nbsp;pay token costs&nb
8294
<table class="w-full">
8395
<thead text-sm>
8496
<tr>
85-
<th class="pb-0!"></th>
86-
<th class="pb-0! p-2 font-semibold">On first Agent</th>
87-
<th class="pb-0! p-2 font-semibold">On next Agent</th>
88-
<th class="pb-0! p-2 font-semibold">On the future...</th>
89-
<th class="pb-0!"></th>
97+
<th class="pb-1!"></th>
98+
<th class="pb-1! p-2 font-semibold">On first Agent</th>
99+
<th class="pb-1! p-2 font-semibold">On next Agent</th>
100+
<th class="pb-1! p-2 font-semibold">On the future...</th>
101+
<th class="pb-1!"></th>
90102
</tr>
91103
</thead>
92104
<tbody>
@@ -97,7 +109,7 @@ U(Users) -->|&nbsp;pay monthly plan&nbsp;| A(Agent) -->|&nbsp;pay token costs&nb
97109
<td>
98110
<ol class="flex flex-col h-full">
99111
<li>Search for provider</li>
100-
<li>Visit <span class="font-mono text-6px">OpenRouter.ai</span></li>
112+
<li>Visit <span class="font-mono">OpenRouter.ai</span></li>
101113
<li>Sign up account</li>
102114
<li>Add credits</li>
103115
<li>Create API Key</li>
@@ -107,7 +119,7 @@ U(Users) -->|&nbsp;pay monthly plan&nbsp;| A(Agent) -->|&nbsp;pay token costs&nb
107119
</td>
108120
<td align-top>
109121
<ol class="flex flex-col h-full">
110-
<li>Visit <span class="font-mono text-6px">OpenRouter.ai</span></li>
122+
<li>Visit <span class="font-mono">OpenRouter.ai</span></li>
111123
<li>Sign in account</li>
112124
<li>Create API Key</li>
113125
<li>Go back to agent</li>
@@ -116,7 +128,7 @@ U(Users) -->|&nbsp;pay monthly plan&nbsp;| A(Agent) -->|&nbsp;pay token costs&nb
116128
</td>
117129
<td align-top>
118130
<ol class="flex flex-col h-full">
119-
<li>Visit <span class="font-mono text-6px">OpenRouter.ai</span></li>
131+
<li>Visit <span class="font-mono">OpenRouter.ai</span></li>
120132
<li>Sign in account</li>
121133
<li>Create API Key</li>
122134
<li>Go back to agent</li>
@@ -134,7 +146,7 @@ U(Users) -->|&nbsp;pay monthly plan&nbsp;| A(Agent) -->|&nbsp;pay token costs&nb
134146
After
135147
</td>
136148
<td>
137-
<ol class="flex flex-col h-full">
149+
<ol class="flex flex-col h-full text-10px">
138150
<li><span text-primary font-bold>Auto</span> open UniToken</li>
139151
<li>Sign up <span text-primary font-bold>in-app</span></li>
140152
<li>Add credits <span text-primary font-bold>in-app</span></li>
@@ -169,7 +181,7 @@ src: ./about-me.md
169181

170182
- AI Agents **will** [blow up]{.font-bold.text-yellow}
171183

172-
- [But not yet!]{.text-lightblue.font-bold}
184+
- But [not yet]{.text-lightblue.font-bold}!
173185

174186
</div>
175187

@@ -213,15 +225,9 @@ like the ["OpenAI Protocol"]{.text-xl.font-bold.text-yellow}
213225
<img src="./assets/how-to-profit.svg" fixed h-102 top-4 bottom-4 />
214226

215227
---
216-
class: flex items-center justify-center
228+
src: ./final-word.md
217229
---
218230

219-
<div text-2xl>
220-
221-
Thanks
222-
223-
</div>
224-
225231
---
226232

227233
<img src="https://docs.uni-token.app/arch.png" v-drag="[44,32,700,NaN]" rounded-xl />

0 commit comments

Comments
 (0)