Add documentation and get menus to work
diff --git a/new/paho/branding/index.php b/new/paho/branding/index.php
index 369e9a6..b2c9672 100644
--- a/new/paho/branding/index.php
+++ b/new/paho/branding/index.php
@@ -1,12 +1,11 @@
-<?php include '../_includes/header.php' ?>
+<?php?>
<h1>Logo downloads</h1>
-<p><a href="paho_logo.eps">Original EPS</a></p>
-<p><span style="display:inline-block; padding: 2px;"><img src="paho_logo_100.png"/></span> : <a href="paho_logo_100.png">100px x 32px</a> • <a href="paho_logo_400.png">400px x 126px</a> • <a href="paho_logo_full.png">836px x 264px</a></p>
-<p><span style="display:inline-block; padding: 2px;"><img src="paho_logo_b_100.png"/></span> : <a href="paho_logo_b_100.png">100px x 32px</a> • <a href="paho_logo_b_400.png">400px x 126px</a> • <a href="paho_logo_b_full.png">836px x 264px</a></p>
-<p><span style="display:inline-block; padding: 2px; background: #000;"><img src="paho_logo_w_100.png"/></span> : <a href="paho_logo_w_100.png">100px x 32px</a> • <a href="paho_logo_w_400.png">400px x 126px</a> • <a href="paho_logo_w_full.png">836px x 264px</a></p>
+<p><a href="paho/branding/paho_logo.eps">Original EPS</a></p>
+<p><span style="display:inline-block; padding: 2px;"><img src="paho/branding/paho_logo_100.png"/></span> : <a href="paho/branding/paho_logo_100.png">100px x 32px</a> • <a href="paho/branding/paho_logo_400.png">400px x 126px</a> • <a href="paho/branding/paho_logo_full.png">836px x 264px</a></p>
+<p><span style="display:inline-block; padding: 2px;"><img src="paho/branding/paho_logo_b_100.png"/></span> : <a href="paho/branding/paho_logo_b_100.png">100px x 32px</a> • <a href="paho/branding/paho_logo_b_400.png">400px x 126px</a> • <a href="paho/branding/paho_logo_b_full.png">836px x 264px</a></p>
+<p><span style="display:inline-block; padding: 2px; background: #000;"><img src="paho/branding/paho_logo_w_100.png"/></span> : <a href="paho/branding/paho_logo_w_100.png">100px x 32px</a> • <a href="paho/branding/paho_logo_w_400.png">400px x 126px</a> • <a href="paho/branding/paho_logo_w_full.png">836px x 264px</a></p>
-
-
-<?php include '../_includes/footer.php' ?>
+<script src="https://eclipse.org/paho/js/jquery.min.js" type="text/javascript"></script>
+<script src="https://eclipse.org/paho/js/bootstrap.min.js" type="text/javascript"></script>
diff --git a/new/paho/comparison.php b/new/paho/comparison.php
index 458064e..dde701e 100644
--- a/new/paho/comparison.php
+++ b/new/paho/comparison.php
@@ -196,6 +196,3 @@
</div>
</div>
-
-<script src="https://eclipse.org/paho/js/jquery.min.js" type="text/javascript"></script>
-<script src="https://eclipse.org/paho/js/bootstrap.min.js" type="text/javascript"></script>
diff --git a/new/paho/documentation.php b/new/paho/documentation.php
index aaf7d3b..f7fe576 100644
--- a/new/paho/documentation.php
+++ b/new/paho/documentation.php
@@ -1,13 +1,29 @@
<?php?>
-<h1>Documentation</h1>
+<div class="jumbotron jumbotron-fluid">
+<h2 style="color:black">Specifications</h2>
-<ul>
-<li><a href="https://wiki.eclipse.org/Paho">Project wiki</a></li>
-<li><a href="https://www.eclipse.org/paho/branding/">branding</a></li>
+<ul style="color:black">
+<li><a href="https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html">MQTT 5.0</a>: the latest MQTT standard</li>
+<li><a href="http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html">MQTT 3.1.1</a>: the first MQTT standard</li>
+<li><a href="https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.pdf">MQTT-SN</a>: MQTT for Sensor Networks.
+Standardization in process.</li>
+</ul>
+
+</div>
+
+<div class="jumbotron jumbotron-fluid">
+<h2 style="color:black">Paho Project Documentation</h2>
+
+<ul style="color:black">
+<li><a href="https://wiki.eclipse.org/Paho">Project wiki</a>: the Eclipse wiki for the Paho project</li>
<li><a href="https://projects.eclipse.org/projects/iot.paho">Project details and plans</a></li>
<li><a href="https://www.eclipse.org/proposals/technology.paho/">Original project proposal</a></li>
-</ul>
+<li><a href="index.php?page=branding/index.php">Branding</a></li>
+</dl>
+
+</div>
+
<script src="https://eclipse.org/paho/js/jquery.min.js" type="text/javascript"></script>
diff --git a/new/paho/downloads.php b/new/paho/downloads.php
index c380632..ea9bfd7 100644
--- a/new/paho/downloads.php
+++ b/new/paho/downloads.php
@@ -1,4 +1,5 @@
<?php?>
+
<h1>Eclipse Paho Downloads</h1>
<h4>Latest Paho Project Release: <a href="https://projects.eclipse.org/projects/iot.paho/releases/1.4.0-photon">1.4 (Photon)</a></h4>
diff --git a/new/paho/index.php b/new/paho/index.php
index a0cfdad..d5952a7 100644
--- a/new/paho/index.php
+++ b/new/paho/index.php
@@ -107,3 +107,7 @@
</div>
</div>
</div>
+
+
+<script src="https://eclipse.org/paho/js/jquery.min.js" type="text/javascript"></script>
+<script src="https://eclipse.org/paho/js/bootstrap.min.js" type="text/javascript"></script>
\ No newline at end of file
diff --git a/new/paho/support.php b/new/paho/support.php
index eb3407c..520848d 100644
--- a/new/paho/support.php
+++ b/new/paho/support.php
@@ -1,3 +1,6 @@
<?php?>
-Support
\ No newline at end of file
+Support
+
+<script src="https://eclipse.org/paho/js/jquery.min.js" type="text/javascript"></script>
+<script src="https://eclipse.org/paho/js/bootstrap.min.js" type="text/javascript"></script>
\ No newline at end of file
diff --git a/new/paho/users.php b/new/paho/users.php
index c65718a..5d158a4 100644
--- a/new/paho/users.php
+++ b/new/paho/users.php
@@ -1,3 +1,7 @@
<?php?>
-Users
\ No newline at end of file
+Users
+
+
+<script src="https://eclipse.org/paho/js/jquery.min.js" type="text/javascript"></script>
+<script src="https://eclipse.org/paho/js/bootstrap.min.js" type="text/javascript"></script>
\ No newline at end of file