Skip to content
  • Tails developers's avatar
    Add a page with several logo versions · 8ee095c0
    Tails developers authored
    - Move everything into /lib/logo
    - Link that page from the Reference documents of the Contribute section
    - Resize the SVG versions so that the PNG versions can be regenerated with
    
      ls -1 | while read i ; do convert $i ${i%%.svg}.png ; done
    8ee095c0