From: Kai Moritz Date: Tue, 11 Mar 2014 17:24:47 +0000 (+0100) Subject: Kontakt-Seite überarbeitet X-Git-Tag: src-main-frontend--juplo--home-kai~17 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=8a8d3ae6b95417129d6a2559b9b0d9cdca617c91;p=website Kontakt-Seite überarbeitet --- diff --git a/src/main/webapp/WEB-INF/views/contact.jsp b/src/main/webapp/WEB-INF/views/contact.jsp index d1c686c..3f8675f 100644 --- a/src/main/webapp/WEB-INF/views/contact.jsp +++ b/src/main/webapp/WEB-INF/views/contact.jsp @@ -3,7 +3,7 @@ <%@page session="false" %> <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> - +
  • Home
  • About
  • @@ -24,11 +24,34 @@
  • Contact
  • - -

    About Me

    -

    Address

    -

    Social Media

    -

    Übersetzung?!? Jobportale

    + +
    +
    + Portrait +
    + +
    diff --git a/src/main/webapp/WEB-INF/views/index.jsp b/src/main/webapp/WEB-INF/views/index.jsp index 0db9604..6e84c61 100644 --- a/src/main/webapp/WEB-INF/views/index.jsp +++ b/src/main/webapp/WEB-INF/views/index.jsp @@ -12,12 +12,12 @@
    -
    -
    +
    +

    hibernate4-maven-plugin

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    -
    +

    fix-swf

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do @@ -36,8 +36,8 @@ culpa qui officia deserunt mollit anim id est laborum.

    -
    -
    +
    +

    jquery.openx

    Duis aute irure dolor in @@ -46,7 +46,7 @@ culpa qui officia deserunt mollit anim id est laborum.

    -
    +

    Regex-Lab

    Excepteur sint occaecat cupidatat non proident, sunt in @@ -55,7 +55,7 @@

    -
    +

    jquery.openx

    Duis aute irure dolor in @@ -64,7 +64,7 @@ culpa qui officia deserunt mollit anim id est laborum.

    -
    +

    Regex-Lab

    Excepteur sint occaecat cupidatat non proident, sunt in diff --git a/src/main/webapp/img/kai-moritz.jpg b/src/main/webapp/img/kai-moritz.jpg new file mode 100644 index 0000000..c1815a1 Binary files /dev/null and b/src/main/webapp/img/kai-moritz.jpg differ diff --git a/src/main/webapp/less/base/packs.less b/src/main/webapp/less/base/packs.less index 30cceac..0936a2f 100644 --- a/src/main/webapp/less/base/packs.less +++ b/src/main/webapp/less/base/packs.less @@ -2,25 +2,39 @@ { overflow: hidden; } -.pack > .left, -.pack > .right +.pack > .p.left, +.pack > .p.right { - width: 42%; - padding: 0 3% 999em 3%; + width: 48%; + padding: 0 0 999em 0; margin: 0 0 -999em 0; +} +.pack.bg > .p.left, +.pack.bg > .p.right +{ + width: 42%; + padding-left: 3%; + padding-right: 3%; background-color: @sehrhell; } -.pack > .left +.pack > .p.left { float: left; } -.pack > .right +.pack > .p.right { float: right; } +.pack > .p img.p +{ + width: 91.9118%; +} .single { padding: 3%; margin: 3% 0; +} +.single.bg +{ background-color: @sehrhell; }