summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-27Drop google plus link – it has been shut downHEADmainBenjamin Franzke1-4/+0
2019-02-21Add font-display: optional to font-face rulesBenjamin Franzke2-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-15Improve header .h2 contrastBenjamin Franzke2-2/+2
2018-11-15Add rel="noopener" to cross-origin linksBenjamin Franzke2-6/+6
https://developers.google.com/web/tools/lighthouse/audits/noopener
2018-11-15Add meta descriptionBenjamin Franzke3-1/+3
2018-05-24TEMP: Hide contact quicklink for nowBenjamin Franzke2-26/+0
2018-05-22Disable google analytics for nowBenjamin Franzke1-0/+2
2018-05-22Hide contact for nowBenjamin Franzke3-3/+3
2018-05-22layout.xsl: Reduce code by using xpathsBenjamin Franzke1-4/+1
2018-05-22Styling optimizationsBenjamin Franzke2-9/+9
2017-07-22Define tracking code only onceBenjamin Franzke1-1/+1
2017-07-22Use `var gap=` instead of window.gap=Benjamin Franzke1-1/+1
(to save some bytes)
2017-07-22Add cookie based google analytics opt-outBenjamin Franzke2-1/+29
2017-07-22Move analytics into the headerBenjamin Franzke1-1/+1
2017-07-22Add analytics trackingBenjamin Franzke1-0/+1
2017-07-22Fix contact-successfull filename and exclude from search engine indexBenjamin Franzke1-1/+1
2017-07-22Exclude imprint from search engine indexesBenjamin Franzke2-1/+8
2017-07-22Switch title tag orderingBenjamin Franzke1-2/+5
2017-07-22Fix imprint title tagBenjamin Franzke1-1/+1
2017-07-22png's: Strip metadata using exiftoolBenjamin Franzke2-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-22Remove svg namespace from html5 outputBenjamin Franzke3-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-22Drop the unused checkmark id "checkmark"Benjamin Franzke1-1/+1
2017-07-22chomp unix line ending from output xhtml/html filesBenjamin Franzke1-4/+4
save's one byte
2017-07-22Optimize all jpg's to quality 80Benjamin Franzke5-0/+0
jpegoptim --strip-all -m 80 *.jpg
2016-07-06Further byte optimizationBenjamin Franzke2-3/+2
2016-07-06Only provide .woff and .woff2 fontsBenjamin Franzke2-37/+5
All browsers we care about handle these
2016-07-06Save some more bytes by combining the root font definitionBenjamin Franzke2-5/+2
2016-07-06Remove one unneeded css attributeBenjamin Franzke2-2/+1
2016-07-06minify_html: Also remove spaces when question mark is in attributeBenjamin Franzke1-1/+1
2016-07-06Simplify cssBenjamin Franzke3-51/+19
to save some bytes (around 100B)
2016-07-06Reduce ugly <div class=outer> markupBenjamin Franzke3-51/+44
..and replace that "container" aproach by a padding-left/padding-right calculated from viewportwidth aproach. This optimization saves around 27bytes
2016-07-06Remove unneeded markupBenjamin Franzke1-2/+1
2016-07-05Record and minify some attributes in xmlBenjamin Franzke2-3/+3
2016-07-05Revert "minify_html: Remove space after quoted attributes"Benjamin Franzke2-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-05minify_html: Remove space after quoted attributesBenjamin Franzke2-1/+2
2016-07-05Move css into rootBenjamin Franzke7-79/+79
..allows to specify realtive font path's that are usable with and without compiling the css
2016-07-05Minify htmlBenjamin Franzke3-4/+16
2016-07-05cleanupBenjamin Franzke1-2/+1
2016-07-05Do not indent htmlBenjamin Franzke1-1/+1
2016-07-05Minize whitespaceBenjamin Franzke1-4/+7
..but keep leading and trailing whitespace
2016-07-05Allow to use different resource caching schemesBenjamin Franzke4-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-05kapitalinstitut: run optipngBenjamin Franzke1-0/+0
2016-07-05Specifiy width and height for the gplus iconBenjamin Franzke1-1/+1
To make gtmetrix.com happy
2016-07-04Fix .gitignoreBenjamin Franzke1-1/+1
2016-07-04Optimize form elements for google pagespeddBenjamin Franzke2-1/+5
2016-07-04Rename impress.xml -> imprint.xmlBenjamin Franzke3-2/+2
2016-07-04Provide width and height attributes for all imagesBenjamin Franzke5-7/+7
That make's Browsers and gogle pagespeed happy. (Removes the prioritize visible content warning)
2016-07-04Do not use dislay flex for mobile, to not confuse google pagespeedBenjamin Franzke2-5/+4
which thinks our links overlap.
2016-07-04Fix the default style importBenjamin Franzke2-2/+2
2016-07-04Cleanup cssBenjamin Franzke1-4/+2