HTML-Templates für die direkte Kontrolle als UTF-8-Kodiert markiert
[website] / dist / expertise.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>Expertise</title>
9     <!--/*-->
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="stylesheet" type="text/css" href="css/base.min.css"/>
12     <style type="text/css">
13       @import 'css/screen.min.css' screen;
14       @import 'css/print.min.css' print;
15     </style>
16     <!--*/-->
17   </head>
18   <body>
19     <ol layout:fragment="breadcrumb">
20       <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
21       <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
22       <li class="b"><strong class="b">Expertise</strong></li>
23     </ol>
24     <nav layout:fragment="navigation">
25       <hr class="n"/>
26       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
27       <h1 class="nav">Navigation</h1>
28       <h2 class="nav menu">Section-Menu</h2>
29       <ul id="menu" class="s active cf">
30         <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
31         <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
32         <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
33       </ul>
34       <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
35       <ul id="submenu">
36         <li class="s sub">
37           <strong class="s">Expertise</strong>
38           <ul class="s active">
39             <li class="s"><span href="web-engineering.html" th:href="@{/web-engineering.html}" class="s">Web-Engineering</span></li>
40             <li class="s"><span href="spring-framework.html" th:href="@{/spring-framework.html}" class="s">Spring Framework</span></li>
41             <li class="s"><span href=".html" th:href="@{/.html}" class="s"></span></li>
42             <li class="s"><span href="responsive-web-design.html" th:href="@{/responsive-web-design.html}" class="s">Responsive Webdesign</span></li>
43             <li class="s"><span href="web-ui-esign.html" th:href="@{/web-ui-esign.html}" class="s">WEB-UI-Design</span></li>
44             <li class="s"><span href="seo.html" th:href="@{/seo.html}" class="s">SEO</span></li>
45           </ul>
46         </li>
47         <li class="s sub off"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
48         <li class="s off"><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
49       </ul>
50     </nav>
51     <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
52   </body>
53 </html>