6bc494848cd52e694ef178ada8387c66aa8717d4
[website] / src / main / webapp / WEB-INF / views / about.jsp
1 <%@page contentType="text/html;charset=UTF-8"%>
2 <%@page pageEncoding="UTF-8"%>
3 <%@page session="false" %>
4 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
5 <t:insertDefinition name="BASEPAGE">
6   <t:putAttribute name="title" value="About" type="string"/>
7   <t:putAttribute name="breadcrumb">
8     <li class="b"><a class="b" href="${base}index.html">Home</a></li>
9     <li class="b"><strong class="b">About</strong></li>
10   </t:putAttribute>
11   <t:putAttribute name="navigation" type="string">
12     <h1 class="nav">Navigation</h1>
13     <h2 class="nav menu">Section-Menu</h2>
14     <ul id="menu" class="s active cf">
15       <li class="m blog"><a href="${base}blog.html" class="m">Blog</a></li>
16       <li class="m projects"><a href="${base}projects.html" class="m">Projects</a></li>
17       <li class="m about"><strong class="m">About</strong></li>
18     </ul>
19     <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">About</strong></h2>
20     <ul id="submenu">
21       <li class="s sub"><a href="${base}expertise.html" class="s">Expertise</a></li>
22       <li class="s sub"><a href="${base}references.html" class="s">References</a></li>
23       <li class="s "><a href="${base}contact.html" class="s">Contact</a></li>
24     </ul>
25   </t:putAttribute>
26   <t:putAttribute name="maincontent" type="string">
27     <p>
28       <span class="logo">juplo</span> is the place, where I collect and share
29       my more or less private projects.
30       It is a lab for experiments, that help me to do my job as a freelancer
31       at the desired level of quality.
32       Here, I can play with all the fancy new stuff, that might be a little
33       bit to much bleeding edge, to be used on a production site of a paying
34       client.
35     </p>
36     <p>
37       I decided to share all this stuff, because I am always learning a lot
38       from the internet-community.
39       I wanted to give back a little and try to help and teach others, as I
40       was helped and teached.
41       Also, this is a good oportunity, to show what I am doing and to do a 
42       little self-publicity...
43     </p>
44     <p>
45       <span class="logo">juplo</span> mainly consists of two parts:
46     </p>
47     <ul>
48       <li>
49         In the <a href="${base}blog.html">blog</a>, I summarize, how I solved
50         some every-day problems, other people might stumble across too.
51         I am introducing new projects there and announcing new versions and/or
52         bugfixes to older projects.
53       </li>
54       <li>
55         The other part of the site is the
56         <a href="${base}projects.html">projects-section</a>.
57         This is where I am hosting all projects, that I have made publicy
58         available.
59       </li>
60     </ul>
61     <p>
62       If you want to hire me, you can find out more on the
63       <a href="${base}contact.html">contact-page</a>.
64       If you are not yet sure, if you want to hire me, you might be
65       interessted in
66       <a href="${base}expertise.html">what I can do for you</a>, or 
67       <a href="${base}references.html">what I have already done for others</a>.
68     </p>
69   </t:putAttribute>
70   <t:putAttribute name="marginalcontent" type="string" value=""/>
71   <t:putAttribute name="footer" type="string">
72     <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
73     <li class="f"><a class="f" href="${base}impressum.html">Impressum</a></li>
74     <li class="f about"><strong class="f">About</strong></li>
75   </t:putAttribute>
76 </t:insertDefinition>