[decentral_messaging] central
This commit is contained in:
parent
fc7fde2afe
commit
795416853b
2 changed files with 26 additions and 0 deletions
|
@ -22,6 +22,14 @@ outputs:
|
|||
- Ausblick
|
||||
- Alternativen
|
||||
|
||||
---
|
||||
## Dezentralität
|
||||
- vs. **Zentralität**
|
||||
|
||||
Leider von den meisten Messenger verwendet
|
||||
|
||||
<img src="./img/central.svg" style="border: none; background:transparent;" />
|
||||
|
||||
---
|
||||
|
||||
## Dezentralität
|
||||
|
|
18
static/decentral_messaging/img/central.svg
Normal file
18
static/decentral_messaging/img/central.svg
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="200" width="185">
|
||||
<circle cx="62" cy="50" r="15" fill="white" />
|
||||
<circle cx="125" cy="50" r="15" fill="white" />
|
||||
<circle cx="25" cy="100" r="15" fill="white" />
|
||||
<circle cx="62" cy="150" r="15" fill="white" />
|
||||
<circle cx="125" cy="150" r="15" fill="white" />
|
||||
<circle cx="162" cy="100" r="15" fill="white" />
|
||||
|
||||
<rect x="80" y="85" width="30" height="30" fill="white" />
|
||||
|
||||
<line x1="62" y1="50" x2="95" y2="100" stroke="white"/>
|
||||
<line x1="125" y1="50" x2="92" y2="100" stroke="white"/>
|
||||
<line x1="25" y1="100" x2="95" y2="100" stroke="white"/>
|
||||
<line x1="62" y1="150" x2="95" y2="100" stroke="white"/>
|
||||
<line x1="125" y1="150" x2="95" y2="100" stroke="white"/>
|
||||
<line x1="162" y1="100" x2="95" y2="100" stroke="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 910 B |
Loading…
Reference in a new issue