Skip to content

Commit b284be7

Browse files
committed
feat: new resource links on end slide
1 parent 44bc628 commit b284be7

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

content/end.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layout: basic
1313
</div>
1414
</div> -->
1515

16-
<div class="flex flex-row gap-8 mt-8">
16+
<div class="flex flex-row justify-between gap-8 mt-8">
1717
<div
1818
class="p-4 flex flex-col items-center"
1919
v-mark="{ at: 0, color: '#26ab7a', type: 'box' }"
@@ -33,29 +33,14 @@ layout: basic
3333
class="p-4 flex flex-col items-center"
3434
v-mark="{ at: 0, color: '#26ab7a', type: 'box' }"
3535
>
36-
<QRCode content="https://github.com/toddeTV/zlig" :size="128" class="mb-6" />
36+
<QRCode content="https://talk-2025-04-08-dev-day-conference.vercel.app/" :size="128" class="mb-6" />
3737
<div class="flex flex-col gap-2">
3838
<div class="whitespace-nowrap">
39-
Game Source:
39+
Talk Slides `Playing with 3D on the Web & Beyond`:
4040
</div>
4141
<div class="w-full text-sm">
4242
<mdi-github class="baseColor mx-2" />
43-
<MyLink to="https://github.com/toddeTV/zlig">https://github.com/toddeTV/zlig</MyLink>
44-
</div>
45-
</div>
46-
</div>
47-
<div
48-
class="p-4 flex flex-col items-center"
49-
v-mark="{ at: 0, color: '#26ab7a', type: 'box' }"
50-
>
51-
<QRCode content="https://github.com/toddeTV/gltf-type-toolkit" :size="128" class="mb-6" />
52-
<div class="flex flex-col gap-2">
53-
<div class="whitespace-nowrap">
54-
@todde.tv/gltf-type-toolkit
55-
</div>
56-
<div class="w-full text-sm">
57-
<mdi-github class="baseColor mx-2" />
58-
<MyLink to="https://github.com/toddeTV/gltf-type-toolkit">https://github.com/toddeTV/gltf-type-toolkit</MyLink>
43+
<MyLink to="https://talk-2025-04-08-dev-day-conference.vercel.app/">https://talk-2025-04-08-dev-day-conference.vercel.app/</MyLink>
5944
</div>
6045
</div>
6146
</div>

0 commit comments

Comments
 (0)