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