Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-27 | Drop google plus link – it has been shut downHEADmain | Benjamin Franzke | 1 | -4/+0 | |
2019-02-21 | Add font-display: optional to font-face rules | Benjamin Franzke | 2 | -1/+5 | |
To make pagespeed insights happy: > Sie können Gebrauch von der CSS-Funktion "font-display" machen, > um sicherzugehen, dass der Text für Nutzer sichtbar ist, > während Webfonts geladen werden. Weitere Informationen. | |||||
2018-11-15 | Improve header .h2 contrast | Benjamin Franzke | 2 | -2/+2 | |
2018-11-15 | Add rel="noopener" to cross-origin links | Benjamin Franzke | 2 | -6/+6 | |
https://developers.google.com/web/tools/lighthouse/audits/noopener | |||||
2018-11-15 | Add meta description | Benjamin Franzke | 3 | -1/+3 | |
2018-05-24 | TEMP: Hide contact quicklink for now | Benjamin Franzke | 2 | -26/+0 | |
2018-05-22 | Disable google analytics for now | Benjamin Franzke | 1 | -0/+2 | |
2018-05-22 | Hide contact for now | Benjamin Franzke | 3 | -3/+3 | |
2018-05-22 | layout.xsl: Reduce code by using xpaths | Benjamin Franzke | 1 | -4/+1 | |
2018-05-22 | Styling optimizations | Benjamin Franzke | 2 | -9/+9 | |
2017-07-22 | Define tracking code only once | Benjamin Franzke | 1 | -1/+1 | |
2017-07-22 | Use `var gap=` instead of window.gap= | Benjamin Franzke | 1 | -1/+1 | |
(to save some bytes) | |||||
2017-07-22 | Add cookie based google analytics opt-out | Benjamin Franzke | 2 | -1/+29 | |
2017-07-22 | Move analytics into the header | Benjamin Franzke | 1 | -1/+1 | |
2017-07-22 | Add analytics tracking | Benjamin Franzke | 1 | -0/+1 | |
2017-07-22 | Fix contact-successfull filename and exclude from search engine index | Benjamin Franzke | 1 | -1/+1 | |
2017-07-22 | Exclude imprint from search engine indexes | Benjamin Franzke | 2 | -1/+8 | |
2017-07-22 | Switch title tag ordering | Benjamin Franzke | 1 | -2/+5 | |
2017-07-22 | Fix imprint title tag | Benjamin Franzke | 1 | -1/+1 | |
2017-07-22 | png's: Strip metadata using exiftool | Benjamin Franzke | 2 | -0/+0 | |
(to make gtmetrix.com happy) $ exiftool -all= -P -overwrite_original fuer-gruender.de-siegel.png $ exiftool -all= -P -overwrite_original kapitalinstitut.png | |||||
2017-07-22 | Remove svg namespace from html5 output | Benjamin Franzke | 3 | -4/+6 | |
svg namespace is added implicitly to the <svg> tags by html5 parsers. (It's actually that the xmlns has no effect for html5 and should theoretically be treated as something has _has_ to be removed during minification) | |||||
2017-07-22 | Drop the unused checkmark id "checkmark" | Benjamin Franzke | 1 | -1/+1 | |
2017-07-22 | chomp unix line ending from output xhtml/html files | Benjamin Franzke | 1 | -4/+4 | |
save's one byte | |||||
2017-07-22 | Optimize all jpg's to quality 80 | Benjamin Franzke | 5 | -0/+0 | |
jpegoptim --strip-all -m 80 *.jpg | |||||
2016-07-06 | Further byte optimization | Benjamin Franzke | 2 | -3/+2 | |
2016-07-06 | Only provide .woff and .woff2 fonts | Benjamin Franzke | 2 | -37/+5 | |
All browsers we care about handle these | |||||
2016-07-06 | Save some more bytes by combining the root font definition | Benjamin Franzke | 2 | -5/+2 | |
2016-07-06 | Remove one unneeded css attribute | Benjamin Franzke | 2 | -2/+1 | |
2016-07-06 | minify_html: Also remove spaces when question mark is in attribute | Benjamin Franzke | 1 | -1/+1 | |
2016-07-06 | Simplify css | Benjamin Franzke | 3 | -51/+19 | |
to save some bytes (around 100B) | |||||
2016-07-06 | Reduce ugly <div class=outer> markup | Benjamin Franzke | 3 | -51/+44 | |
..and replace that "container" aproach by a padding-left/padding-right calculated from viewportwidth aproach. This optimization saves around 27bytes | |||||
2016-07-06 | Remove unneeded markup | Benjamin Franzke | 1 | -2/+1 | |
2016-07-05 | Record and minify some attributes in xml | Benjamin Franzke | 2 | -3/+3 | |
2016-07-05 | Revert "minify_html: Remove space after quoted attributes" | Benjamin Franzke | 2 | -2/+1 | |
This reverts commit 81938dc2c9ae29429d6d8c0b558623a71096f2da. As validator.w3.org throws the following error: No space between attributes. At line 2, column 4862 Box="0 0 55 55"id=checkmark><p Cause of this revert we're back at a 99% html minification score gtmetrix now. | |||||
2016-07-05 | minify_html: Remove space after quoted attributes | Benjamin Franzke | 2 | -1/+2 | |
2016-07-05 | Move css into root | Benjamin Franzke | 7 | -79/+79 | |
..allows to specify realtive font path's that are usable with and without compiling the css | |||||
2016-07-05 | Minify html | Benjamin Franzke | 3 | -4/+16 | |
2016-07-05 | cleanup | Benjamin Franzke | 1 | -2/+1 | |
2016-07-05 | Do not indent html | Benjamin Franzke | 1 | -1/+1 | |
2016-07-05 | Minize whitespace | Benjamin Franzke | 1 | -4/+7 | |
..but keep leading and trailing whitespace | |||||
2016-07-05 | Allow to use different resource caching schemes | Benjamin Franzke | 4 | -14/+68 | |
On the deployment server we no use make versioned_jpg="'s/.*/.&.jpg/'" versioned_png="'s/.*/.&.png/'" to generate resource urls like image.f74d4ea.png | |||||
2016-07-05 | kapitalinstitut: run optipng | Benjamin Franzke | 1 | -0/+0 | |
2016-07-05 | Specifiy width and height for the gplus icon | Benjamin Franzke | 1 | -1/+1 | |
To make gtmetrix.com happy | |||||
2016-07-04 | Fix .gitignore | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Optimize form elements for google pagespedd | Benjamin Franzke | 2 | -1/+5 | |
2016-07-04 | Rename impress.xml -> imprint.xml | Benjamin Franzke | 3 | -2/+2 | |
2016-07-04 | Provide width and height attributes for all images | Benjamin Franzke | 5 | -7/+7 | |
That make's Browsers and gogle pagespeed happy. (Removes the prioritize visible content warning) | |||||
2016-07-04 | Do not use dislay flex for mobile, to not confuse google pagespeed | Benjamin Franzke | 2 | -5/+4 | |
which thinks our links overlap. | |||||
2016-07-04 | Fix the default style import | Benjamin Franzke | 2 | -2/+2 | |
2016-07-04 | Cleanup css | Benjamin Franzke | 1 | -4/+2 | |