forked from mqtt/mqtt.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<div id="homepage-header-img"> | ||
<img src="{{ 'assets/img/mqtt-logo-transp.svg' | relative_url }}" id="mqtt-logo-header" class="float-left"> | ||
<hr style="border-top: 1px solid #fff; border-bottom: none; margin: 10px auto 0;" class="width-container"> | ||
<div id="homepage-intro"> | ||
<h1 style="font-size: 32px;">MQTT: The Standard for IoT Messaging</h1> | ||
MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth. | ||
MQTT today is used in a wide variety of industries, such as automotive, manufacturing, telecommunications, oil and gas, etc. | ||
<br/><br/> | ||
<a href="{{ '/getting-started/' | relative_url }}"><button class="major-cta major-cta-tranpsparent">Getting started with MQTT</button></a> | ||
<div id="homepage-header-content"> | ||
<img src="{{ 'assets/img/mqtt-logo-transp.svg' | relative_url }}" id="mqtt-logo-header" class="float-left"> | ||
<hr style="border-top: 1px solid #fff; border-bottom: none; margin: 10px auto 0;" class="width-container" id="header-hr"> | ||
<div id="homepage-intro"> | ||
<h1 style="font-size: 32px;">MQTT: The Standard for IoT Messaging</h1> | ||
MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth. | ||
MQTT today is used in a wide variety of industries, such as automotive, manufacturing, telecommunications, oil and gas, etc. | ||
<br/><br/> | ||
<a href="{{ '/getting-started/' | relative_url }}"><button class="major-cta major-cta-tranpsparent">Getting started with MQTT</button></a> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters