[noise] [PATCH] Add users section

Jason A. Donenfeld Jason at zx2c4.com
Thu Jun 30 11:14:03 PDT 2016


---
 index.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/index.html b/index.html
index ca0ac88..ecc1423 100644
--- a/index.html
+++ b/index.html
@@ -35,6 +35,7 @@
             <ul class="nav">
               <li class="active"><a href="index.html">Home</a></li>
               <li><a href="#resources">Resources</a></li>
+              <li><a href="#users">Users</a></li>
             </ul>	  
 	</div>
       </div>
@@ -101,6 +102,15 @@
 
       <hr>
 
+      <div class="col-md-4" id="users">
+      <h2>Users of Noise<br><small>The following projects use the Noise protocol framework:</h2>
+      <ul>
+      <li><a href="https://www.wireguard.io/">WireGuard</a>, a secure network tunnel</li>
+      <li><a href="https://www.whatsapp.com/">WhatsApp</a>, a chat utility</li>
+      </ul>
+
+      <hr>
+
     </div> <!-- /container -->
 
     <!-- Le javascript
-- 
2.9.0



More information about the Noise mailing list