From: jvoisin Date: Mon, 28 Aug 2023 20:23:43 +0000 (+0200) Subject: Ajout des nouveau nœuds X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/104d773db45f9704a298a4b69e0f85f17551aa96 Ajout des nouveau nœuds --- diff --git a/assets/relays.js b/assets/relays.js index 536d074..37d0ef4 100644 --- a/assets/relays.js +++ b/assets/relays.js @@ -1,15 +1,3 @@ -// Colors are coming from Viridis: https://sjmgarnier.github.io/viridisLite/reference/viridis.html -// -// We output 32 colors so we can have a similar color for instances on the same relay. -// > turbo(32) -// [1] "#30123B" "#392B74" "#4141A4" "#4558CA" -// [5] "#476EE6" "#4682F8" "#4197FF" "#34ACF7" -// [9] "#25C0E7" "#1AD2D2" "#18E1BC" "#24EBA9" -// [13] "#3BF58F" "#59FB73" "#7AFE59" "#97FE43" -// [17] "#AEFA37" "#C3F134" "#D7E535" "#E8D639" -// [21] "#F5C63A" "#FCB436" "#FE9E2F" "#FC8625" -// [25] "#F76E19" "#EE5610" "#E2430A" "#D43305" -// [29] "#C22403" "#AD1701" "#960D01" "#7A0403" var nos_oignons_relays = [ { name: "marcuse1", fingerprint: "A319D6447B2B4107477E126EE4A2B7C38125149E", @@ -23,6 +11,18 @@ var nos_oignons_relays = [ }, { name: "marcuse4", fingerprint: "CFAB19E23290F5BA1F7FF24494D26FBD4E4DF6CE", color: "#306B74", + }, { name: "marcuse5", + fingerprint: "D881FA3C5A642541932ACED4A3C5140742096D11", + color: "#392B74", + }, { name: "marcuse6", + fingerprint: "5409FECC2C4B59D4573AAE935BE31C5675E81431", + color: "#396B74", + }, { name: "marcuse7", + fingerprint: "EFF127FA3E850B17BF9A980AFB010A172F6C6FAF", + color: "#306B74", + }, { name: "marcuse8", + fingerprint: "44D1929690CF1DEF95C5D1F4F66281CF18311618", + color: "#306B74", }, { name: "ekumen", fingerprint: "9BA84E8C90083676F86C7427C8D105925F13716C", color: "#476EE6", @@ -38,9 +38,12 @@ var nos_oignons_relays = [ }, { name: "marylou4", fingerprint: "4F0C498701A41F4D9CA677EA763FD8CA45348E97", color: "#24EBA9", - }, { name: "AlGrothendieck", + }, { name: "AlGrothendieck1", fingerprint: "8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F", color: "#3BF58F", + }, { name: "AlGrothendieck2", + fingerprint: "59F2831A9BEB7AB3D5803445F946EA9FEEEFA217", + color: "#3BF58F", }, { name: "elenagb", fingerprint: "F47B13BFCE4EF48CDEF6C4D7C7A99208EBB972B5", color: "#AEFA37", @@ -59,5 +62,17 @@ var nos_oignons_relays = [ }, { name: "arecoque4", fingerprint: "8F13B91FA8380842993E7C36EEF88BEC5D695587", color: "#D43305", + }, { name: "arecoque5", + fingerprint: "0DC16FEAA5A5E27A974009CBF7748BB6FAAE6DE1", + color: "#D43305", + }, { name: "arecoque6", + fingerprint: "C3AACDE1671FF475D872683359777B082C1C77E6", + color: "#D43305", + }, { name: "arecoque7", + fingerprint: "EEEFC9F693B3BB72C1069EC8CDAF2E6C40FCC47D", + color: "#D43305", + }, { name: "arecoque8", + fingerprint: "16D3252B519861248FDEABE05A6F3B97BC510557", + color: "#D43305", } ];