feat(web/tvl): Add Q
This commit is contained in:
parent
30ebf2ee9e
commit
fb872e424c
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ digraph tvl {
|
||||||
tazjin -> TVL [style="bold"];
|
tazjin -> TVL [style="bold"];
|
||||||
|
|
||||||
// people
|
// people
|
||||||
|
Q [href="https://magicalcodewit.ch/"];
|
||||||
ac [href="https://the-alex.github.io/about/"];
|
ac [href="https://the-alex.github.io/about/"];
|
||||||
andi [label="andi-" href="https://andreas.rammhold.de/"];
|
andi [label="andi-" href="https://andreas.rammhold.de/"];
|
||||||
anon1 [color="grey" fontcolor="grey"];
|
anon1 [color="grey" fontcolor="grey"];
|
||||||
|
@ -95,6 +96,7 @@ digraph tvl {
|
||||||
wpcarro -> google;
|
wpcarro -> google;
|
||||||
|
|
||||||
// random primary
|
// random primary
|
||||||
|
Q -> cynthia;
|
||||||
ac -> wpcarro;
|
ac -> wpcarro;
|
||||||
anon1 -> google;
|
anon1 -> google;
|
||||||
aranea -> multi;
|
aranea -> multi;
|
||||||
|
@ -140,6 +142,7 @@ digraph tvl {
|
||||||
edef -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
edef -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
||||||
eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
||||||
|
Q -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
||||||
aranea -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
aranea -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
aranea -> profpatsch [weight=0 style="dotted" color="grey" arrowhead="none"];
|
aranea -> profpatsch [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue