less.js ausgebaut
[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:/thymeleaf/projects.json">
18     <main class="main" layout:fragment="maincontent">
19       <div class="pack bg cf">
20         <div class="p left">
21           <header><h1>Projects</h1></header>
22           <p>
23             The projects hosted on
24             <a href="http://juplo.de">juplo.de</a>
25             are all open source.
26           </p>
27           <p>
28             The complete source-code can be found either in
29             <a href="http://juplo.de/gitweb/" title="Browse the git-repositories hosted on juplo.de">our own git-repositories</a>
30             or on
31             <a href="https://github.com/juplo" title="Browse our account on github.com">github.com</a>.
32           </p>
33         </div>
34         <div class="p right">
35           <h2>Hibernate Maven Plugin</h2>
36           <p>
37             The Hibernate Maven Plugin is a plugin for generating a database-schema from your Hibernate mappings.
38             Its main usage is to automatically create and populate a test-database for unit-tests.
39           </p>
40           <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
41         </div>
42       </div>
43       <br />
44       <div class="pack bg cf">
45         <div class="p left">
46           <h2>Apache-Maven Thymeleaf-Skin</h2>
47           <p>
48             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.
49           </p>
50           <p><a href="/maven-thymeleaf-skin/index.html" title="Visit ">Learn more...</a></p>
51         </div>
52         <div class="p right">
53           <h2>Simple Mapper 4 JSON</h2>
54           <p>
55             The simple-mapper parses arbitrary JSON-data into a hierarchy of maps and lists, without any further configuration- or setup-requirements.
56           </p>
57           <p><a href="/simple-mapper/index.html" title="Visit ">Learn more...</a></p>
58         </div>
59       </div>
60     </main>
61   </body>
62 </html>