summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-04Remove postcss from style.min.css dependency listBenjamin Franzke1-1/+1
2016-07-04Remove id info attributeBenjamin Franzke1-1/+1
2016-07-04Include Roboto downloaded from GoogleBenjamin Franzke26-6/+1326
2016-07-04WIP: Inline cssBenjamin Franzke3-3/+3
2016-07-04make clean: clean html filesBenjamin Franzke1-0/+1
2016-07-04html output: Remove namespaces from rootBenjamin Franzke2-3/+11
2016-07-04Fix stray end tags in html outputBenjamin Franzke1-2/+4
2016-07-04Fix a:focus stateBenjamin Franzke2-2/+3
2016-07-04All html files depend on stylesheet changes (as they include the git hash)Benjamin Franzke1-1/+1
..so rebuild them when the stylesheet changes
2016-07-04Add a rule to generate html files from xhtmlBenjamin Franzke2-12/+39
2016-07-04Makefile: Exclude the dot from the suffix variableBenjamin Franzke1-3/+3
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-04wipBenjamin Franzke1-1/+1
2016-07-04cleanupBenjamin Franzke1-2/+0
2016-07-04Style cleanupBenjamin Franzke2-21/+12
2016-07-04Define google font url in htmlBenjamin Franzke3-3/+2
2016-07-04Fixup style usageBenjamin Franzke2-7/+1
2016-07-04Fix media queryBenjamin Franzke2-2/+2
2016-07-04WIP for google pagespeedBenjamin Franzke2-1/+5
2016-07-04Cheap responsive implementationBenjamin Franzke3-2/+56
2016-07-04Shrink gplus icon to make pagespeed happyBenjamin Franzke2-1/+1
2016-07-04Add git hash as query string to resourcesBenjamin Franzke4-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-03Remove about:legacy-compat from doctypeBenjamin Franzke1-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-03Optimize for html validatorBenjamin Franzke3-5/+3
2016-07-03style.css: Remove a typoBenjamin Franzke2-2/+1
2016-07-03Use h1/h2 in content only (not in header)Benjamin Franzke4-8/+12
2016-07-03Run optipng on img/gplus.pngBenjamin Franzke1-0/+0
2016-07-03Postcss (for css3 variables) and minify our stylesshetBenjamin Franzke6-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-03concept: rephraseBenjamin Franzke1-9/+8
2016-07-03Remove unneded headlinesBenjamin Franzke1-3/+1
2016-07-03Legal text changesBenjamin Franzke8-55/+60
2016-07-03Remove facebook link (as we have deleted that page)Benjamin Franzke2-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-03add editorconfigBenjamin Franzke1-0/+21
2016-07-03Rework styling to be responsive and more "wide"Benjamin Franzke9-181/+273
2016-03-18Change company titleBenjamin Franzke2-3/+3
..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 Franzke2-6/+12
Also use box-sizing border box for the content to align with the menu.
2014-05-18Add Facebook and Google Plus linkBenjamin Franzke3-0/+8
2014-05-18Use a brighter backgroundBenjamin Franzke1-1/+2
2014-04-11Add viewport meta tagBenjamin Franzke1-0/+1
2014-04-11layout: Remove trailing whitespaceBenjamin Franzke1-1/+1
2014-04-11contact.xml: Use phone instead of telefone as input nameBenjamin Franzke1-1/+1
2013-02-13concept: Source format fixesBenjamin Franzke1-13/+14
2013-02-13Add some padding for ol and liBenjamin Franzke1-1/+5
2013-02-13concept: Fix xhtml errorsBenjamin Franzke1-36/+32
ul is not allowed in p.
2013-02-13Put accesskey for page into an navi liBenjamin Franzke1-1/+1
Since its not valid to have a-tag directly in body.