Templates und Seiten zurück in das Unterverzeichnis /thymeleaf/ verschoben
[website] / dist / thymeleaf / index.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="contentclass='nomenu', uri='/index.html'"
7     >
8   <head>
9     <title>Home</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>
19     <ol layout:fragment="breadcrumb">
20       <li class="b"><strong class="b">Home</strong></li>
21     </ol>
22     <h1 layout:fragment="header"><strong class="l">juplo</strong></h1>
23     <nav layout:fragment="navigation">
24       <hr class="n"/>
25       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
26       <h1 class="nav">Navigation</h1>
27       <h2 class="nav menu">Section-Menu</h2>
28       <ul id="menu" class="cf">
29         <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
30         <li class="m projects"><a href="potemkin.html" th:href="@{/potemkin.html}" class="m">Projects</a></li>
31         <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
32       </ul>
33     </nav>
34     <main class="main" layout:fragment="maincontent">
35       <div class="pack bg cf">
36         <div class="p right">
37           <h2>Work In Progress&#8230;</h2>
38           <p>This page is under heavy construction.</p>
39           <p style="text-align: center"><img src="/img/wip.gif" alt="Man bashing his head on a computer-keyboard"/></p>
40           <p>So, please be patiance with us&#8230;</p>
41         </div>
42         <div class="p left">
43           <h2>About juplo</h2>
44           <ul>
45             <li><a href="/about.html" title="Visit my about-pag">More about juplo</a></li>
46             <li><a href="/blog/" title="(Hopefully) helpful stuff">Blog</a></li>
47             <li><a href="/projects/" title="All current projects">Projects</a></li>
48             <li><a href="/contact.html" title="All contact-information on a glance">Contact</a></li>
49           </ul>
50         </div>
51       </div>
52       <div class="single">
53         <h1>Hibernate Maven Plugin</h1>
54         <p><strong>A simple Plugin for generating a Database-Schema from Hibernate Mappings</strong></p>
55         <p>hibernate-maven-plugin is a plugin for generating a database-schema from your Hibernate mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the dbunit-maven-plugin.</p>
56         <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
57       </div>
58     </main>
59     <aside class="main" layout:fragment="marginalcontent">
60       <div class="widget widget_recent_entries">
61         <h2 class="widgettitle">Recent Posts</h2>
62         <ul>
63           <li><a href="http://juplo.de/show-spring-boot-auto-configuration-report-when-running-via-mvn-spring-boot-run/">Show Spring-Boot Auto-Configuration-Report When Running Via &#8220;mvn spring-boot:run&#8221;</a></li>
64           <li><a href="http://juplo.de/parsing-json-from-facebooks-graph-api-using-jackson-2-x-and-javas-new-time-api/">Parsing JSON From Facebooks Graph-API Using Jackson 2.x And Java&#8217;s New Time-API</a></li>
65           <li><a href="http://juplo.de/problems-deploying-a-spring-boot-app-as-war/">Problems Deploying A Spring-Boot-App As WAR</a></li>
66           <li><a href="http://juplo.de/hibernate-maven-plugin-2-0-0-released/">hibernate-maven-plugin 2.0.0 released!</a></li>
67           <li><a href="http://juplo.de/release-of-a-maven-plugin-to-maven-central-fails-with-error-unknown-tag-goal/">Release Of A Maven-Plugin to Maven Central Fails With &#8220;error: unknown tag: goal&#8221;</a></li>
68         </ul>
69       </div>
70     </aside>
71   </body>
72 </html>