Skip to content

Commit bcbce5c

Browse files
committed
added UTM link, fixed homepage nav hover
1 parent 38e13a6 commit bcbce5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_sass/style.scss

+5
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,11 @@ footer {
318318
color: #fff;
319319
}
320320

321+
.homepage-nav a:hover {
322+
color: #ff8800;
323+
}
324+
325+
321326
.homepage-nav .nav-item {
322327
border-bottom: 1px solid #fff;
323328

_sites/software.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
262262
<div class="panel-item">
263263
<img src="{{ 'assets/img/software/hivemq-cloud.svg' | relative_url }}" class="software-logo" style="height:95px; margin-top: 5px;" alt="HiveMQ Cloud Logo">
264264
<div class="panel-item-description"><a href="https://www.hivemq.com/mqtt-cloud-broker"><h3>HiveMQ Cloud️</h3></a>
265-
HiveMQ Cloud is a free cloud native IoT messaging broker that enables you to connect up to 100 devices. It supports the entire <a href="/mqtt-specification">MQTT specification</a>. For larger projects HiveMQ Cloud can scale up to support business critical solutions. <a href="https://console.hivemq.cloud">Sign up</a>.
265+
HiveMQ Cloud is a free cloud native IoT messaging broker that enables you to connect up to 100 devices. It supports the entire <a href="/mqtt-specification">MQTT specification</a>. For larger projects HiveMQ Cloud can scale up to support business critical solutions. <a href="https://console.hivemq.cloud/?utm_source=mqtt-org&utm_medium=cloud-brokers&utm_campaign=cloud">Sign up</a>.
266266
</div>
267267
</div>
268268
<!-- Entry -->

0 commit comments

Comments
 (0)