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