less.js ausgebaut
[website] / dist / thymeleaf / projects.html
index 4737f8d..7ede012 100644 (file)
@@ -2,29 +2,61 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Projects'"
+    layout:decorator="/templates/layout"
+    th:with="title='Projects', uri='/projects.html'"
     >
   <head>
     <title>Projects</title>
     >
   <head>
     <title>Projects</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>
   </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">Projects</strong></li>
-    </ol>
-    <ul layout:fragment="submenu">
-      <li class="s sub"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-      <li class="s sub"><a href="projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
-      <li class="s"><a href="#" class="s">jquery.openx</a></li>
-      <li class="s sub"><a href="projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-      <li class="s sub"><a href="#" class="s">accelerator</a></li>
-      <li class="s"><a href="projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-    </ul>
+  <body thymeproxy:variables="MERGE:/thymeleaf/projects.json">
+    <main class="main" layout:fragment="maincontent">
+      <div class="pack bg cf">
+        <div class="p left">
+          <header><h1>Projects</h1></header>
+          <p>
+            The projects hosted on
+            <a href="http://juplo.de">juplo.de</a>
+            are all open source.
+          </p>
+          <p>
+            The complete source-code can be found either in
+            <a href="http://juplo.de/gitweb/" title="Browse the git-repositories hosted on juplo.de">our own git-repositories</a>
+            or on
+            <a href="https://github.com/juplo" title="Browse our account on github.com">github.com</a>.
+          </p>
+        </div>
+        <div class="p right">
+          <h2>Hibernate Maven Plugin</h2>
+          <p>
+            The Hibernate Maven Plugin is a plugin for generating a database-schema from your Hibernate mappings.
+            Its main usage is to automatically create and populate a test-database for unit-tests.
+          </p>
+          <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
+        </div>
+      </div>
+      <br />
+      <div class="pack bg cf">
+        <div class="p left">
+          <h2>Apache-Maven Thymeleaf-Skin</h2>
+          <p>
+            The maven-thymeleaf-skin gives you full control over the markup and styling of the project documentation, generated by the <code>site</code>-goal of your maven-projects.
+          </p>
+          <p><a href="/maven-thymeleaf-skin/index.html" title="Visit ">Learn more...</a></p>
+        </div>
+        <div class="p right">
+          <h2>Simple Mapper 4 JSON</h2>
+          <p>
+            The simple-mapper parses arbitrary JSON-data into a hierarchy of maps and lists, without any further configuration- or setup-requirements.
+          </p>
+          <p><a href="/simple-mapper/index.html" title="Visit ">Learn more...</a></p>
+        </div>
+      </div>
+    </main>
   </body>
 </html>
   </body>
 </html>