ee456b442b8ad5b52d4f5050ad4b1ef464da3088
[website] / dist / index.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{templates/layout :: layout(uri='/index.html', contentclass='nomenu')}"
5     >
6   <head>
7     <title id="title">Home</title>
8     <!--/*-->
9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10     <link rel="stylesheet" type="text/css" href="css/base.css"/>
11     <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen"/>
12     <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
13     <!--*/-->
14   </head>
15   <body>
16     <ol id="crumbs">
17       <li class="b"><strong class="b">Home</strong></li>
18     </ol>
19     <h1 id="logo"><strong class="l"><img class="l" src="/img/logo.svg" alt="juplo"/></strong></h1>
20     <nav id="navigation">
21       <hr class="n"/>
22       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
23       <h1 class="nav">Navigation</h1>
24       <h2 class="nav menu">Section-Menu</h2>
25       <ul id="menu" class="cf">
26         <li class="m blog"><a href="blog/" th:href="@{/blog/}" class="m">Blog</a></li>
27         <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
28         <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
29       </ul>
30     </nav>
31     <div>
32       <h1>Startseite</h1>
33       <h2>Die Templates</h2>
34       <ul>
35         <li><a href="templates/layout.html">Layout</a> - Das Layout für juplo.de</li>
36         <li><a href="templates/fragments.html">Fragmente</a> Auf mehreren Seiten verwendete Inhalte</li>
37         <li><a href="templates/404.html">404-Fehlerseite</a></li>
38         <li><a href="templates/error.html">5xx-Fehlerseite</a></li>
39         <li><a href="templates/testlab.html">Testlab</a> Testseite für die Skalierung auf untrschiedliche Seitenbreiten</li>
40       </ul>
41       <h2>Fake-Inhalte</h2>
42       <ul>
43         <li><a href="projects.html">Potemkinsche Dörfer</a> - Beispielseiten zum Testen der gerenderten Menüstruktur</li>
44         <li><a href="potemkin/typo.html">Typografie</a></li>
45         <li><a href="potemkin/html-experimente/formulare.html">Formulare</a></li>
46         <li><a href="potemkin/html-experimente.html">HTML-Experimente</a> - Testseiten für Edge-Cases</li>
47       </ul>
48     </div>
49     <main class="maincontent">
50       <div class="pack bg cf">
51         <div class="p right">
52           <h2>Work In Progress&#8230;</h2>
53           <p>This page is under heavy construction.</p>
54           <p style="text-align: center"><img src="/img/wip.gif" alt="Man bashing his head on a computer-keyboard"/></p>
55           <p>So, please be patiance with us&#8230;</p>
56         </div>
57         <div class="p left">
58           <h2>About juplo</h2>
59           <ul>
60             <li><a href="/about.html" title="Visit my about-pag">More about juplo</a></li>
61             <li><a href="/blog/" title="(Hopefully) helpful stuff">Blog</a></li>
62             <li><a href="/projects.html" title="All current projects">Projects</a></li>
63             <li><a href="/contact.html" title="All contact-information on a glance">Contact</a></li>
64           </ul>
65         </div>
66       </div>
67       <div class="single">
68         <h1>Hibernate Maven Plugin</h1>
69         <p><strong>A simple Plugin for generating a Database-Schema from Hibernate Mappings</strong></p>
70         <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>
71         <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
72       </div>
73     </main>
74     <aside class="marginalcontent">
75       <div class="widget widget_recent_entries">
76         <h2 class="widgettitle">Recent Posts</h2>
77         <ul>
78           <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>
79           <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>
80           <li><a href="http://juplo.de/problems-deploying-a-spring-boot-app-as-war/">Problems Deploying A Spring-Boot-App As WAR</a></li>
81           <li><a href="http://juplo.de/hibernate-maven-plugin-2-0-0-released/">hibernate-maven-plugin 2.0.0 released!</a></li>
82           <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>
83         </ul>
84       </div>
85     </aside>
86   </body>
87 </html>