commit 6843ef637e79e00dedeca798c065c812f73e964b Author: Jan Philipp Timme Date: Thu Sep 5 13:07:31 2013 +0200 [TASK] Initial import. diff --git a/DejaVuSansMono-webfont.eot b/DejaVuSansMono-webfont.eot new file mode 100644 index 0000000..9bf99ee Binary files /dev/null and b/DejaVuSansMono-webfont.eot differ diff --git a/DejaVuSansMono-webfont.svg b/DejaVuSansMono-webfont.svg new file mode 100644 index 0000000..df782f0 --- /dev/null +++ b/DejaVuSansMono-webfont.svg @@ -0,0 +1,256 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2003 by Bitstream Inc All Rights ReservedDejaVu changes are in public domain +Foundry : DejaVu fonts team +Foundry URL : httpdejavusourceforgenet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DejaVuSansMono-webfont.ttf b/DejaVuSansMono-webfont.ttf new file mode 100644 index 0000000..69aad24 Binary files /dev/null and b/DejaVuSansMono-webfont.ttf differ diff --git a/DejaVuSansMono-webfont.woff b/DejaVuSansMono-webfont.woff new file mode 100644 index 0000000..5425ea0 Binary files /dev/null and b/DejaVuSansMono-webfont.woff differ diff --git a/JPT.jpg b/JPT.jpg new file mode 100644 index 0000000..1c65884 Binary files /dev/null and b/JPT.jpg differ diff --git a/google1bc550e50233623f.html b/google1bc550e50233623f.html new file mode 100644 index 0000000..f9c1f18 --- /dev/null +++ b/google1bc550e50233623f.html @@ -0,0 +1 @@ +google-site-verification: google1bc550e50233623f.html \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..3ef1bc0 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + Jan Philipp Timme + + + +
+

+ old and fun projects (archive) + | + github +

+
+ +
+

+ JPT + male + Hannover + Niedersachsen + Deutschland + Fachinformatiker/Anwendungsentwicklung + http://jan.philipp.timme.it/JPT.jpg + + Author +

+

+ Jan Philipp Timme +
+ Computer Science Expert/Software Development
+

+

+ Contact me +

+
+
E-Mail
+
+ JPT@JPT.LU +
+
Skype
+
JPT580
+
ICQ
+
+ 261304553 +
+
Jabber
+
JPT@JABBER.ORG
+
+ + +
+ + diff --git a/paper.png b/paper.png new file mode 100644 index 0000000..5977961 Binary files /dev/null and b/paper.png differ diff --git a/purty_wood.png b/purty_wood.png new file mode 100644 index 0000000..37fcd07 Binary files /dev/null and b/purty_wood.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..813c2f3 --- /dev/null +++ b/style.css @@ -0,0 +1,147 @@ +html, body, * { + margin: 0px; + padding: 0px; +} + +body { + background: url('purty_wood.png') repeat; + background-color: hsl(34, 67%, 68%); + font-size: 1em; +} + +@font-face { + font-family: DejaVuSansMono; + src: url('DejaVuSansMono-webfont.eot'); + src: url('DejaVuSansMono-webfont.eot?#iefix') format('embedded-opentype'), + url('DejaVuSansMono-webfont.woff') format('woff'), + url('DejaVuSansMono-webfont.ttf') format('truetype'), + url('DejaVuSansMono-webfont.svg#DejaVuSansMonoBook') format('svg'); + font-weight: normal; + font-style: normal; +} + +a { + /* background-color: hsla(0, 0%, 50%, 0.1); */ + color: inherit; + text-decoration: underline; +} + +a:hover { + color: inherit; + background-color: transparent; + text-decoration: none; +} + +.monospace { + color: hsl(0, 0%, 25%); + text-shadow: 1px 1px 1px hsla(0, 0%, 25%, 0.33); + /*filter: dropshadow(color=hsla(0, 0%, 25%, 0.33), offx=1, offy=1);*/ + font-family: DejaVuSansMono, monospace; + font-variant: small-caps; +} + +.paper { + background: url('paper.png'); + background-color: hsl(0, 0%, 93%); +} + +.vcard-shadow { + box-shadow: 2px 2px 5px 0px hsla(0, 0%, 0%, 0.6); +} + +.small { + font-size: 0.5em; + line-height: 0.5em; +} + +.bold { + font-weight: bold; +} + +.right { + float: right; +} + +.indent { + margin-left: 0.8em; + float: right; +} + +.contact { + text-transform: uppercase; +} + +#name { + +} + +#topbar { + padding: 0.1em 1em 0.1em 1em; + text-align: right; + background-color: hsla(0, 100%, 100%, 0.4); +} + +#contact-me { + font-size: 1.2em; +} + +#spacer-body-footer { + height: 1px; + margin: auto +} + +#vcard { + width: 39.2em; + height: 24.5em; + border-top: 1px solid hsl(1, 0%, 90%); + border-right: 1px solid hsl(1, 0%, 60%); + border-bottom: 1px solid hsl(1, 0%, 60%); + border-left: 1px solid hsl(1, 0%, 90%); + position: relative; + margin: 75px auto 75px auto; + overflow: hidden; +} + +#vcard-body dl dd, #vcard-body dl dt { + font-size: 1.8em; + margin: 0.667em; +} + +#vcard p { + padding: 0em; + text-align: left; +} + +p#vcard-header { + font-size: 2.4em; + margin: 0.5em 0.5em 0em 0.5em; + border-bottom: 1px solid hsl(0, 0%, 49%); + text-align: center; +} + +p#vcard-body { + font-size: 1.8em; + margin: 0.333em 0.667em 1em 0.667em; + text-align: center; +} + +p#vcard-footer { + font-size: 1.5em; + margin: 0.8em; + border-top: 1px solid hsl(0, 0%, 49%); +} + +dl.contact { + font-size: 1.8em; + margin: 0.667em; + height: 4.3em; +} + +dl.contact dt { + float: left; + clear: left; +} + +dl.contact dd { + float: right; +}