Fehler in den Potemkin-Seiten korrigiert
[website] / dist / thymeleaf / projects.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:layout="http://www.thymeleaf.org"
5     layout:decorator="/templates/layout"
6     th:with="title='Projects', uri='/projects.html'"
7     >
8   <head>
9     <title>Projects</title>
10     <!--/*-->
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
12     <link rel="stylesheet" type="text/css" href="../css/base.css"/>
13     <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen"/>
14     <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
15     <!--*/-->
16   </head>
17   <body thymeproxy:variables='MERGE:{"pages":{
18     "/projects.html": {
19       "name": "Projects",
20       "childs": {
21         "#foo": "Foo",
22         "#bar": "Bar"
23       },
24       "crumbs": [
25         { "uri": "/projects.html", "name": "Projects" }
26       ]
27     },
28     "#foo": { "name": "Foo", "childs": {} },
29     "#bar": { "name": "Bar", "childs": {} }
30     }}'>
31     <main class="main" layout:fragment="maincontent">
32       <div class="pack bg cf">
33         <div class="p left">
34           <header><h1>Projects</h1></header>
35           <p>
36             The projects hosted on
37             <a href="http://juplo.de">juplo.de</a>
38             are all open source.
39           </p>
40           <p>
41             The complete source-code can be found either in
42             <a href="http://juplo.de/gitweb/" title="Browse the git-repositories hosted on juplo.de">our own git-repositories</a>
43             or on
44             <a href="https://github.com/juplo" title="Browse our account on github.com">github.com</a>.
45           </p>
46         </div>
47         <div class="p right">
48           <h2>Hibernate Maven Plugin</h2>
49           <p>
50             The Hibernate Maven Plugin is a plugin for generating a database-schema from your Hibernate mappings.
51             Its main usage is to automatically create and populate a test-database for unit-tests.
52           </p>
53           <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
54         </div>
55       </div>
56       <br />
57       <div class="pack bg cf">
58         <div class="p left">
59           <h2>Apache-Maven Thymeleaf-Skin</h2>
60           <p>
61             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.
62           </p>
63           <p><a href="/maven-thymeleaf-skin/index.html" title="Visit ">Learn more...</a></p>
64         </div>
65         <div class="p right">
66           <h2>Simple Mapper 4 JSON</h2>
67           <p>
68             The simple-mapper parses arbitrary JSON-data into a hierarchy of maps and lists, without any further configuration- or setup-requirements.
69           </p>
70           <p><a href="/simple-mapper/index.html" title="Visit ">Learn more...</a></p>
71         </div>
72       </div>
73     </main>
74   </body>
75 </html>