Typo
diff --git a/new/paho/index.php b/new/paho/index.php
index e6db18e..9fe453b 100644
--- a/new/paho/index.php
+++ b/new/paho/index.php
@@ -2,12 +2,19 @@
<div class="jumbotron jumbotron-fluid">
<div class="text-center">
- <h4 class="lead" style="color:black">Paho is an <a href="https://iot.eclipse.org/">Eclipse IoT</a> project</h4>
+ <div class="row">
+ <div class="col-md-4">
+ <h4 class="lead" style="color:black"><a href="https://iot.eclipse.org/">Paho is an<img src="https://iot.eclipse.org/assets/images/iot_logo.svg"></a>
+ project</h4>
+ </div>
+ <div class="col">
<p class="lead" style="color:black">MQTT and MQTT-SN are lightweight publish/subscribe messaging transports,
for TCP/IP and connectionless protocols (such as UDP) respectively.</p>
<p class="lead" style="color:black">The Eclipse Paho project provides open source, mainly client side, implementations of
MQTT and MQTT-SN in a variety of programming languages.</p>
+ </div>
+ </div>
</div>
</div>
@@ -108,4 +115,4 @@
</div>
</div>
</div>
-
+
diff --git a/new/paho/users.php b/new/paho/users.php
index cacad43..3611f7f 100644
--- a/new/paho/users.php
+++ b/new/paho/users.php
@@ -4,7 +4,7 @@
<h2 style="color:black">Getting Involved</h2>
<ul style="color:black">
-<li><a href="https://projects.eclipse.org/projects/iot.paho/who">Developmemnt team</a></li>
+<li><a href="https://projects.eclipse.org/projects/iot.paho/who">Development team</a></li>
<li><a href="https://accounts.eclipse.org/mailing-list/paho-dev">Paho mailing list</a></li>
<li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=247">Paho forum</a></li>
<li><a href="https://mattermost.eclipse.org/eclipse/channels/paho">Mattermost channel</a>: open source chat</li>