12 lines
395 B
HTML
Executable File
12 lines
395 B
HTML
Executable File
<div class="feature row">
|
|
<div class="six columns details">
|
|
<h2>An Open Source Project</h2>
|
|
<span>Quill is permissively licensed under BSD. Use it freely in personal or commercial projects. Join the growing community on Github!</span>
|
|
<div>
|
|
{% include github.html %}
|
|
</div>
|
|
</div>
|
|
<div class="six columns">
|
|
{% include svg/features/open-source.svg %}
|
|
</div>
|
|
</div> |