]> nos-oignons.net Git - website.git/blob - assets/relays.js
Ajout d'elenagb sur la page de services
[website.git] / assets / relays.js
1 // Colors from https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md
2 var nos_oignons_relays = [
3        { name: "marcuse1",
4          fingerprint: "EFAE44728264982224445E96214C15F9075DEE1D",
5          color: "#1f77b4",
6     }, { name: "marcuse2",
7          fingerprint: "C656B41AEFB40A141967EBF49D6E69603C9B4A11",
8          color: "#aec7e8",
9     }, { name: "ekumen",
10          fingerprint: "9BA84E8C90083676F86C7427C8D105925F13716C",
11          color: "#ff7f0e",
12     }, { name: "marylou1",
13          fingerprint: "578E007E5E4535FBFEF7758D8587B07B4C8C5D06",
14          color: "#2ca02c",
15     }, { name: "marylou2",
16          fingerprint: "90FD830C357A5109AB3C505287713F1AC811174C",
17          color: "#98df8a",
18     }, { name: "AlGrothendieck",
19          fingerprint: "8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F",
20          color: "#d62728",
21     }, { name: "elenagb",
22          fingerprint: "F47B13BFCE4EF48CDEF6C4D7C7A99208EBB972B5",
23          color: "#ff9896",
24     },
25 ];