Browse Source

Add contact details

JC Brand 12 years ago
parent
commit
cd72a0a16e
1 changed files with 7 additions and 1 deletions
  1. 7 1
      index.html

+ 7 - 1
index.html

@@ -126,9 +126,10 @@
     <h2>Credits and Dependencies</h2>
     <p><strong>Converse.js</strong> depends on a few third party libraries, including: 
     <ul>
+        <li><a href="http://jquery.com" target="_blank">JQuery</a></li>
         <li><a href="http://strophe.im/strophejs" target="_blank">strophe.js</a></li>
         <li><a href="http://backbonejs.org" target="_blank">backbone.js</a></li>
-        <li><a href="http://requirejs.org" target="_blank">require.js</a></li>
+        <li><a href="http://requirejs.org" target="_blank">require.js</a> (optional dependency)</li>
     </ul>
     </p>
     <p>Some images were taken from <a href="http://plone.org" target="_blank">Plone</a> and the
@@ -137,7 +138,12 @@
     <h2>Licence</h2>
     <p><strong>Converse.js</strong> is released under both the <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a> 
     and <a href="http://opensource.org/licenses/GPL-2.0" target="_blank">GPL</a> licenses.</p>
+
+    <h2>Contact</h2>
+    <p>My XMPP username is <strong>jc@opkode.im</strong>.</p>
+    <p>You can send me an email via this <a href="http://opkode.com/contact" target="_blank">contact form</a>.</p>
 </section>
+
 </div>
 
 <!-- FOOTER  -->