From: Kai Moritz Date: Wed, 12 Jun 2013 22:47:06 +0000 (+0200) Subject: Initiale Version X-Git-Tag: thymeroot-2.0.0~195 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=c9ad3b4040b832b3b0f37e62a011939332d379a7;p=website Initiale Version --- c9ad3b4040b832b3b0f37e62a011939332d379a7 diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..eb5a316c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..b18c330c --- /dev/null +++ b/pom.xml @@ -0,0 +1,129 @@ + + + 4.0.0 + + + de.juplo + branding + Juplo - branding + 1.0-SNAPSHOT + war + http://www.juplo.de/branding + + + + 2.0.6 + + + + + scm:git:http://juplo.de/git/branding + scm:git:ssh://juplo.de:/var/lib/git/juplo/branding + http://juplo.de/gitweb/?p=branding;a=summary + + + + + + kai + Kai Moritz + kai@juplo.de + + + + + + + + UTF-8 + + + + + + + + + + juplo.internal + Internal Release Repository + http://juplo.de/archiva/repository/internal/ + + + juplo.snapshots + Internal Snapshot Repository + http://juplo.de/archiva/repository/snapshots/ + + + + + + branding + + + org.lesscss + lesscss-maven-plugin + 1.3.3 + + + + compile + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar + + + + + + org.eclipse.jetty + jetty-maven-plugin + + + org.codehaus.mojo + tomcat-maven-plugin + 1.1 + + / + UTF-8 + + + + + + + + + + maven-changes-plugin + + + maven-javadoc-plugin + + + maven-jxr-plugin + + + maven-surefire-report-plugin + + + maven-scm-plugin + + install + + + + + + diff --git a/src/main/resources/README.txt b/src/main/resources/README.txt new file mode 100644 index 00000000..34425caf --- /dev/null +++ b/src/main/resources/README.txt @@ -0,0 +1 @@ +Not empty! diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..8b1ab26c --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,9 @@ + + + + branding + + diff --git a/src/main/webapp/css/base.css b/src/main/webapp/css/base.css new file mode 100644 index 00000000..0119acd8 --- /dev/null +++ b/src/main/webapp/css/base.css @@ -0,0 +1,17 @@ +@charset "UTF-8"; + +/** + * Diese Datei wird nur verwendet, wenn die Webanwendung via + * "mvn jetty:run" gestartet wird (z.B. über das Shell-Skript run.sh). + * Ansonsten werden die CSS-Dateien beim ausführen des Befehls "mvn package" + * minifiziert und in der Datei /css/base.css zusammengefasst. + * + * Damit alles (auf dem Produktivserver _und_ in der Test-Umgebung) wie + * erwartet funktioniert, müssen neue CSS-Schnipsel hier und in der POM + * im Modul web eingetragen werden! + */ + +@import 'base/browserreset.css'; +@import 'base/fonts.css'; +@import 'base/typo.css'; +@import 'base/head.css'; diff --git a/src/main/webapp/css/base/browserreset.css b/src/main/webapp/css/base/browserreset.css new file mode 100644 index 00000000..9f8fc4ec --- /dev/null +++ b/src/main/webapp/css/base/browserreset.css @@ -0,0 +1,67 @@ +/** Browser-Reset *************************************************************/ + + +/** v1.0 | 20080212, s. http://meyerweb.com/eric/tools/css/reset/ */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +/* remember to define focus styles! */ +:focus { + outline: 0; +} + +/* remember to highlight inserts somehow! */ +ins { + text-decoration: none; +} +del { + text-decoration: line-through; +} + +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: collapse; + border-spacing: 0; +} + + +/** Eigene Reset-Erweiterungen */ + +a { + color: inherit; + text-decoration: none; +} +hr { + padding: 0; + margin: 0; +} diff --git a/src/main/webapp/css/base/fonts.css b/src/main/webapp/css/base/fonts.css new file mode 100644 index 00000000..f9cbbd3d --- /dev/null +++ b/src/main/webapp/css/base/fonts.css @@ -0,0 +1,96 @@ +@font-face +{ + font-family: 'BPreplay'; + src: url('../../fonts/BPreplay-webfont.eot'); + src: url('../../fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/BPreplay-webfont.woff') format('woff'), + url('../../fonts/BPreplay-webfont.ttf') format('truetype'), + url('../../fonts/BPreplay-webfont.svg#BPreplayRegular') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face +{ + font-family: 'BPreplay'; + src: url('../../fonts/BPreplayItalics-webfont.eot'); + src: url('../../fonts/BPreplayItalics-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/BPreplayItalics-webfont.woff') format('woff'), + url('../../fonts/BPreplayItalics-webfont.ttf') format('truetype'), + url('../../fonts/BPreplayItalics-webfont.svg#BPreplayItalic') format('svg'); + font-weight: normal; + font-style: italic; +} + +@font-face +{ + font-family: 'BPreplay'; + src: url('../../fonts/BPreplayBold-webfont.eot'); + src: url('../../fonts/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/BPreplayBold-webfont.woff') format('woff'), + url('../../fonts/BPreplayBold-webfont.ttf') format('truetype'), + url('../../fonts/BPreplayBold-webfont.svg#BPreplayBold') format('svg'); + font-weight: bold; + font-style: normal; +} + +@font-face +{ + font-family: 'BPreplay'; + src: url('../../fonts/BPreplayBoldItalics-webfont.eot'); + src: url('../../fonts/BPreplayBoldItalics-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/BPreplayBoldItalics-webfont.woff') format('woff'), + url('../../fonts/BPreplayBoldItalics-webfont.ttf') format('truetype'), + url('../../fonts/BPreplayBoldItalics-webfont.svg#BPreplayBoldItalic') format('svg'); + font-weight: bold; + font-style: italic; +} + +font-face +{ + font-family: 'LinuxLibertineO'; + src: url('../../fonts/LinLibertine_R-webfont.eot'); + src: url('../../fonts/LinLibertine_R-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/LinLibertine_R-webfont.woff') format('woff'), + url('../../fonts/LinLibertine_R-webfont.ttf') format('truetype'), + url('../../fonts/LinLibertine_R-webfont.svg#LinuxLibertineORegular') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face +{ + font-family: 'LinuxLibertineO'; + src: url('../../fonts/LinLibertine_RI-webfont.eot'); + src: url('../../fonts/LinLibertine_RI-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/LinLibertine_RI-webfont.woff') format('woff'), + url('../../fonts/LinLibertine_RI-webfont.ttf') format('truetype'), + url('../../fonts/LinLibertine_RI-webfont.svg#LinuxLibertineOItalic') format('svg'); + font-weight: normal; + font-style: italic; +} + +@font-face +{ + font-family: 'LinuxLibertineO'; + src: url('../../fonts/LinLibertine_RB-webfont.eot'); + src: url('../../fonts/LinLibertine_RB-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/LinLibertine_RB-webfont.woff') format('woff'), + url('../../fonts/LinLibertine_RB-webfont.ttf') format('truetype'), + url('../../fonts/LinLibertine_RB-webfont.svg#LinuxLibertineOBold') format('svg'); + font-weight: bold; + font-style: normal; +} + +@font-face +{ + font-family: 'LinuxLibertineO'; + src: url('../../fonts/LinLibertine_RBI-webfont.eot'); + src: url('../../fonts/LinLibertine_RBI-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/LinLibertine_RBI-webfont.woff') format('woff'), + url('../../fonts/LinLibertine_RBI-webfont.ttf') format('truetype'), + url('../../fonts/LinLibertine_RBI-webfont.svg#LinuxLibertineOBoldItalic') format('svg'); + font-weight: bold; + font-style: italic; +} + diff --git a/src/main/webapp/css/base/head.css b/src/main/webapp/css/base/head.css new file mode 100644 index 00000000..4ca9abec --- /dev/null +++ b/src/main/webapp/css/base/head.css @@ -0,0 +1,46 @@ +#header +{ + font-family: 'BPreplay', Helvetica, Arial, sans-serif; + font-weight: bold; + margin-left: -4em; +} +#header > hr +{ + display: none; +} +#logo +{ + display: inline-block; + font-size: 812.5%; /* 130px */ + line-height: 1em; + padding: 0 0 0 .230769231em; /* 30px */ + color: #0ACF00; + text-shadow: .092307692em .046153846em 0 #fff; /** 12px 6px */ + border: none; + position: relative; + z-index: 1; +} +#logo:hover +{ + color: #078600; +} +#slogan +{ + display: block; + color: #fff; + background-color: #0ACF00; + font-size: 187.5%; /** 30px */ + line-height: .6666666667em; /* 20px */ + height: .6em; /* 18px */ + padding: .066666667em .066666667em 0 0; /** 2px 2px 0 0 */ + margin-left: 10em; /* 300px */ + position: relative; + z-index: 0; + top: -1.3em; /* 39px */ + text-align: right; +} +#slogan > strong{ + display: inline-block; + position: relative; + top: -.2em; /* -6px */ +} diff --git a/src/main/webapp/css/base/typo.css b/src/main/webapp/css/base/typo.css new file mode 100644 index 00000000..b7e9e453 --- /dev/null +++ b/src/main/webapp/css/base/typo.css @@ -0,0 +1,127 @@ +/** Typografische Grundeinstellungen ******************************************/ + +/** Farben: + * 1: 0ACF00 Normal + * 2: 2D9B27 + * 3: 078600 Dunkler + * 4: 42E73A Heller + * 5: 6EE768 + */ + +body +{ + font-family: 'LinuxLibertineO', 'Times New Roman', 'Palatino Linotype' , serif; + letter-spacing: 0; + line-height: 1.5em; + padding: 1em; + background-color: #fff; +} +h1, h2, h3, h4, h5, h6 +{ + font-family: 'BPreplay', Helvetica, Arial, sans-serif; + letter-spacing: 0; + font-weight: bold; + margin: 1em 0 .5em 0; /** 16px 0 8px 0 */ +} +h1 +{ + font-size: 137.5%; /** 22 px */ + line-height: 1em; /** 22px */ + padding: 0 0 .4545454545454545em 0; /** 0 0 10px 0 */ + margin: 3em 0 .363636363636em 0; /** 66px 0 8px 0 */ +} +h2 +{ + font-size: 112.5%; /** 18px */ + line-height: 1.5em; /** 27px */ +} +h3 +{ + /** font-size: 16px */ + /** line-height: 24px */ +} +h4 +{ + font-size: 87.5%; /** 14px */ + line-height: 1.5em; /** 21px */ +} +p +{ + line-height: 1.5em; /** 21px */ + margin: .5em 0 .5em 0; +} +ul, ol +{ + margin: .25em 0 .25em 0; /** 4px 0 4px 0 */ + padding: 0 0 0 1em; /** 0 0 0 16px */ +} +ul +{ + list-style-type: square; +} +ol +{ + list-style-type: decimal; + padding-left: 1.1875em; /** 19px */ +} +li +{ + font-size: 87.5%; /** 14px */ + line-height: 1.5em; /** 20px */ + padding-bottom: .25em; /** 2px */ +} +table, th, td +{ + padding: .1em .2em; +} +th, td +{ + font-size: 87.5%; /** 14px */ + line-height: 1.5em; /** 20px */ + border: .071428571em solid #000; /** 1px */ + padding: .214285714em .5em; /** 3px 7px */ +} +hr +{ + margin: 1em 0 1em 0; +} +a +{ + border-bottom: 1px dotted #000; +} +a:hover, +h1 a:hover +h2 a:hover +h3 a:hover +h4 a:hover +{ + color: #0ACF00; + border-bottom: 1px solid #0ACF00; +} +a:focus, +h1 a:focus, +h2 a:focus, +h3 a:focus, +h4 a:focus, +a:active, +h1 a:active, +h2 a:active, +h3 a:active, +h4 a:active +{ + color: #078600; + border-bottom: 1px solid #078600; +} +a:visited +{ + border-bottom: 1px dotted #077600; +} +h1 a, +h2 a, +h3 a, +h4 a +{ + color: #000; + border-style: none; +} + diff --git a/src/main/webapp/fonts/BPreplay Open Font License.txt b/src/main/webapp/fonts/BPreplay Open Font License.txt new file mode 100644 index 00000000..c5d0603f --- /dev/null +++ b/src/main/webapp/fonts/BPreplay Open Font License.txt @@ -0,0 +1,95 @@ +Copyright (c) 2004, George Triantafyllakos (http://www.backpacker.gr), +with BPreplay. +Copyright (c) 2004, Magenta (http://www.magenta.gr). + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/src/main/webapp/fonts/BPreplay-webfont.eot b/src/main/webapp/fonts/BPreplay-webfont.eot new file mode 100644 index 00000000..abc9b264 Binary files /dev/null and b/src/main/webapp/fonts/BPreplay-webfont.eot differ diff --git a/src/main/webapp/fonts/BPreplay-webfont.svg b/src/main/webapp/fonts/BPreplay-webfont.svg new file mode 100644 index 00000000..4893e75b --- /dev/null +++ b/src/main/webapp/fonts/BPreplay-webfont.svg @@ -0,0 +1,333 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL +Designer : MagentaGeorge Triantafyllakos +Foundry : MagentaGeorge Triantafyllakos +Foundry URL : httpwwwmagentagr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/fonts/BPreplay-webfont.ttf b/src/main/webapp/fonts/BPreplay-webfont.ttf new file mode 100644 index 00000000..949a096d Binary files /dev/null and b/src/main/webapp/fonts/BPreplay-webfont.ttf differ diff --git a/src/main/webapp/fonts/BPreplay-webfont.woff b/src/main/webapp/fonts/BPreplay-webfont.woff new file mode 100644 index 00000000..db21dac4 Binary files /dev/null and b/src/main/webapp/fonts/BPreplay-webfont.woff differ diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.eot b/src/main/webapp/fonts/BPreplayBold-webfont.eot new file mode 100644 index 00000000..fccb706e Binary files /dev/null and b/src/main/webapp/fonts/BPreplayBold-webfont.eot differ diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.svg b/src/main/webapp/fonts/BPreplayBold-webfont.svg new file mode 100644 index 00000000..210d081c --- /dev/null +++ b/src/main/webapp/fonts/BPreplayBold-webfont.svg @@ -0,0 +1,333 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL +Designer : MagentaGeorge Triantafyllakos +Foundry : MagentaGeorge Triantafyllakos +Foundry URL : httpwwwmagentagr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.ttf b/src/main/webapp/fonts/BPreplayBold-webfont.ttf new file mode 100644 index 00000000..aef3cacb Binary files /dev/null and b/src/main/webapp/fonts/BPreplayBold-webfont.ttf differ diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.woff b/src/main/webapp/fonts/BPreplayBold-webfont.woff new file mode 100644 index 00000000..52b19ce5 Binary files /dev/null and b/src/main/webapp/fonts/BPreplayBold-webfont.woff differ diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot new file mode 100644 index 00000000..92d4da9d Binary files /dev/null and b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot differ diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg new file mode 100644 index 00000000..851d095e --- /dev/null +++ b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg @@ -0,0 +1,333 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL +Designer : MagentaGeorge Triantafyllakos +Foundry : MagentaGeorge Triantafyllakos +Foundry URL : httpwwwmagentagr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf new file mode 100644 index 00000000..53b118f7 Binary files /dev/null and b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf differ diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff new file mode 100644 index 00000000..e30ec306 Binary files /dev/null and b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff differ diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.eot b/src/main/webapp/fonts/BPreplayItalics-webfont.eot new file mode 100644 index 00000000..0ce3b6be Binary files /dev/null and b/src/main/webapp/fonts/BPreplayItalics-webfont.eot differ diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.svg b/src/main/webapp/fonts/BPreplayItalics-webfont.svg new file mode 100644 index 00000000..c5c871a4 --- /dev/null +++ b/src/main/webapp/fonts/BPreplayItalics-webfont.svg @@ -0,0 +1,333 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL +Designer : MagentaGeorge Triantafyllakos +Foundry : MagentaGeorge Triantafyllakos +Foundry URL : httpwwwmagentagr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.ttf b/src/main/webapp/fonts/BPreplayItalics-webfont.ttf new file mode 100644 index 00000000..3bc5a511 Binary files /dev/null and b/src/main/webapp/fonts/BPreplayItalics-webfont.ttf differ diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.woff b/src/main/webapp/fonts/BPreplayItalics-webfont.woff new file mode 100644 index 00000000..504404a4 Binary files /dev/null and b/src/main/webapp/fonts/BPreplayItalics-webfont.woff differ diff --git a/src/main/webapp/fonts/LinLibertine_R-webfont.eot b/src/main/webapp/fonts/LinLibertine_R-webfont.eot new file mode 100644 index 00000000..4d928d81 Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_R-webfont.eot differ diff --git a/src/main/webapp/fonts/LinLibertine_R-webfont.svg b/src/main/webapp/fonts/LinLibertine_R-webfont.svg new file mode 100644 index 00000000..2e44ca80 --- /dev/null +++ b/src/main/webapp/fonts/LinLibertine_R-webfont.svg @@ -0,0 +1,248 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Linux Libertine by Philipp H PollOpen Font under Terms of following Free Software LicensesGPL General Public License with fontexception and OFL Open Font LicenseCreated with FontForge httpfontforgesfnetSept 2003 2004 2005 2006 2007 2008 2009 2010 20112012 +Designer : Philipp H Poll +Foundry : Philipp H Poll +Foundry URL : httpwwwlinuxlibertineorg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/fonts/LinLibertine_R-webfont.ttf b/src/main/webapp/fonts/LinLibertine_R-webfont.ttf new file mode 100644 index 00000000..bacbd3bd Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_R-webfont.ttf differ diff --git a/src/main/webapp/fonts/LinLibertine_R-webfont.woff b/src/main/webapp/fonts/LinLibertine_R-webfont.woff new file mode 100644 index 00000000..9b108312 Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_R-webfont.woff differ diff --git a/src/main/webapp/fonts/LinLibertine_RB-webfont.eot b/src/main/webapp/fonts/LinLibertine_RB-webfont.eot new file mode 100644 index 00000000..40065c61 Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RB-webfont.eot differ diff --git a/src/main/webapp/fonts/LinLibertine_RB-webfont.svg b/src/main/webapp/fonts/LinLibertine_RB-webfont.svg new file mode 100644 index 00000000..8ea3ccfc --- /dev/null +++ b/src/main/webapp/fonts/LinLibertine_RB-webfont.svg @@ -0,0 +1,248 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Linux Libertine by Philipp H PollOpen Font under Terms of following Free Software LicensesGPL General Public License with fontexception and OFL Open Font LicenseCreated with FontForge httpfontforgesfnetSept 2003 2004 2005 2006 2007 2008 2009 2010 20112012 +Designer : Philipp H Poll +Foundry : Philipp H Poll +Foundry URL : httpwwwlinuxlibertineorg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/fonts/LinLibertine_RB-webfont.ttf b/src/main/webapp/fonts/LinLibertine_RB-webfont.ttf new file mode 100644 index 00000000..e3eae500 Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RB-webfont.ttf differ diff --git a/src/main/webapp/fonts/LinLibertine_RB-webfont.woff b/src/main/webapp/fonts/LinLibertine_RB-webfont.woff new file mode 100644 index 00000000..5599abb2 Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RB-webfont.woff differ diff --git a/src/main/webapp/fonts/LinLibertine_RBI-webfont.eot b/src/main/webapp/fonts/LinLibertine_RBI-webfont.eot new file mode 100644 index 00000000..51b11bb0 Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RBI-webfont.eot differ diff --git a/src/main/webapp/fonts/LinLibertine_RBI-webfont.svg b/src/main/webapp/fonts/LinLibertine_RBI-webfont.svg new file mode 100644 index 00000000..efb4d59f --- /dev/null +++ b/src/main/webapp/fonts/LinLibertine_RBI-webfont.svg @@ -0,0 +1,248 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Linux Libertine by Philipp H PollOpen Font under Terms of following Free Software LicensesGPL General Public License with fontexception and OFL Open Font LicenseCreated with FontForge httpfontforgesfnetSept 2003 2004 2005 2006 2007 2008 2009 2010 20112012 +Designer : Philipp H Poll +Foundry : Philipp H Poll +Foundry URL : httpwwwlinuxlibertineorg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/fonts/LinLibertine_RBI-webfont.ttf b/src/main/webapp/fonts/LinLibertine_RBI-webfont.ttf new file mode 100644 index 00000000..a6b4714b Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RBI-webfont.ttf differ diff --git a/src/main/webapp/fonts/LinLibertine_RBI-webfont.woff b/src/main/webapp/fonts/LinLibertine_RBI-webfont.woff new file mode 100644 index 00000000..fea2e60f Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RBI-webfont.woff differ diff --git a/src/main/webapp/fonts/LinLibertine_RI-webfont.eot b/src/main/webapp/fonts/LinLibertine_RI-webfont.eot new file mode 100644 index 00000000..b5d76d8e Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RI-webfont.eot differ diff --git a/src/main/webapp/fonts/LinLibertine_RI-webfont.svg b/src/main/webapp/fonts/LinLibertine_RI-webfont.svg new file mode 100644 index 00000000..c1261f27 --- /dev/null +++ b/src/main/webapp/fonts/LinLibertine_RI-webfont.svg @@ -0,0 +1,248 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Linux Libertine by Philipp H PollOpen Font under Terms of following Free Software LicensesGPL General Public License with fontexception and OFL Open Font LicenseCreated with FontForge httpfontforgesfnetSept 2003 2004 2005 2006 2007 2008 2009 2010 20112012 +Designer : Philipp H Poll +Foundry : Philipp H Poll +Foundry URL : httpwwwlinuxlibertineorg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/fonts/LinLibertine_RI-webfont.ttf b/src/main/webapp/fonts/LinLibertine_RI-webfont.ttf new file mode 100644 index 00000000..d223f143 Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RI-webfont.ttf differ diff --git a/src/main/webapp/fonts/LinLibertine_RI-webfont.woff b/src/main/webapp/fonts/LinLibertine_RI-webfont.woff new file mode 100644 index 00000000..e99fa17c Binary files /dev/null and b/src/main/webapp/fonts/LinLibertine_RI-webfont.woff differ diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp new file mode 100644 index 00000000..d35a1953 --- /dev/null +++ b/src/main/webapp/index.jsp @@ -0,0 +1,116 @@ + +<%@page contentType="text/html;charset=UTF-8"%> +<%@page pageEncoding="UTF-8"%> +<%@page session="false" %> + + + juplo - BRANDING + + + + + + +
+

Branding

+

+ 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. +

+

H1:ÄäÖöÜüß@€¢

+

+ ÄäÖöÜüß@€¢ +

+

+ 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. +

+

+ 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. +

+

H2: Heading

+

+ 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. +

+

H1: Heading

+

H2: Heading

+

H3: Heading

+

H4: Heading

+

H1: Heading

+

+ 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. +

+

H2: Heading

+

+ 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. +

+

H3: Heading

+

+ 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. +

+

H4: Heading

+

+ 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. +

+ +
+ +