v20191230
authorkilian (ksmachome) <ksaffran@dks.lu>
Mon, 30 Dec 2019 08:24:08 +0000 (09:24 +0100)
committerkilian (ksmachome) <ksaffran@dks.lu>
Mon, 30 Dec 2019 08:24:08 +0000 (09:24 +0100)
img/arrow_toright.svg [new file with mode: 0755]
img/dks_logo.png [new file with mode: 0644]
tmpl/page/index.tt
tmpl/skeleton/index.tt

diff --git a/img/arrow_toright.svg b/img/arrow_toright.svg
new file mode 100755 (executable)
index 0000000..dd63a46
--- /dev/null
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="utf-8"?> \r<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" \r      x="0px" y="0px" width="50px" height="50px" viewBox="0 0 516.99 319"> \r<path d="M306.57026832772,54.0654773731367L306.57026832772,125.392267229094 34.4076439685887,125.392267229094 34.4076439685887,193.584367753996 306.57026832772,193.584367753996 306.57026832772,264.930513383879 468.37754982186,159.507112504973z M272.162645036704,0L516.994981462485,159.507112504973 272.162645036704,318.996004106535 272.162645036704,215.979417802824 0,215.979417802824 0,103.016572954191 272.162645036704,103.016572954191z"/> \r</svg>
\ No newline at end of file
diff --git a/img/dks_logo.png b/img/dks_logo.png
new file mode 100644 (file)
index 0000000..fe070d8
Binary files /dev/null and b/img/dks_logo.png differ
index 5d2f769..7462f69 100644 (file)
@@ -1,4 +1,4 @@
-  <div class="w3-display-container">
+  <!-- <div class="w3-display-container">
       <div class="w3-display-container mySlides" style="height: 200px; overflow: hidden;">
         <img src="[% abspath %]img/slides/slide1.jpg" style="width:100%">
         <div class="w3-display-middle w3-container w3-padding-32">
           <h1>Manage your data the easy way</h1>
         </div>
       </div>
+    </div>
+     -->
+     <div class="w3-container w3-center">
+      <h1>Wir sind umgezogen</h1>
+    </div>
+    <div class="w3-display-container w3-row w3-center" style="margin-top: 70px;">
+      <div class="w3-container w3-third">
+        <img src="[% abspath %]img/dks_logo.png" style="width: 200px;"><br/>
+        <strong>DKS s.à r.l.</strong><br>
+          <address style="text-decoration: line-through;">8b, rue du Moulin<br>
+        L-6914 Roodt/Syre<br/>
+            Tel: +352 26 78 74 06<br/>
+            E-Mail: info@dks.lu
+      </address>
+          
+      </div>
+      <div class="w3-container w3-quarter w3-center">
+        <img src="[% abspath %]img/arrow_toright.svg" style="width: 70%;">
+      </div>
+      <div class="w3-container w3-third w3-center">
+        <img src="[% abspath %]img/saffranitconsulting.svg" style="width: 90%;"><br/>
+        <strong>SAFFRAN IT Consulting</strong><br>
+          <address>4, rue Principale<br>
+        L-3770 Tétange</address>
+        Tel: +352 691 504 574<br/>
+            E-Mail: info@saffran.lu
+      </div>
     </div>
     <div class="w3-container w3-center">
       <h1>Unsere Produkte</h1>
index a08fd06..8a48e56 100644 (file)
@@ -11,7 +11,7 @@
 </head>
 <body >
   [% INCLUDE block/topnav.tt %] 
-  <div class="w3-display-container w3-main" style="margin-top: 77px; min-height: 70vh;">
+  <div class="w3-display-container w3-main" style="margin-top: 100px; min-height: 70vh;">
   [% INCLUDE $page %]
 </div>
   [% INCLUDE block/footer.tt %]