Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / src / main / webapp / thymeleaf / contact.html
diff --git a/src/main/webapp/thymeleaf/contact.html b/src/main/webapp/thymeleaf/contact.html
deleted file mode 100644 (file)
index 7faea16..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Contact</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
-      <li class="b"><strong class="b">Contact</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
-      <ul id="submenu">
-        <li class="s sub"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
-        <li class="s sub"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
-        <li class="s"><strong class="s">Contact</strong></li>
-      </ul>
-    </nav>
-    <div id="content" class="main pack cf" layout:fragment="maincontent">
-      <div class="pack">
-        <div class="p left">
-          <img class="p" src="../img/kai-moritz.jpg" th:src="@{/img/kai-moritz.jpg}" alt="Portrait"/>
-        </div>
-        <article class="p right">
-          <header><h1>Contact</h1></header>
-          <h2>Address</h2>
-          <p>
-            Kai Moritz<br />
-            Zumsandestr. 29a<br />
-            48145 Münster
-          </p>
-          <h2>Email</h2>
-          <p><a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
-          <h2>Phone</h2>
-          <p>+49 (0) 176 20 50 47 47</p>
-          <h2>Networking</h2>
-          <ul>
-            <li><a href="https://www.google.com/+KaiMoritz" title="Google+">www.google.com/+KaiMoritz</a></li>
-            <li><a href="https://www.xing.com/profile/Kai_Moritz" title="Xing">www.xing.com/profile/Kai_Moritz</a></li>
-          </ul>
-          <!--
-          <h2>About Me</h2>
-          <h2><em>Übersetzung?!?</em> Jobportale</h2>
-          -->
-        </article>
-      </div>
-    </div>
-  </body>
-</html>