diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-05-18 20:57:40 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-05-18 20:57:40 +0200 |
commit | b00616b2dcc44a59cf89c0980d4e8233b944da50 (patch) | |
tree | 134618b821c529691e4cdb3e587e8d15f1a1644f | |
parent | 0320d8f80ac3fef8277cbfd7a646e86f18441fab (diff) | |
download | mutti-web-b00616b2dcc44a59cf89c0980d4e8233b944da50.tar.gz mutti-web-b00616b2dcc44a59cf89c0980d4e8233b944da50.tar.bz2 mutti-web-b00616b2dcc44a59cf89c0980d4e8233b944da50.zip |
Add Facebook and Google Plus link
-rw-r--r-- | img/facebook.jpg | bin | 0 -> 2884 bytes | |||
-rw-r--r-- | img/gplus.png | bin | 0 -> 25025 bytes | |||
-rw-r--r-- | xsl/layout.xsl | 8 |
3 files changed, 8 insertions, 0 deletions
diff --git a/img/facebook.jpg b/img/facebook.jpg Binary files differnew file mode 100644 index 0000000..079c933 --- /dev/null +++ b/img/facebook.jpg diff --git a/img/gplus.png b/img/gplus.png Binary files differnew file mode 100644 index 0000000..08c7af9 --- /dev/null +++ b/img/gplus.png diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 1c4614e..1437054 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -41,6 +41,14 @@ Fax: 038461/599811<br/> Mobil: 0172/9302774<br/> E-Mail: <a href="mailto:franzke.buetzow@t-online.de">franzke.buetzow@t-online.de</a> + + <a href="https://www.facebook.com/pages/Beratung-Controlling-Angelika-Franzke/619857168040817"> + <img src="img/facebook.jpg" style="width: 30px; height:30px;" alt="Facebook" /> + </a> + <a href="https://plus.google.com/112211240794067152603"> + <img src="img/gplus.png" style="width: 30px; height:30px;" alt="Google Plus" /> + </a> + <hr style="margin-top: 3px; margin-bottom: 10px;"/> <a href="contact{$suffix}" class="redbox"> |