Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-04 | Fix the default style import | Benjamin Franzke | 2 | -2/+2 | |
2016-07-04 | Cleanup css | Benjamin Franzke | 1 | -4/+2 | |
2016-07-04 | Remove postcss from style.min.css dependency list | 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 | 26 | -6/+1326 | |
2016-07-04 | WIP: Inline css | Benjamin Franzke | 3 | -3/+3 | |
2016-07-04 | make clean: clean html files | Benjamin Franzke | 1 | -0/+1 | |
2016-07-04 | html output: Remove namespaces from root | Benjamin Franzke | 2 | -3/+11 | |
2016-07-04 | Fix stray end tags in html output | Benjamin Franzke | 1 | -2/+4 | |
2016-07-04 | Fix a:focus state | Benjamin Franzke | 2 | -2/+3 | |
2016-07-04 | All html files depend on stylesheet changes (as they include the git hash) | Benjamin Franzke | 1 | -1/+1 | |
..so rebuild them when the stylesheet changes | |||||
2016-07-04 | Add a rule to generate html files from xhtml | Benjamin Franzke | 2 | -12/+39 | |
2016-07-04 | Makefile: Exclude the dot from the suffix variable | Benjamin Franzke | 1 | -3/+3 | |
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 | wip | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | cleanup | Benjamin Franzke | 1 | -2/+0 | |
2016-07-04 | Style cleanup | Benjamin Franzke | 2 | -21/+12 | |
2016-07-04 | Define google font url in html | Benjamin Franzke | 3 | -3/+2 | |
2016-07-04 | Fixup style usage | Benjamin Franzke | 2 | -7/+1 | |
2016-07-04 | Fix media query | Benjamin Franzke | 2 | -2/+2 | |
2016-07-04 | WIP for google pagespeed | Benjamin Franzke | 2 | -1/+5 | |
2016-07-04 | Cheap responsive implementation | Benjamin Franzke | 3 | -2/+56 | |
2016-07-04 | Shrink gplus icon to make pagespeed happy | Benjamin Franzke | 2 | -1/+1 | |
2016-07-04 | Add git hash as query string to resources | Benjamin Franzke | 4 | -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-03 | Remove about:legacy-compat from doctype | Benjamin Franzke | 1 | -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-03 | Optimize for html validator | Benjamin Franzke | 3 | -5/+3 | |
2016-07-03 | style.css: Remove a typo | Benjamin Franzke | 2 | -2/+1 | |
2016-07-03 | Use h1/h2 in content only (not in header) | Benjamin Franzke | 4 | -8/+12 | |
2016-07-03 | Run optipng on img/gplus.png | Benjamin Franzke | 1 | -0/+0 | |
2016-07-03 | Postcss (for css3 variables) and minify our stylesshet | Benjamin Franzke | 6 | -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-03 | concept: rephrase | Benjamin Franzke | 1 | -9/+8 | |
2016-07-03 | Remove unneded headlines | Benjamin Franzke | 1 | -3/+1 | |
2016-07-03 | Legal text changes | Benjamin Franzke | 8 | -55/+60 | |
2016-07-03 | Remove facebook link (as we have deleted that page) | Benjamin Franzke | 2 | -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 | add editorconfig | Benjamin Franzke | 1 | -0/+21 | |
2016-07-03 | Rework styling to be responsive and more "wide" | Benjamin Franzke | 9 | -181/+273 | |
2016-03-18 | Change company title | Benjamin Franzke | 2 | -3/+3 | |
..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 | 2 | -6/+12 | |
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 | 3 | -0/+8 | |
2014-05-18 | Use a brighter background | Benjamin Franzke | 1 | -1/+2 | |
2014-04-11 | Add viewport meta tag | Benjamin Franzke | 1 | -0/+1 | |
2014-04-11 | layout: Remove trailing whitespace | Benjamin Franzke | 1 | -1/+1 | |
2014-04-11 | contact.xml: Use phone instead of telefone as input name | Benjamin Franzke | 1 | -1/+1 | |
2013-02-13 | concept: Source format fixes | Benjamin Franzke | 1 | -13/+14 | |
2013-02-13 | Add some padding for ol and li | Benjamin Franzke | 1 | -1/+5 | |