54b3af01d64c1e4097110e961b0d642d6c8a4755
[website] / dist / about.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>About</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"><strong class="b">About</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"><strong class="m">About</strong></li>
32       </ul>
33       <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">About</strong></h2>
34       <ul id="submenu">
35         <li class="s sub"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
36         <li class="s sub"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
37         <li class="s "><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
38       </ul>
39     </nav>
40     <article class="main" layout:fragment="maincontent">
41       <header><h1>About</h1></header>
42       <p>
43         <span class="logo">juplo</span> is the place, where I collect and share
44         my more or less private projects.
45         It is a lab for experiments, that help me to do my job as a freelancer
46         at the desired level of quality.
47         Here, I can play with all the fancy new stuff, that might be a little
48         bit to much bleeding edge, to be used on a production site of a paying
49         client.
50       </p>
51       <p>
52         I decided to share all this stuff, because I am always learning a lot
53         from the internet-community.
54         I wanted to give back a little and try to help and teach others, as I
55         was helped and teached.
56         Also, this is a good oportunity, to show what I am doing and to do a 
57         little self-publicity...
58       </p>
59       <p>
60         <span class="logo">juplo</span> mainly consists of two parts:
61       </p>
62       <ul>
63         <li>
64           In the <a href="blog.html" th:href="@{/blog.html}">blog</a>, I summarize, how I solved
65           some every-day problems, other people might stumble across too.
66           I am introducing new projects there and announcing new versions and/or
67           bugfixes to older projects.
68         </li>
69         <li>
70           The other part of the site is the
71           <a href="projects.html" th:href="@{/projects.html}">projects-section</a>.
72           This is where I am hosting all projects, that I have made publicy
73           available.
74         </li>
75       </ul>
76       <p>
77         If you want to hire me, you can find out more on the
78         <a href="contact.html" th:href="@{/contact.html}">contact-page</a>.
79         If you are not yet sure, if you want to hire me, you might be
80         interessted in
81         <a href="expertise.html" th:href="@{/expertise.html}">what I can do for you</a>, or 
82         <a href="references.html" th:href="@{/references.html}">what I have already done for others</a>.
83       </p>
84     </article>
85     <aside layout:fragment="marginalcontent" class="m">
86       <h2>Funded by the Europian Union</h2>
87       <p>
88         As partner of the company
89         <a href="http://yourshouter.com" title="Visit the Homepage of the company">yourSHOUTER UG (haftungsbeschränkt)</a>
90         we publish results of a
91         <a href="http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html" title="Show details about the funded resarch-project">resarch-project</a>,
92         that is funded by the European Union and the federal state Northrhine-Westphalia.
93       </p>
94       <p>
95         <a href="http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html" title="Show details about the funded resarch-project" class="img">
96           <img src="../img/EFRE_Foerderhinweis_deutsch_farbig.svg" alt="Europäische Union: Investitionen in unsere Zukunft - Europäischer Fonds für regionale Entwicklung" th:src="@{/img/EFRE_Foerderhinweis_deutsch_farbig.svg}" width="100%"/>
97           <img src="../img/Ziel2NRW_4c_1809_eps.svg" alt="EFRE.NRW 2014-2020: Invesitionen in Wachstum und Beschäftigung" th:src="@{/img/Ziel2NRW_4c_1809_eps.svg}" width="100%"/>
98         </a>
99       </p>
100     </aside>
101     <ul layout:fragment="footer">
102       <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
103       <li class="f"><a class="f" href="impressum.html" th:href="@{/impressum.html}">Impressum</a></li>
104       <li class="f about"><strong class="f">About</strong></li>
105     </ul>
106   </body>
107 </html>