From d33480aa41da839e581b576c022580e599c9a07b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 16 Dec 2024 18:52:18 +0100 Subject: [PATCH] social --- index.gv | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/index.gv b/index.gv index 5253039..1e038c7 100644 --- a/index.gv +++ b/index.gv @@ -40,6 +40,117 @@ node [fillcolor="#408040"] edge [color="#FF0000"] node [fillcolor="#303030"] +# ╭────────╮ +# │ Social │ +# ╰────────╯ + +subgraph "cluster/social" { +label="Social" + +# ╭────────┬──────╮ +# │ Social │ Corp │ +# ╰────────┴──────╯ + +subgraph "cluster/social/corp" { +label="Corp" + +"social/corp/discord" [ +fontcolor="#8080FF" +label="Discord" +URL="https://discord.gg/v6p7CtZ4Zh" +] + +"social/corp/instagram" [ +fontcolor="#8080FF" +label="InstaGram" +URL="https://instagram.com/marc.beninca" +] + +"social/corp/linkedin" [ +fontcolor="#8080FF" +label="LinkedIn" +URL="https://linkedin.com/in/marc-beninca" +] + +"social/corp/youtube" [ +fontcolor="#8080FF" +label="YouTube" +URL="https://youtube.com/@marc.beninca" +] + +} + +# ╭────────┬──────╮ +# │ Social │ Open │ +# ╰────────┴──────╯ + +subgraph "cluster/social/open" { +label="Open" + +"social/open/bluesky" [ +fontcolor="#8080FF" +label="BlueSky" +URL="https://bsky.app/profile/marc.beninca.link" +] + +# ╭────────┬──────┬──────────╮ +# │ Social │ Open │ KeyOxide │ +# ╰────────┴──────┴──────────╯ + +subgraph "cluster/social/open/keyoxide" { +label="KeyOxide" + +"social/open/keyoxide/pgp" [ +fontcolor="#8080FF" +label="PGP" +URL="https://keyoxide.org/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579" +] + +"social/open/keyoxide/asp" [ +fontcolor="#8080FF" +label="ASP" +URL="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54" +] + +} + +} + +# ╭────────┬─────────╮ +# │ Social │ Support │ +# ╰────────┴─────────╯ + +subgraph "cluster/social/support" { +label="Support" + +"social/support/ko-fi" [ +fontcolor="#8080FF" +label="Ko-fi" +URL="https://ko-fi.com/marc_beninca" +] + +"social/support/liberapay" [ +fontcolor="#8080FF" +label="LiberaPay" +URL="https://liberapay.com/marc.beninca" +] + +"social/support/patreon" [ +fontcolor="#8080FF" +label="Patreon" +URL="https://patreon.com/marc_beninca" +] + +"social/support/tipeee" [ +fontcolor="#8080FF" +label="Tipeee" +URL="https://tipeee.com/marc-beninca" +] + +} + +} + # ╭────────╮ # │ Online │ # ╰────────╯