2ce987020209bb7ccaf545ebab2173ad1707d7d9
[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     <!--/*-->
10     <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
11     <style type="text/css">
12       @import '../css/screen.min.css' screen;
13       @import '../css/print.min.css' print;
14     </style>
15     <!--*/-->
16   </head>
17   <body>
18     <ol layout:fragment="breadcrumb">
19       <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
20       <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
21       <li class="b"><strong class="b">Expertise</strong></li>
22     </ol>
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="s active 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="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
31         <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
32       </ul>
33       <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
34       <ul id="submenu">
35         <li class="s sub">
36           <strong class="s">Expertise</strong>
37           <ul class="s active">
38             <li class="s"><span href="web-engineering.html" th:href="@{/web-engineering.html}" class="s">Web-Engineering</span></li>
39             <li class="s"><span href="spring-framework.html" th:href="@{/spring-framework.html}" class="s">Spring Framework</span></li>
40             <li class="s"><span href=".html" th:href="@{/.html}" class="s"></span></li>
41             <li class="s"><span href="responsive-web-design.html" th:href="@{/responsive-web-design.html}" class="s">Responsive Webdesign</span></li>
42             <li class="s"><span href="web-ui-esign.html" th:href="@{/web-ui-esign.html}" class="s">WEB-UI-Design</span></li>
43             <li class="s"><span href="seo.html" th:href="@{/seo.html}" class="s">SEO</span></li>
44           </ul>
45         </li>
46         <li class="s sub off"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
47         <li class="s off"><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
48       </ul>
49     </nav>
50     <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
51   </body>
52 </html>