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