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