Skip to content

Commit ebd406e

Browse files
committed
feat: slides optimizations
1 parent 52237b4 commit ebd406e

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

content/3d-on-the-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: two-cols
88

99
<div class="w-full h-23"></div>
1010

11-
<div class="flex flex-col gap-2 mt-3">
11+
<div class="flex flex-col gap-2 -mt-5">
1212

1313
<div
1414
class="flex flex-row justify-center gap-7"

content/cms.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
layout: basic
33
---
44

5-
# CMS
5+
# CMS\*
6+
7+
<div class="text-sm absolute bottom-3 left-15">
8+
* Content Management System
9+
</div>
610

711
<VClicks depth="2">
812

9-
For changing **static & dynamic content** with an editor-like approach. There are different Types:
13+
For changing **static & dynamic content** with an editor-like approach - there are different Types:
1014

1115
</VClicks>
1216

content/in-this-talk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: basic
55
# In this Talk
66

77
<div class="w-full flex flex-col justify-center items-center gap-8 h-full pb-20">
8-
<span class="text-2xl" v-click>Base 101 <span class="underline">concepts</span> with the example of a Portfolio.</span>
8+
<span class="text-2xl" v-click>Basic <span class="underline">concepts</span> with the example of a Portfolio.</span>
99
<img
1010
v-click
1111
class="h-60"

content/need-for-portfolio.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ layout: basic
1111
- Server (Recommendation: _Cloud Hosting_)
1212
- GIT for resources (e.g. images, models, code, etc.)
1313
- New Code
14-
- Program yourself: Do not code anymore in plain HTML or PHP from scratch, use Metaframeworks instead
14+
- Program yourself: Do not code anymore in plain HTML or PHP from scratch, use Metaframeworks instead<br />
15+
(e.g. Vue, Nuxt, Svelte, Angular, React, etc.)
1516
- CMS can do it for you
1617
- add Integrations (e.g. outsource your search, add a shop, etc.)
17-
- SEO
18+
- SEO (Search engine optimization)
1819
- Consider a USP: not only infos about you (e.g. tools, stunning experience, etc.)
1920

2021
</VClicks>

content/osi-layers.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
layout: basic
33
---
44

5-
# The 7 Layers of OSI
5+
# The 7 Layers of OSI\*
66

7-
<div class="w-full h-full flex justify-center items-center">
8-
<OsiLayersSvg class="w-full" />
7+
<div class="text-sm absolute bottom-3 left-15">
8+
* Open Systems Interconnection
9+
</div>
10+
11+
<div class="w-full h-full flex justify-center items-center mt-0">
12+
<OsiLayersSvg class="w-[70%]" />
913
</div>
1014

1115
<!-- dummy only to force the click count on this slide manually -->

0 commit comments

Comments
 (0)