social
This commit is contained in:
parent
bcc7019b2c
commit
5cfd5dbb9b
1 changed files with 16 additions and 0 deletions
16
index.gv
16
index.gv
|
@ -65,9 +65,17 @@ subgraph "cluster/ops" { label="Ops"
|
|||
edge [color="#FF0000"]
|
||||
node [fillcolor="#303030"]
|
||||
|
||||
# ╭────────╮
|
||||
# │ Social │
|
||||
# ╰────────╯
|
||||
|
||||
subgraph "cluster/social" {
|
||||
label="Social"
|
||||
|
||||
# ╭────────┬──────╮
|
||||
# │ Social │ Corp │
|
||||
# ╰────────┴──────╯
|
||||
|
||||
subgraph "cluster/social/corp" {
|
||||
label="Corp"
|
||||
|
||||
|
@ -97,6 +105,10 @@ URL="https://youtube.com/@marc.beninca"
|
|||
|
||||
}
|
||||
|
||||
# ╭────────┬──────╮
|
||||
# │ Social │ Open │
|
||||
# ╰────────┴──────╯
|
||||
|
||||
subgraph "cluster/social/open" {
|
||||
label="Open"
|
||||
|
||||
|
@ -106,6 +118,10 @@ label="BlueSky"
|
|||
URL="https://bsky.app/profile/marc.beninca.link"
|
||||
]
|
||||
|
||||
# ╭────────┬──────┬──────────╮
|
||||
# │ Social │ Open │ KeyOxide │
|
||||
# ╰────────┴──────┴──────────╯
|
||||
|
||||
subgraph "cluster/social/open/keyoxide" {
|
||||
label="KeyOxide"
|
||||
|
||||
|
|
Loading…
Reference in a new issue