@@ -120,16 +120,27 @@ <h4>In the cloud</h4>
120120 < div class ="grid ">
121121 < div class ="content ">
122122 < h3 > Who's using Node-RED?</ h3 >
123- < ul >
124- < li > < a href ="/users/sensetecnic "> < img src ="users/sensetecnic/sensetecnic_logo.jpg "/> </ a > </ li >
125- < li > < a href ="/users/agilit-e "> < img src ="users/agilit-e/Agilit-e-logo.jpg "/> </ a > </ li >
126- < li > < a href ="/users/go-iot "> < img src ="users/go-iot/Logo-large.png "/> </ a > </ li >
127- < li > < a href ="/users/spiritai "> < img src ="users/spiritai/spiritai.png "/> </ a > </ li >
128- < li > < a href ="/users/multitech "> < img src ="users/multitech/multitech.png "/> </ a > </ li >
129- < li > < a href ="/users/opto22 "> < img src ="users/opto22/images/opto22.png "/> </ a > </ li >
130- < li > < a href ="/users/iaconnects "> < img src ="users/iaconnects/iaconnects.png "/> </ a > </ li >
123+ < ul id ="user-list ">
124+ < li > < a href ="https://vwww.vigilent.com "> < img src ="users/vigilent.png "/> </ a > </ li >
125+ < li > < a href ="https://entelligently.com "> < img src ="users/entelligently.png "/> </ a > </ li >
126+ < li > < a href ="https://st-one.io/ "> < img src ="users/st-one.png "/> </ a > </ li >
127+ < li > < a href ="https://www.aiomeet.com/ "> < img src ="users/aiomeet.png "/> </ a > </ li >
128+ < li > < a href ="https://www.thingtrack.com/ "> < img src ="users/thingtrack.png "/> </ a > </ li >
129+ < li > < a href ="https://www.enebular.com/ "> < img src ="users/enebular.svg "/> </ a > </ li >
130+ < li > < a href ="https://www.victronenergy.com/live/venus-os:large "> < img src ="users/victron.png "/> </ a > </ li >
131+ < li > < a href ="https://www.yellaumbrella.tv/ "> < img src ="users/yellaUmbrella.svg "/> </ a > </ li >
132+ < li > < a href ="https://www.veritone.com/ "> < img src ="users/veritone.png "/> </ a > </ li >
133+ < li > < a href ="https://www.flowake.com/ "> < img src ="users/flowake.png "/> </ a > </ li >
134+ < li > < a href ="https://sensetecnic.com/ "> < img src ="users/sensetecnic.png "/> </ a > </ li >
135+ < li > < a href ="https://agilite.io/ "> < img src ="users/agilit-e.png "/> </ a > </ li >
136+ < li > < a href ="http://dingo-iot.io/ "> < img src ="users/go-iot.png "/> </ a > </ li >
137+ < li > < a href ="https://www.spiritai.com/ "> < img src ="users/spiritai.png "/> </ a > </ li >
138+ < li > < a href ="https://www.multitech.com/ "> < img src ="users/multitech.png "/> </ a > </ li >
139+ < li > < a href ="https://www.opto22.com/ "> < img src ="users/opto22.png "/> </ a > </ li >
140+ < li > < a href ="https://www.iaconnects.co.uk/ "> < img src ="users/iaconnects.png "/> </ a > </ li >
131141 </ ul >
132142 < p style ="text-align:center; "> < a href ="/about/community/ "> Want to feature here? Let us know!</ a > </ p >
143+ < p style ="text-align:center; font-size: 0.6em; max-width: 420px; line-height: 1.2em; margin: auto; "> All logos used with permission. These links do not constitute an endorsement or approval by the Node-RED project of any of the products, services or opinions of the companies listed.</ p >
133144 </ div >
134145 </ div >
135146</ div >
@@ -157,3 +168,14 @@ <h3>On the blog <a class="box-link" href="/blog/">more</a></h3>
157168 </ div >
158169 </ div >
159170</ div >
171+ < script >
172+ $ ( function ( ) {
173+ var list = $ ( "#user-list" ) ;
174+ var items = list . children ( ) ;
175+ items . sort ( function ( ) {
176+ return 0.5 - Math . random ( ) ;
177+ } ) ;
178+ list . empty ( ) ;
179+ items . appendTo ( list ) ;
180+ } )
181+ </ script >
0 commit comments