69e1007f8e6992f126f2c3624d7c3baf8d0535c6
[website] / src / main / webapp / thymeleaf / impressum.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     >
7   <head>
8     <title>Impressum</title>
9     <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
10     <script src="../../js/less-1.5.1.js" th:remove="all"></script>
11   </head>
12   <body>
13     <ol layout:fragment="breadcrumb">
14       <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
15       <li class="b"><strong class="b">Impressum</strong></li>
16     </ol>
17     <nav layout:fragment="navigation">
18       <hr class="n"/>
19       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
20       <h1 class="nav">Navigation</h1>
21       <h2 class="nav menu">Section-Menu</h2>
22       <ul id="menu" class="s active cf">
23         <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
24         <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
25         <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
26       </ul>
27       <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">Impressum</strong></h2>
28       <ul id="submenu">
29         <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
30         <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
31         <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
32         <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
33         <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
34         <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
35       </ul>
36     </nav>
37     <article class="main" layout:fragment="maincontent">
38       <header><h1>Impressum</h1></header>
39       <p><em>Angaben gemäß § 5 TMG:</em></p>
40       <p>
41         Kai Moritz<br />
42         juplo.de<br />
43         Zumsandestr. 29a<br />
44         48145 Münster
45       </p>
46       <p>Telefon: +49 (0) 176 20 50 47 47</p>
47       <p>E-Mail: <a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
48       <p>Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz: DE 23 500 84 56</p>
49       <p>Aufsichtsbehörde: Stadt Münster</p>
50       <!-- http://www.e-recht24.de/impressum-generator.html -->
51       <h1>Contact</h1>
52       <p>
53         More contact-information (Facebook, Google+, ...) can be found on the
54         <a href="contact.html" th:href="@{/contact.html}" title="Show all contact-informations">contact-page</a>.
55       </p>
56     </article>
57     <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
58     <ul layout:fragment="footer">
59       <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
60       <li class="f"><strong class="f">Impressum</strong></li>
61       <li class="f about"><a class="f" href="about.html" th:href="@{/about.html}">About</a></li>
62     </ul>
63   </body>
64 </html>