Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefügt
[website] / dist / about.html
index f6f0f16..2a22185 100644 (file)
@@ -1,42 +1,19 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
+    th:replace="~{templates/layout :: layout(uri='/about.html')}"
     >
   <head>
-    <title>About</title>
+    <title id="title">About</title>
     <!--/*-->
-    <link rel="stylesheet" type="text/css" href="css/base.min.css"/>
-    <style type="text/css">
-      @import 'css/screen.min.css' screen;
-      @import 'css/print.min.css' print;
-    </style>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <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>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><strong class="b">About</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><strong class="m">About</strong></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">About</strong></h2>
-      <ul id="submenu">
-        <li class="s sub"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
-        <li class="s sub"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
-        <li class="s "><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
-      </ul>
-    </nav>
-    <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
@@ -81,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>