Skip to content

Commit af28022

Browse files
committed
feat: create custom image for osi layers
1 parent 5c6924b commit af28022

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ _(including images & 3D models; mostly only those requiring attribution)_
128128
- Image `MK3_NEF_500px-1.png` from [https://help.prusa3d.com/de/product/mk3s](https://help.prusa3d.com/de/product/mk3s).
129129
- Image `x1Series-main-bg-v1.png` from [https://bambulab.com/de-de/x1](https://bambulab.com/de-de/x1).
130130
- Image `Math_Lady_meme.jpg` from [https://en.wikipedia.org/wiki/Math_Lady](https://en.wikipedia.org/wiki/Math_Lady).
131-
- Image `The-7-Layers-of-OSI.png` from [https://insights.profitap.com/osi-7-layers-explained-the-easy-way](https://insights.profitap.com/osi-7-layers-explained-the-easy-way)
132131
- Model `3D Benchy`/`Benchy` from [https://www.printables.com/model/3161-3d-benchy](https://www.printables.com/model/3161-3d-benchy)
133132

134133
## License

assets/excalidraw-drawings/osi-layers_light.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<script setup lang="ts">
2+
import SvgElementFilter from '../SvgElementFilter.vue'
3+
import mySvgContent from '/assets/excalidraw-drawings/osi-layers_light.svg?raw'
4+
</script>
5+
6+
<template>
7+
<SvgElementFilter
8+
display-indices="all"
9+
svg-class="w-full"
10+
:svg-content="mySvgContent"
11+
/>
12+
</template>

content/osi-layers.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ layout: basic
44

55
# The 7 Layers of OSI
66

7-
<div class="flex justify-center pt-10">
8-
<img
9-
v-click
10-
class="h-[90%]"
11-
src="/assets/The-7-Layers-of-OSI.png"
12-
/>
7+
<div class="w-full h-full flex justify-center items-center">
8+
<OsiLayersSvg class="w-full" />
139
</div>
1410

11+
<!-- dummy only to force the click count on this slide manually -->
12+
<div v-click="0" />
13+
1514
<!--
1615
OSI = Open Systems Interconnection
1716
-12.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)