From bef87f2516d205e511a6dd1c7f8607205a6677dd Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 5 Dec 2015 19:13:21 +0000
Subject: [PATCH] social

---
 doc/gmsh.html | 43 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 35 insertions(+), 8 deletions(-)

diff --git a/doc/gmsh.html b/doc/gmsh.html
index b8a4ec19fb..1b7d25ac23 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -7,14 +7,13 @@
 built-in pre- and post-processing facilities</title>
 
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
-
 <meta name="keywords" content="free, finite elements, mesh generator, fem,
 unstructured grids, delaunay, discontinuous galerkin, triangulation,
 automatic, maillages, mailleur 3D, mesh adaptation, postprocessing,
 post processing, post-processor, postprocessor, post-processeur, CAD,
 CAO, OpenGL, GL2PS, Gmesh">
-
 <meta name="viewport" content="width= device-width">
+<meta name="apple-itunes-app" content="app-id=845930897">
 
 <link href="http://geuz.org/geuz.css" rel="stylesheet" type="text/css">
 <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
@@ -22,6 +21,23 @@ CAO, OpenGL, GL2PS, Gmesh">
   div.small { font-size:80%; }
   ul.small { margin-top:1ex; margin-bottom:1ex; }
 --></style>
+
+<!-- 
+<script>!function(d,s,id){
+  var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";
+  if(!d.getElementById(id)){ js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";
+  fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script>
+
+<div id="fb-root"></div>
+<script>(function(d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s); js.id = id;
+  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
+  fjs.parentNode.insertBefore(js, fjs);
+  }(document, 'script', 'facebook-jssdk'));</script>
+-->
+
 </head>
 
 <body>
@@ -45,12 +61,22 @@ CAO, OpenGL, GL2PS, Gmesh">
 <h4>Christophe Geuzaine and Jean-Fran�ois Remacle</h4>
 
 <div id="toc">
-  <a href="#Download">Download</a> |
-  <a href="#Documentation">Documentation</a> |
-  <a href="#Licensing">Licensing</a> |
-  <a href="#Screenshots">Screenshots</a> |
-  <a href="#Links">Links</a> |
-  <a href="#References">References</a>
+  <a href="#Download">Download</a>
+  | <a href="#Documentation">Documentation</a>
+  | <a href="#Licensing">Licensing</a>
+  | <a href="#Screenshots">Screenshots</a>
+  | <a href="#Links">Links</a>
+  | <a href="#References">References</a>
+  <!-- Use static links to facebook/twitter for now; might switch to dynamic "follow/like" buttons with user counts later
+  | <div class="fb-like" data-href="https://www.facebook.com/OnelabModels" data-layout="button"
+	 data-action="like" data-show-faces="false" data-share="false"></div>
+  | <div class="fb-like" data-href="https://www.facebook.com/OnelabModels" data-layout="button_count"
+	 data-action="like" data-show-faces="false" data-share="false"></div>
+  | <a href="https://twitter.com/OnelabModels" class="twitter-follow-button" data-show-count="false" data-size="small"
+       data-show-screen-name="false">Follow @OnelabModels</a>
+  -->
+  | <a href="https://www.facebook.com/OnelabModels"><img class="social" src="http://geuz.org/gmsh/gallery/facebook.png" alt="facebook"></a>
+  | <a href="https://www.twitter.com/OnelabModels"><img class="social" src="http://geuz.org/gmsh/gallery/twitter.png" alt="twitter"></a>
 </div>
 
 <p>
@@ -253,6 +279,7 @@ information.
   <li>Gmsh and GetDP are bundled in the
     <a href="http://onelab.info/wiki/Mobile">Onelab/Mobile</a> app for iPhone,
     iPad and Android devices.
+  <li>We are organizing the <a href="http://tetrahedron.montefiore.ulg.ac.be">fifth Tetrahedron</a> workshop in Li&egrave;ge on July 4-5 2015!
 </ul>
 
 <h2><a name="References"></a>References</h2>
-- 
GitLab