changeset 29:980b1d8e93c1

Insert logo in navbar.
author Ariane Broermann <ariane@intevation.de>
date Mon, 03 Mar 2014 11:05:25 +0100
parents a15da4b6bdce
children c69b8e62172f
files contact.html index.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contact.html	Mon Mar 03 11:05:02 2014 +0100
+++ b/contact.html	Mon Mar 03 11:05:25 2014 +0100
@@ -34,7 +34,7 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
               </button>
-              <a class="navbar-brand" href="index.html">D4E-Logo</a>
+              <a class="brand" href="index.html"><img src="img/logo.png" alt="logo" class="img-responsive"></a>
             </div>
             <div class="navbar-collapse collapse">
               <ul class="nav navbar-nav navbar-right">
--- a/index.html	Mon Mar 03 11:05:02 2014 +0100
+++ b/index.html	Mon Mar 03 11:05:25 2014 +0100
@@ -31,7 +31,7 @@
                         <span class="icon-bar"></span>
                         <span class="icon-bar"></span>
                     </button>
-                    <a class="navbar-brand" href="#">D4E-Logo</a>
+                    <a class="brand" href="index.html"><img src="img/logo.png" alt="logo" class="img-responsive"></a>
                 </div>
                 <div class="navbar-collapse collapse">
                     <ul class="nav navbar-nav navbar-right">
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)