open-source.html 395 B

123456789101112
  1. <div class="feature row">
  2. <div class="six columns details">
  3. <h2>An Open Source Project</h2>
  4. <span>Quill is permissively licensed under BSD. Use it freely in personal or commercial projects. Join the growing community on Github!</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>