diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-05-01 09:35:25 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-05-01 09:35:25 -0600 |
commit | f797bb14f7413df2abac6326c6df769004e50aa1 (patch) | |
tree | 20850afbf9d45adbbcc6fc3a7aecedfa34db830c /pyssg.xyz/live/static/fork-awesome/src/doc/license.html | |
parent | 127130ab909dac8886f45ec856f1d1bce3c7bcc0 (diff) |
small bugfix, add toc settings, update example site and delete unnecessary static assets
Diffstat (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/license.html')
-rw-r--r-- | pyssg.xyz/live/static/fork-awesome/src/doc/license.html | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/license.html b/pyssg.xyz/live/static/fork-awesome/src/doc/license.html deleted file mode 100644 index 88ac92d..0000000 --- a/pyssg.xyz/live/static/fork-awesome/src/doc/license.html +++ /dev/null @@ -1,75 +0,0 @@ ---- -layout: base -title: Fork Awesome License -navbar_active: license -relative_path: ../ ---- -{% capture jumbotron_h1 %}<i class="fa fa-gavel" aria-hidden="true"></i> License{% endcapture %} -{% capture jumbotron_p %}The full details of how {{ site.forkawesome.name }} is licensed{% endcapture %} - -{% include jumbotron.html %} -{% include stripe-social.html %} - -<div class="container"> - <p class="lead"> - {{ site.forkawesome.name }} is fully open source and is GPL friendly. You - can use it for commercial projects, open source projects, or really just - about whatever you want. - </p> - - <section> - <h2 class="page-header">Font License</h2> - <ul> - <li> - Applies to all desktop and webfont files in the following directory: - <code>fonts/</code>. - </li> - <li> - Applies to all glyphs and SVG files in the following directory: - <code>src/icons/svg/</code>. - </li> - <li>License: {{ site.forkawesome.license.font.version }}</li> - <li> - URL: <a href="{{ site.forkawesome.license.font.url }}"> - {{ site.forkawesome.license.font.url }}</a> - </li> - </ul> - </section> - - <section> - <h2 class="page-header">Code License</h2> - <ul> - <li> - Applies to all CSS and LESS files in the following directories: - <code>fork-awesome/css/</code>, - <code>fork-awesome/less/</code>, and - <code>fork-awesome/scss/</code>. - </li> - <li>License: {{ site.forkawesome.license.code.version }}</li> - <li> - URL: <a href="{{ site.forkawesome.license.code.url }}"> - {{ site.forkawesome.license.code.url }}</a> - </li> - </ul> - </section> - - <section> - <h2 class="page-header">Documentation License</h2> - <ul> - <li> - Applies to all {{ site.forkawesome.name }} project files that are not - a part of the Font or Code licenses. - </li> - <li>License: {{ site.forkawesome.license.documentation.version }}</li> - <li> - URL: <a href="{{ site.forkawesome.license.documentation.url }}"> - {{ site.forkawesome.license.documentation.url }}</a> - </li> - </ul> - </section> - - <section> - <h2 class="page-header">Brand Icons</h2> - {% include brand-license.html %} - </section> -</div> |