link
This commit is contained in:
parent
2791f7f8fb
commit
4bb2481df8
1 changed files with 71 additions and 0 deletions
71
link.gv
Normal file
71
link.gv
Normal file
|
@ -0,0 +1,71 @@
|
|||
digraph {
|
||||
|
||||
graph [
|
||||
rankdir="LR"
|
||||
]
|
||||
node [
|
||||
#shape="record"
|
||||
]
|
||||
|
||||
subgraph cluster_git {
|
||||
"bitbucket" [label="Bit\nBucket",href="https://bitbucket.org/marc_beninca"]
|
||||
"github" [label="Git\nHub",href="https://github.com/marc-beninca"]
|
||||
"gitlab" [label="Git\nLab",href="https://gitlab.com/marc.beninca"]
|
||||
}
|
||||
|
||||
"facebook" [label="Face\nBook",href="https://facebook.com/marc.beninca.page"]
|
||||
"hackernews" [label="Hacker\nNews",href="https://news.ycombinator.com/user?id=marc_beninca"]
|
||||
"instagram" [label="Insta\nGram",href="https://instagram.com/marc.beninca"]
|
||||
"linuxfr" [label="Linux\nFR",href="https://linuxfr.org/users/marc-beninca"]
|
||||
"lobsters" [label="Lobsters",href="https://lobste.rs/u/marc_beninca"]
|
||||
"mastodon" [label="Mastodon",href="https://social.tchncs.de/@marc_beninca"]
|
||||
"omglol" [label="OMG\nLOL",href="https://omg.lol/marc-beninca"]
|
||||
"openstreetmap" [label="Open\nStreet\nMap",href="https://openstreetmap.org/user/Marc Beninca"]
|
||||
"pleroma" [label="Pleroma",href="https://poa.st/@marc_beninca"]
|
||||
"reddit" [label="Reddit",href="https://reddit.com/user/marc_beninca"]
|
||||
"twitch" [label="Twitch",href="https://twitch.tv/marc_beninca"]
|
||||
"twitter" [label="Twitter",href="https://twitter.com/marc_beninca"]
|
||||
"youtube" [label="You\nTube",href="https://youtube.com/channel/UC4uk_6OKRke2soVah-Tf2Lw"]
|
||||
|
||||
"keybase" [label="Key\nBase",href="https://keybase.io/marc_beninca"]
|
||||
"liberapay" [label="Libera\nPay",href="https://liberapay.com/marc.beninca"]
|
||||
"patreon" [label="Patreon",href="https://patreon.com/marc_beninca"]
|
||||
"utip" [label="U\ntip",href="https://utip.io/marc_beninca"]
|
||||
|
||||
|
||||
"instagram" -> "facebook"
|
||||
|
||||
"keybase" -> {
|
||||
"github"
|
||||
"hackernews"
|
||||
"lobsters"
|
||||
"omglol"
|
||||
"reddit"
|
||||
"twitter"
|
||||
}
|
||||
"liberapay" -> {
|
||||
"bitbucket"
|
||||
"github"
|
||||
"gitlab"
|
||||
"linuxfr"
|
||||
"mastodon"
|
||||
"openstreetmap"
|
||||
"pleroma"
|
||||
"twitch"
|
||||
"twitter"
|
||||
}
|
||||
"patreon" -> {
|
||||
"facebook"
|
||||
"instagram"
|
||||
"twitter"
|
||||
"youtube"
|
||||
}
|
||||
"utip" -> {
|
||||
"facebook"
|
||||
"instagram"
|
||||
"twitch"
|
||||
"twitter"
|
||||
"youtube"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue