Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
base: 250498a6ae15
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: a2887e42a108
Choose a head ref
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 20, 2020

  1. common.tt: Add helper to inline SVG correctly

    The issue comes from a proper SVG having the <?xml > declaration. This
    is proper.
    
    What is wrong is having that declaration anywhere else in the document!!
    
    So we're now stripping it from SVG documents being inlined.
    samueldr committed Oct 20, 2020
    Copy the full SHA
    857fe64 View commit details
    Browse the repository at this point in the history
  2. governance.less: Inline the SVG diagram

    Why inline? FONTS!
    
    Otherwise we have to bake in the font outlines as fonts won't follow
    through <img /> or background image inclusions.
    samueldr committed Oct 20, 2020
    Copy the full SHA
    c0a8912 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    33cb317 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    991a4c6 View commit details
    Browse the repository at this point in the history
  5. governance.tt: Remove troublesome word

    With text replacement, that text ends up being the *semantic* text. This
    is not like alt text where you would have the screen reader describe
    that it is attached to an image.
    samueldr committed Oct 20, 2020
    Copy the full SHA
    4316c8e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    07ce94c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a2887e4 View commit details
    Browse the repository at this point in the history