mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-25 02:33:51 +08:00
Add links to Mosquitto Pro
Signed-off-by: Serhii Orlivskyi <serhii.orlivskyi@cedalo.com> (Cedalo GmbH)
This commit is contained in:
committed by
Roger Light
parent
2895eb7164
commit
2ae1b66945
@@ -41,6 +41,9 @@
|
||||
|
||||
<!-- menu footer -->
|
||||
<div class="border-t border-gray-200 p-6">
|
||||
<a href="https://platform.cedalo.cloud/auth/signup?type=cloud" target="_blank" rel="noopener noreferrer" class="block w-full text-center bg-c-orange text-white py-2 px-4 rounded-md hover:bg-orange-700 transition-colors duration-200">
|
||||
Go Pro
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -686,13 +689,22 @@
|
||||
</div>
|
||||
<!-- footer -->
|
||||
<div class="mt-[5%] pt-6 pb-6 bg-gray-100">
|
||||
<div class="flex grid grid-cols-1 md:grid-cols-2 items-center justify-evenly gap-2 text-gray-500">
|
||||
<div class="flex grid grid-cols-1 md:grid-cols-5 items-center justify-evenly gap-2 text-gray-500">
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://github.com/eclipse-mosquitto/mosquitto" target="_blank" rel="noopener noreferrer">Github</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://test.mosquitto.org/" target="_blank" rel="noopener noreferrer">Test Mosquitto Instance</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://forum.cedalo.com/" target="_blank" rel="noopener noreferrer">Mosquitto Forum</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://cedalo.com/mqtt-broker-pro-mosquitto/" target="_blank" rel="noopener noreferrer">Mosquitto Pro</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center md:justify-start">
|
||||
<a href="https://cedalo.com/" target="_blank" rel="noopener noreferrer">The company behind Mosquitto</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -41,6 +41,9 @@
|
||||
|
||||
<!-- menu footer -->
|
||||
<div class="border-t border-gray-200 p-6">
|
||||
<a href="https://platform.cedalo.cloud/auth/signup?type=cloud" target="_blank" rel="noopener noreferrer" class="block w-full text-center bg-c-orange text-white py-2 px-4 rounded-md hover:bg-orange-700 transition-colors duration-200">
|
||||
Go Pro
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -109,16 +112,25 @@
|
||||
</div>
|
||||
|
||||
<!-- footer -->
|
||||
<div class="mt-[5%] pt-6 pb-6 bg-gray-100">
|
||||
<div class="flex grid grid-cols-1 md:grid-cols-2 items-center justify-evenly gap-2 text-gray-500">
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://github.com/eclipse-mosquitto/mosquitto" target="_blank" rel="noopener noreferrer">Github</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://test.mosquitto.org/" target="_blank" rel="noopener noreferrer">Test Mosquitto Instance</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-[5%] pt-6 pb-6 bg-gray-100">
|
||||
<div class="flex grid grid-cols-1 md:grid-cols-5 items-center justify-evenly gap-2 text-gray-500">
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://github.com/eclipse-mosquitto/mosquitto" target="_blank" rel="noopener noreferrer">Github</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://test.mosquitto.org/" target="_blank" rel="noopener noreferrer">Test Mosquitto Instance</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://forum.cedalo.com/" target="_blank" rel="noopener noreferrer">Mosquitto Forum</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="https://cedalo.com/mqtt-broker-pro-mosquitto/" target="_blank" rel="noopener noreferrer">Mosquitto Pro</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-center md:justify-start">
|
||||
<a href="https://cedalo.com/" target="_blank" rel="noopener noreferrer">The company behind Mosquitto</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="consts.js"></script>
|
||||
<script src="queue.js"></script>
|
||||
<script src="assert.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user