Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefügt
[website] / dist / about.html
index 2094d36..2a22185 100644 (file)
@@ -1,22 +1,19 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="uri='/about.html'"
+    th:replace="~{templates/layout :: layout(uri='/about.html')}"
     >
   <head>
-    <title>About</title>
+    <title id="title">About</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
-    <link rel="stylesheet/less" type="text/css" href="less/screen.less" media="screen"/>
-    <link rel="stylesheet/less" type="text/css" href="less/print.less" media="print"/>
-    <script src="js/less-1.7.0.min.js"></script>
+    <link rel="stylesheet" type="text/css" href="css/base.css"/>
+    <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen"/>
+    <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
     <!--*/-->
   </head>
   <body>
-    <article class="main" layout:fragment="maincontent">
+    <article class="maincontent">
       <header><h1>About</h1></header>
       <p>
         <span class="logo">juplo</span> is the place, where I collect and share
@@ -61,7 +58,7 @@
         <a href="references.html" th:href="@{/references.html}">what I have already done for others</a>.
       </p>
     </article>
-    <aside layout:fragment="marginalcontent" class="m">
+    <aside class="marginalcontent">
       <h2>Funded by the Europian Union</h2>
       <p>
         As partner of the company
       </p>
       <p>
         <a href="http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html" title="Show details about the funded resarch-project" class="img">
-          <img src="../img/EFRE_Foerderhinweis_deutsch_farbig.svg" alt="Europäische Union: Investitionen in unsere Zukunft - Europäischer Fonds für regionale Entwicklung" th:src="@{/img/EFRE_Foerderhinweis_deutsch_farbig.svg}" width="100%"/>
-          <img src="../img/Ziel2NRW_4c_1809_eps.svg" alt="EFRE.NRW 2014-2020: Invesitionen in Wachstum und Beschäftigung" th:src="@{/img/Ziel2NRW_4c_1809_eps.svg}" width="100%"/>
+          <img src="img/EFRE_Foerderhinweis_deutsch_farbig.svg" alt="Europäische Union: Investitionen in unsere Zukunft - Europäischer Fonds für regionale Entwicklung" th:src="@{/img/EFRE_Foerderhinweis_deutsch_farbig.svg}" width="100%"/>
+          <img src="img/Ziel2NRW_4c_1809_eps.svg" alt="EFRE.NRW 2014-2020: Invesitionen in Wachstum und Beschäftigung" th:src="@{/img/Ziel2NRW_4c_1809_eps.svg}" width="100%"/>
         </a>
       </p>
     </aside>
-    <ul layout:fragment="footer">
-      <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
-      <li class="f"><a class="f" href="impressum.html" th:href="@{/impressum.html}">Impressum</a></li>
-      <li class="f about"><strong class="f">About</strong></li>
-    </ul>
   </body>
 </html>