feat(web/tvl): add artemist to TVL graph
This commit is contained in:
parent
235280ceaa
commit
82099b9319
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@ digraph tvl {
|
||||||
tazjin -> TVL [style="bold"];
|
tazjin -> TVL [style="bold"];
|
||||||
|
|
||||||
// people
|
// people
|
||||||
|
artemist [href="https://artem.ist/"];
|
||||||
ericvolp [href="https://ericv.me"];
|
ericvolp [href="https://ericv.me"];
|
||||||
Q [href="https://magicalcodewit.ch/"];
|
Q [href="https://magicalcodewit.ch/"];
|
||||||
ac [href="https://the-alex.github.io/about/"];
|
ac [href="https://the-alex.github.io/about/"];
|
||||||
|
@ -97,6 +98,7 @@ digraph tvl {
|
||||||
wpcarro -> google;
|
wpcarro -> google;
|
||||||
|
|
||||||
// random primary
|
// random primary
|
||||||
|
artemist -> cynthia;
|
||||||
ericvolp -> lukegb;
|
ericvolp -> lukegb;
|
||||||
Q -> cynthia;
|
Q -> cynthia;
|
||||||
ac -> wpcarro;
|
ac -> wpcarro;
|
||||||
|
@ -121,6 +123,7 @@ digraph tvl {
|
||||||
aurora -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"];
|
aurora -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
leah2 -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"];
|
leah2 -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
edef -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"];
|
edef -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
|
artemist -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
|
|
||||||
// ircv3
|
// ircv3
|
||||||
multi -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"];
|
multi -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
|
@ -147,4 +150,5 @@ digraph tvl {
|
||||||
Q -> 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"];
|
||||||
|
artemist -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue