open-source.html 458 B

123456789101112
  1. <div class="feature row">
  2. <div class="six columns details">
  3. <h2>An Open Source Project</h2>
  4. <span class="about">Quill is developed and maintained by <a href="https://slab.com" target="_blank">Slab</a>. It is permissively licensed under BSD. Use it freely in personal or commercial projects!</span>
  5. <div>
  6. {% include github.html %}
  7. </div>
  8. </div>
  9. <div class="six columns">
  10. {% include svg/features/open-source.svg %}
  11. </div>
  12. </div>