Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-04 | Rename impress.xml -> imprint.xml | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Provide width and height attributes for all images | Benjamin Franzke | 1 | -3/+3 | |
That make's Browsers and gogle pagespeed happy. (Removes the prioritize visible content warning) | |||||
2016-07-04 | Fix the default style import | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Remove id info attribute | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Include Roboto downloaded from Google | Benjamin Franzke | 1 | -1/+0 | |
2016-07-04 | WIP: Inline css | Benjamin Franzke | 2 | -2/+2 | |
2016-07-04 | html output: Remove namespaces from root | Benjamin Franzke | 1 | -2/+10 | |
2016-07-04 | Add a rule to generate html files from xhtml | Benjamin Franzke | 1 | -0/+23 | |
2016-07-04 | xsl/layout.xsl: Use xsl:text throughout the document | Benjamin Franzke | 2 | -13/+13 | |
..to allow the xml write to inline the entire markup | |||||
2016-07-04 | xsl/svg.xsl: Minimize svg attributes | Benjamin Franzke | 1 | -3/+8 | |
They may include newlines and duplicate spaces for readability. Lets normalize those with normalize-space() | |||||
2016-07-04 | layout: Fix "Referenzen" font-size | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Define google font url in html | Benjamin Franzke | 1 | -0/+1 | |
2016-07-04 | Cheap responsive implementation | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Shrink gplus icon to make pagespeed happy | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Add git hash as query string to resources | Benjamin Franzke | 3 | -5/+30 | |
..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 | Optimize for html validator | Benjamin Franzke | 1 | -3/+1 | |
2016-07-03 | Use h1/h2 in content only (not in header) | Benjamin Franzke | 1 | -2/+2 | |
2016-07-03 | Postcss (for css3 variables) and minify our stylesshet | Benjamin Franzke | 2 | -1/+2 | |
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 | Legal text changes | Benjamin Franzke | 1 | -2/+4 | |
2016-07-03 | Remove facebook link (as we have deleted that page) | Benjamin Franzke | 1 | -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 | Rework styling to be responsive and more "wide" | Benjamin Franzke | 3 | -38/+96 | |
2016-03-18 | Change company title | Benjamin Franzke | 1 | -2/+2 | |
..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 | 1 | -2/+0 | |
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 | 1 | -0/+8 | |
2014-04-11 | Add viewport meta tag | Benjamin Franzke | 1 | -0/+1 | |
2014-04-11 | layout: Remove trailing whitespace | Benjamin Franzke | 1 | -1/+1 | |
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 | 1 | -6/+4 | |
2013-02-12 | Remove unneeded delimit class | Benjamin Franzke | 1 | -2/+2 | |
2013-02-12 | style: Use hr delimit to clear the layout float | Benjamin Franzke | 1 | -2/+1 | |
2013-02-12 | layout: Add style for left info bar into css file | Benjamin Franzke | 1 | -9/+1 | |
2013-02-12 | Add #container style into css file | Benjamin Franzke | 1 | -1/+1 | |
2013-02-12 | style: Move #page style in css file | Benjamin Franzke | 1 | -1/+1 | |
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 | 1 | -13/+9 | |
Let the a-tag be it directly | |||||
2013-02-12 | layout: add some linebreaks in html code | Benjamin Franzke | 1 | -3/+6 | |
2013-02-12 | layout: Remove uneeded margin:0 | Benjamin Franzke | 1 | -1/+1 | |
2013-02-12 | layout: Use logo directly and use #header to address it | Benjamin Franzke | 1 | -3/+1 | |
2013-02-12 | layout: Remove unnecessary padding,margin:0 for hr.delimit | Benjamin Franzke | 1 | -1/+1 | |
2013-02-12 | layout: Remove unneeded margin,padding:0 for div#page | Benjamin Franzke | 1 | -1/+1 | |
2013-02-12 | layout: Put anchor in redbox into css class as well | Benjamin Franzke | 1 | -4/+4 | |
2013-02-12 | layout: Use a css class for the red box | Benjamin Franzke | 1 | -14/+2 | |
2012-07-05 | layout.xsl: No need to have xmlns attribute in html tag | Benjamin Franzke | 1 | -1/+1 | |
Since the namespace is already defined in the xsl:stylesheet tag. | |||||
2012-07-05 | navi.xsl: Inline accesskey assignment | Benjamin Franzke | 1 | -7/+1 | |
No need to store <xsl:number/> in a variable, just use xpaths position(). | |||||
2012-04-30 | layout.xsl: Increase box width | Benjamin Franzke | 1 | -2/+2 | |
2012-04-30 | layout: Add Für-Gründer.de signet | Benjamin Franzke | 1 | -0/+3 | |