website: Add a Google+ presence
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Thu, 27 Mar 2014 23:28:31 +0000 (00:28 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Mar 2014 21:48:01 +0000 (22:48 +0100)
Since we use Google+ to share our news, this add a logo on the menu bar,
which links to the Buildroot profile.

[Peter: change link to Buildroot account]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/header.html
docs/images/gplus.png [new file with mode: 0644]

index f64869f94b77f9d029be3ec94ac25370e5bfeafa..93a4d51146bc86092c9eee753f85c3ae855d77c6 100644 (file)
       .button_column{
         width: 430px;
       }
+      .gplus {
+        float:right;
+        margin: 10px 0 0;
+      }
     </style>
 
     <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
@@ -43,6 +47,7 @@
               <li><a href="/contribute.html">Contribute</a></li>
               <li><a href="/sponsors.html">Sponsors</a></li>
             </ul>
+            <a class="gplus" href="https://plus.google.com/100084591154899263420/posts"><img src="images/gplus.png" height="28" width="28"></a>
           </div><!--/.nav-collapse -->
         </div>
       </div>
diff --git a/docs/images/gplus.png b/docs/images/gplus.png
new file mode 100644 (file)
index 0000000..0ec57bb
Binary files /dev/null and b/docs/images/gplus.png differ