From: Maxime Hadjinlian Date: Thu, 27 Mar 2014 23:28:31 +0000 (+0100) Subject: website: Add a Google+ presence X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac59563764a790adb822863c7cd16c070506d585;p=buildroot.git website: Add a Google+ presence 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 Signed-off-by: Peter Korsgaard --- diff --git a/docs/header.html b/docs/header.html index f64869f94b..93a4d51146 100644 --- a/docs/header.html +++ b/docs/header.html @@ -16,6 +16,10 @@ .button_column{ width: 430px; } + .gplus { + float:right; + margin: 10px 0 0; + } @@ -43,6 +47,7 @@
  • Contribute
  • Sponsors
  • + diff --git a/docs/images/gplus.png b/docs/images/gplus.png new file mode 100644 index 0000000000..0ec57bbe26 Binary files /dev/null and b/docs/images/gplus.png differ