summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-04Fixup style usageBenjamin Franzke2-7/+1
2016-07-04Fix media queryBenjamin Franzke2-2/+2
2016-07-04WIP for google pagespeedBenjamin Franzke2-1/+5
2016-07-04Cheap responsive implementationBenjamin Franzke3-2/+56
2016-07-04Shrink gplus icon to make pagespeed happyBenjamin Franzke2-1/+1
2016-07-04Add git hash as query string to resourcesBenjamin Franzke4-6/+32
..to be able to set an infinite cache for the browser, but to invalidate the resources for every git commit (That may be a waste of resources, but is "most safe" to ensure we get an up to date site) It has to be explicitly defined in the template. Occurences of the img-tag in the source files get the git hash automatically appended.
2016-07-03Remove about:legacy-compat from doctypeBenjamin Franzke1-0/+7
..to make the html validator happy which warns with https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.angelika-franzke.de%2F Warning: skipping entity: [dtd] At line 2, column 44 :legacy-compat"><html xmlns="h
2016-07-03Optimize for html validatorBenjamin Franzke3-5/+3
2016-07-03style.css: Remove a typoBenjamin Franzke2-2/+1
2016-07-03Use h1/h2 in content only (not in header)Benjamin Franzke4-8/+12
2016-07-03Run optipng on img/gplus.pngBenjamin Franzke1-0/+0
2016-07-03Postcss (for css3 variables) and minify our stylesshetBenjamin Franzke6-3/+19
We do need a css3 variable transformation for internet explorer. We do check in the minifed sourcecode into git. We don't want to have to install node_modules on our deployment server. Note that the *.xml files opened directly in the browser will not use the minified, but the original stylesheet (thus there's no need for a watcher script while development)
2016-07-03concept: rephraseBenjamin Franzke1-9/+8
2016-07-03Remove unneded headlinesBenjamin Franzke1-3/+1
2016-07-03Legal text changesBenjamin Franzke8-55/+60
2016-07-03Remove facebook link (as we have deleted that page)Benjamin Franzke2-3/+0
2016-07-03Update the footerBenjamin Franzke1-4/+2
..the design is not longer a template, it has nothing to do with the original any more.
2016-07-03add editorconfigBenjamin Franzke1-0/+21
2016-07-03Rework styling to be responsive and more "wide"Benjamin Franzke9-181/+273
2016-03-18Change company titleBenjamin Franzke2-3/+3
..and adapt width accordingly
2016-03-18Switch to a (x)html5 doctypeBenjamin Franzke2-5/+3
2015-07-05Change E-Mail addressBenjamin Franzke1-1/+1
2014-05-18Use :before and :after instead of a hr at end/start of the containerBenjamin Franzke2-6/+12
Also use box-sizing border box for the content to align with the menu.
2014-05-18Add Facebook and Google Plus linkBenjamin Franzke3-0/+8
2014-05-18Use a brighter backgroundBenjamin Franzke1-1/+2
2014-04-11Add viewport meta tagBenjamin Franzke1-0/+1
2014-04-11layout: Remove trailing whitespaceBenjamin Franzke1-1/+1
2014-04-11contact.xml: Use phone instead of telefone as input nameBenjamin Franzke1-1/+1
2013-02-13concept: Source format fixesBenjamin Franzke1-13/+14
2013-02-13Add some padding for ol and liBenjamin Franzke1-1/+5
2013-02-13concept: Fix xhtml errorsBenjamin Franzke1-36/+32
ul is not allowed in p.
2013-02-13Put accesskey for page into an navi liBenjamin Franzke1-1/+1
Since its not valid to have a-tag directly in body.
2013-02-13layout: Drop div around navi ulBenjamin Franzke2-11/+5
2013-02-13style: Remove old backgrounds for bodyBenjamin Franzke1-4/+0
2013-02-13style: Put global width and centering centralling in one blockBenjamin Franzke1-7/+5
..which is applied to multiple ids.
2013-02-13style: Fix identtBenjamin Franzke1-1/+1
2013-02-13style: Get rid of using floats for the headerBenjamin Franzke1-7/+7
2013-02-12style: Make navi a's inline-block instead of using floatBenjamin Franzke1-2/+2
2013-02-12style: Remove unneeded clear from #footerBenjamin Franzke1-1/+0
2013-02-12style: Better description for hr float clearBenjamin Franzke1-10/+10
2013-02-12Remove unneeded delimit classBenjamin Franzke2-3/+2
2013-02-12style: Add margin bottom to ulBenjamin Franzke1-0/+1
2013-02-12style: Use hr delimit to clear the layout floatBenjamin Franzke2-3/+6
2013-02-12style.css: CleanupBenjamin Franzke1-61/+17
2013-02-12layout: Add style for left info bar into css fileBenjamin Franzke2-10/+12
2013-02-12Add #container style into css fileBenjamin Franzke2-1/+2
2013-02-12style: Move #page style in css fileBenjamin Franzke2-4/+7
2013-02-12style: Comment out some old backgrounds for pageBenjamin Franzke1-2/+2
2013-02-12layout: Remove unneeded relative positioned div around html contentsBenjamin Franzke1-3/+1
2013-02-12layout: Replace a br, thats for spacing by margin on above hrBenjamin Franzke1-3/+7