summaryrefslogtreecommitdiff
path: root/xsl
AgeCommit message (Collapse)AuthorFilesLines
2019-07-27Drop google plus link – it has been shut downHEADmainBenjamin Franzke1-4/+0
2018-11-15Add rel="noopener" to cross-origin linksBenjamin Franzke1-5/+5
https://developers.google.com/web/tools/lighthouse/audits/noopener
2018-11-15Add meta descriptionBenjamin Franzke2-0/+2
2018-05-24TEMP: Hide contact quicklink for nowBenjamin Franzke1-5/+0
2018-05-22Disable google analytics for nowBenjamin Franzke1-0/+2
2018-05-22layout.xsl: Reduce code by using xpathsBenjamin Franzke1-4/+1
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 Franzke1-1/+1
2017-07-22Move analytics into the headerBenjamin Franzke1-1/+1
2017-07-22Add analytics trackingBenjamin Franzke1-0/+1
2017-07-22Exclude imprint from search engine indexesBenjamin Franzke1-0/+7
2017-07-22Switch title tag orderingBenjamin Franzke1-2/+5
2016-07-06Simplify cssBenjamin Franzke1-5/+3
to save some bytes (around 100B)
2016-07-06Reduce ugly <div class=outer> markupBenjamin Franzke1-31/+29
..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-05Move css into rootBenjamin Franzke1-1/+1
..allows to specify realtive font path's that are usable with and without compiling the css
2016-07-05Minify htmlBenjamin Franzke1-1/+1
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 Franzke3-7/+55
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-05Specifiy width and height for the gplus iconBenjamin Franzke1-1/+1
To make gtmetrix.com happy
2016-07-04Rename impress.xml -> imprint.xmlBenjamin Franzke1-1/+1
2016-07-04Provide width and height attributes for all imagesBenjamin Franzke1-3/+3
That make's Browsers and gogle pagespeed happy. (Removes the prioritize visible content warning)
2016-07-04Fix the default style importBenjamin Franzke1-1/+1
2016-07-04Remove id info attributeBenjamin Franzke1-1/+1
2016-07-04Include Roboto downloaded from GoogleBenjamin Franzke1-1/+0
2016-07-04WIP: Inline cssBenjamin Franzke2-2/+2
2016-07-04html output: Remove namespaces from rootBenjamin Franzke1-2/+10
2016-07-04Add a rule to generate html files from xhtmlBenjamin Franzke1-0/+23
2016-07-04xsl/layout.xsl: Use xsl:text throughout the documentBenjamin Franzke2-13/+13
..to allow the xml write to inline the entire markup
2016-07-04xsl/svg.xsl: Minimize svg attributesBenjamin Franzke1-3/+8
They may include newlines and duplicate spaces for readability. Lets normalize those with normalize-space()
2016-07-04layout: Fix "Referenzen" font-sizeBenjamin Franzke1-1/+1
2016-07-04Define google font url in htmlBenjamin Franzke1-0/+1
2016-07-04Cheap responsive implementationBenjamin Franzke1-1/+1
2016-07-04Shrink gplus icon to make pagespeed happyBenjamin Franzke1-1/+1
2016-07-04Add git hash as query string to resourcesBenjamin Franzke3-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-03Optimize for html validatorBenjamin Franzke1-3/+1
2016-07-03Use h1/h2 in content only (not in header)Benjamin Franzke1-2/+2
2016-07-03Postcss (for css3 variables) and minify our stylesshetBenjamin Franzke2-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-03Legal text changesBenjamin Franzke1-2/+4
2016-07-03Remove facebook link (as we have deleted that page)Benjamin Franzke1-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-03Rework styling to be responsive and more "wide"Benjamin Franzke3-38/+96
2016-03-18Change company titleBenjamin Franzke1-2/+2
..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 Franzke1-2/+0
Also use box-sizing border box for the content to align with the menu.
2014-05-18Add Facebook and Google Plus linkBenjamin Franzke1-0/+8