diff options
author | Florian <stayawake@lavabit.com> | 2013-04-25 14:12:44 +0200 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2013-04-25 14:12:44 +0200 |
commit | 069a3a0875fe722de86b3a1c925e96f4d2b6c968 (patch) | |
tree | 51449ce09b5244133aa8efd4de738c9cabac11c3 | |
parent | 554a9ea6e2a27e8e92b6e6fb7e47979b7153d24a (diff) |
sustituted image on termine page
-rw-r--r-- | public/img/hallway.jpg | bin | 0 -> 813892 bytes | |||
-rw-r--r-- | public/img/hallway_klein.jpg | bin | 0 -> 93159 bytes | |||
-rw-r--r-- | public/img/tuercode.jpg | bin | 516437 -> 0 bytes | |||
-rw-r--r-- | public/img/tuercode_klein.jpg | bin | 50268 -> 0 bytes | |||
-rw-r--r-- | template/pages/termine/content.html | 4 |
5 files changed, 2 insertions, 2 deletions
diff --git a/public/img/hallway.jpg b/public/img/hallway.jpg Binary files differnew file mode 100644 index 0000000..16d9fc0 --- /dev/null +++ b/public/img/hallway.jpg diff --git a/public/img/hallway_klein.jpg b/public/img/hallway_klein.jpg Binary files differnew file mode 100644 index 0000000..c6c61b3 --- /dev/null +++ b/public/img/hallway_klein.jpg diff --git a/public/img/tuercode.jpg b/public/img/tuercode.jpg Binary files differdeleted file mode 100644 index 17f1b53..0000000 --- a/public/img/tuercode.jpg +++ /dev/null diff --git a/public/img/tuercode_klein.jpg b/public/img/tuercode_klein.jpg Binary files differdeleted file mode 100644 index 38d7321..0000000 --- a/public/img/tuercode_klein.jpg +++ /dev/null diff --git a/template/pages/termine/content.html b/template/pages/termine/content.html index 7e817dc..1bdeb5e 100644 --- a/template/pages/termine/content.html +++ b/template/pages/termine/content.html @@ -2,9 +2,9 @@ [ Termine ] </h2> <div class="imagecontent"> - <a href="img/tuercode.jpg" class="img"><img class="contentimage" src="img/tuercode_klein.jpg" alt="Das Buero"></a> + <a href="img/hallway.jpg" class="img"><img class="contentimage" src="img/hallway_klein.jpg" alt="Unser Flur mit Buero, Lager, Hacklab."></a> <p class="subtext"> - Unsere Pforte + Der Flur mit Buero, Lager und Hacklab, im Hintergrund die Eingangstuer. </p> </div> <p> |