Skip to content

Commit 3a70f6b

Browse files
committed
Add sponsors section to homepage
1 parent 70c9f61 commit 3a70f6b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

index.html

+10
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h4>Run locally</h4>
6464
<h4>On a device</h4>
6565
<ul>
6666
<li><a href="/docs/hardware/raspberrypi">Raspberry Pi</a></li>
67+
<li><a href="https://flowfuse.com/docs/device-agent/introduction/">FlowFuse Device Agent</a></li>
6768
<li><a href="/docs/hardware/beagleboneblack">BeagleBone Black</a></li>
6869
<li><a href="/docs/hardware/arduino">Interacting with Arduino</a></li>
6970
<li><a href="/docs/platforms/android">Android</a></li>
@@ -84,6 +85,7 @@ <h4>In the cloud</h4>
8485
<div id="contributors-list">
8586
<div class="grid">
8687
<div class="content">
88+
<h3>Meet the team</h3>
8789
{% for group in site.data.contributors %}
8890
<h3>{{ group.name }}</h3>
8991
{% if group.header %}<span class="contributor-group-description">{{group.header}}</span>{% endif %}
@@ -103,6 +105,14 @@ <h3>{{ group.name }}</h3>
103105
</ul>
104106
{% if group.footer %}<span class="contributor-group-description">{{group.footer}}</span>{% endif %}
105107
{% endfor %}
108+
<h3>Acknowledgments</h3>
109+
<p>The Node-RED project is actively sponsored by:</p>
110+
<a style="margin-left: 20px;" href="https://flowfuse.com"><img width="200px" src="users/ff-logo--wordmark--light.svg" /></a>
111+
<p>Past sponsors:</p>
112+
<ul>
113+
<li>IBM</li>
114+
<li>Hitachi</li>
115+
</ul>
106116
</div>
107117
</div>
108118
</div>

users/ff-logo--wordmark--light.svg

+24
Loading

0 commit comments

Comments
 (0)