/potemkin.html nach /projects.html verschoben
[website] / dist / about.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{templates/layout :: layout(uri='/about.html')}"
5     >
6   <head>
7     <title id="title">About</title>
8     <!--/*-->
9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10     <link rel="stylesheet" type="text/css" href="css/base.css"/>
11     <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen"/>
12     <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
13     <!--*/-->
14   </head>
15   <body>
16     <article class="maincontent">
17       <header><h1>About</h1></header>
18       <p>
19         <span class="logo">juplo</span> is the place, where I collect and share
20         my more or less private projects.
21         It is a lab for experiments, that help me to do my job as a freelancer
22         at the desired level of quality.
23         Here, I can play with all the fancy new stuff, that might be a little
24         bit to much bleeding edge, to be used on a production site of a paying
25         client.
26       </p>
27       <p>
28         I decided to share all this stuff, because I am always learning a lot
29         from the internet-community.
30         I wanted to give back a little and try to help and teach others, as I
31         was helped and teached.
32         Also, this is a good oportunity, to show what I am doing and to do a 
33         little self-publicity...
34       </p>
35       <p>
36         <span class="logo">juplo</span> mainly consists of two parts:
37       </p>
38       <ul>
39         <li>
40           In the <a href="blog.html" th:href="@{/blog.html}">blog</a>, I summarize, how I solved
41           some every-day problems, other people might stumble across too.
42           I am introducing new projects there and announcing new versions and/or
43           bugfixes to older projects.
44         </li>
45         <li>
46           The other part of the site is the
47           <a href="projects.html" th:href="@{/projects.html}">projects-section</a>.
48           This is where I am hosting all projects, that I have made publicy
49           available.
50         </li>
51       </ul>
52       <p>
53         If you want to hire me, you can find out more on the
54         <a href="contact.html" th:href="@{/contact.html}">contact-page</a>.
55         If you are not yet sure, if you want to hire me, you might be
56         interessted in
57         <a href="expertise.html" th:href="@{/expertise.html}">what I can do for you</a>, or 
58         <a href="references.html" th:href="@{/references.html}">what I have already done for others</a>.
59       </p>
60     </article>
61     <aside class="marginalcontent">
62       <h2>Funded by the Europian Union</h2>
63       <p>
64         As partner of the company
65         <a href="http://yourshouter.com" title="Visit the Homepage of the company">yourSHOUTER UG (haftungsbeschränkt)</a>
66         we publish results of a
67         <a href="http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html" title="Show details about the funded resarch-project">resarch-project</a>,
68         that is funded by the European Union and the federal state Northrhine-Westphalia.
69       </p>
70       <p>
71         <a href="http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html" title="Show details about the funded resarch-project" class="img">
72           <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%"/>
73           <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%"/>
74         </a>
75       </p>
76     </aside>
77   </body>
78 </html>