Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-04 | WIP for google pagespeed | Benjamin Franzke | 2 | -1/+5 | |
2016-07-04 | Cheap responsive implementation | Benjamin Franzke | 3 | -2/+56 | |
2016-07-04 | Shrink gplus icon to make pagespeed happy | Benjamin Franzke | 2 | -1/+1 | |
2016-07-04 | Add git hash as query string to resources | Benjamin Franzke | 4 | -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-03 | Remove about:legacy-compat from doctype | Benjamin Franzke | 1 | -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-03 | Optimize for html validator | Benjamin Franzke | 3 | -5/+3 | |
2016-07-03 | style.css: Remove a typo | Benjamin Franzke | 2 | -2/+1 | |
2016-07-03 | Use h1/h2 in content only (not in header) | Benjamin Franzke | 4 | -8/+12 | |
2016-07-03 | Run optipng on img/gplus.png | Benjamin Franzke | 1 | -0/+0 | |
2016-07-03 | Postcss (for css3 variables) and minify our stylesshet | Benjamin Franzke | 6 | -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-03 | concept: rephrase | Benjamin Franzke | 1 | -9/+8 | |
2016-07-03 | Remove unneded headlines | Benjamin Franzke | 1 | -3/+1 | |
2016-07-03 | Legal text changes | Benjamin Franzke | 8 | -55/+60 | |
2016-07-03 | Remove facebook link (as we have deleted that page) | Benjamin Franzke | 2 | -3/+0 | |
2016-07-03 | Update the footer | Benjamin Franzke | 1 | -4/+2 | |
..the design is not longer a template, it has nothing to do with the original any more. | |||||
2016-07-03 | add editorconfig | Benjamin Franzke | 1 | -0/+21 | |
2016-07-03 | Rework styling to be responsive and more "wide" | Benjamin Franzke | 9 | -181/+273 | |
2016-03-18 | Change company title | Benjamin Franzke | 2 | -3/+3 | |
..and adapt width accordingly | |||||
2016-03-18 | Switch to a (x)html5 doctype | Benjamin Franzke | 2 | -5/+3 | |
2015-07-05 | Change E-Mail address | Benjamin Franzke | 1 | -1/+1 | |
2014-05-18 | Use :before and :after instead of a hr at end/start of the container | Benjamin Franzke | 2 | -6/+12 | |
Also use box-sizing border box for the content to align with the menu. | |||||
2014-05-18 | Add Facebook and Google Plus link | Benjamin Franzke | 3 | -0/+8 | |
2014-05-18 | Use a brighter background | Benjamin Franzke | 1 | -1/+2 | |
2014-04-11 | Add viewport meta tag | Benjamin Franzke | 1 | -0/+1 | |
2014-04-11 | layout: Remove trailing whitespace | Benjamin Franzke | 1 | -1/+1 | |
2014-04-11 | contact.xml: Use phone instead of telefone as input name | Benjamin Franzke | 1 | -1/+1 | |
2013-02-13 | concept: Source format fixes | Benjamin Franzke | 1 | -13/+14 | |
2013-02-13 | Add some padding for ol and li | Benjamin Franzke | 1 | -1/+5 | |
2013-02-13 | concept: Fix xhtml errors | Benjamin Franzke | 1 | -36/+32 | |
ul is not allowed in p. | |||||
2013-02-13 | Put accesskey for page into an navi li | Benjamin Franzke | 1 | -1/+1 | |
Since its not valid to have a-tag directly in body. | |||||
2013-02-13 | layout: Drop div around navi ul | Benjamin Franzke | 2 | -11/+5 | |
2013-02-13 | style: Remove old backgrounds for body | Benjamin Franzke | 1 | -4/+0 | |
2013-02-13 | style: Put global width and centering centralling in one block | Benjamin Franzke | 1 | -7/+5 | |
..which is applied to multiple ids. | |||||
2013-02-13 | style: Fix identt | Benjamin Franzke | 1 | -1/+1 | |
2013-02-13 | style: Get rid of using floats for the header | Benjamin Franzke | 1 | -7/+7 | |
2013-02-12 | style: Make navi a's inline-block instead of using float | Benjamin Franzke | 1 | -2/+2 | |
2013-02-12 | style: Remove unneeded clear from #footer | Benjamin Franzke | 1 | -1/+0 | |
2013-02-12 | style: Better description for hr float clear | Benjamin Franzke | 1 | -10/+10 | |
2013-02-12 | Remove unneeded delimit class | Benjamin Franzke | 2 | -3/+2 | |
2013-02-12 | style: Add margin bottom to ul | Benjamin Franzke | 1 | -0/+1 | |
2013-02-12 | style: Use hr delimit to clear the layout float | Benjamin Franzke | 2 | -3/+6 | |
2013-02-12 | style.css: Cleanup | Benjamin Franzke | 1 | -61/+17 | |
2013-02-12 | layout: Add style for left info bar into css file | Benjamin Franzke | 2 | -10/+12 | |
2013-02-12 | Add #container style into css file | Benjamin Franzke | 2 | -1/+2 | |
2013-02-12 | style: Move #page style in css file | Benjamin Franzke | 2 | -4/+7 | |
2013-02-12 | style: Comment out some old backgrounds for page | Benjamin Franzke | 1 | -2/+2 | |
2013-02-12 | layout: Remove unneeded relative positioned div around html contents | Benjamin Franzke | 1 | -3/+1 | |
2013-02-12 | layout: Replace a br, thats for spacing by margin on above hr | Benjamin Franzke | 1 | -3/+7 | |
2013-02-12 | layout: Remove unneeded div for redboxes | Benjamin Franzke | 2 | -20/+12 | |
Let the a-tag be it directly | |||||
2013-02-12 | layout: add some linebreaks in html code | Benjamin Franzke | 1 | -3/+6 | |