{% extends('layout.twig') %}

{% block content %}
    <h1>Font sampler</h1>
    <h2>Created by</h2>
    <p>The Fontsampler Wordpress plugin is brought to you by type designer and developer <a href="http://johannesneumeier.com">Johannes Neumeier</a> of <a href="https://underscoretype.com">Underscore</a>.</p>

    <h2>Feedback</h2>
    <p>Your feedback is always welcome. Feel free to send comments, bug reports and feature requests. <a href="mailto:support@underscoretype.com">Email me</a> or
        <a href="https://github.com/kontur/fontsampler-wordpress-plugin/issues">open an issue on github</a>!</p>

    <h2>Supported by</h2>
    <p>A round of applause to the following folks who have supported the continuous development of this plugin through their generous donations:</p>
    <ul class="real-list">
        <li><strong><a href="http://dunwichtype.com/">James Puckett</a></strong></li>
        <li><strong>George Thomas</strong></li>
        <li><strong><a href="https://paulogoode.com">Paulo Goode</a></strong></li>
        <li><strong><a href="http://quadrat.com">David Vereschagin</a></strong></li>
        <li><strong><a href="https://canadatype.com/">Canada Type</a></strong></li>
        <li><a href="http://setsailstudios.com/">Sam Parrett</a></li>
        <li><a href="http://www.phitradesign-fonts.com/">Philip Trautmann</a></li>
        <li><a href="https://brandingwithtype.com/typefaces/modelica">Alberto Romanos</a></li>
        <li><a href="http://typeverything.com/">Andrei Robu</a></li>
        <li><a href="http://xo.houseofpretty.com">Patric King</a></li>
        <li><a href="https://melvolkman.com/">Mel Volkman</a></li>
        <li><a href="">Derek Parker</a></li>
        <li><a href="https://hamblyfreeman.com/">James Hambly</a></li>
        <li>Stephen Polizzi</li>
        <li>Arthur Ersosi</li>
        <li><a href="https://www.almamunhossen.com/">Al-Mamun Hossen</a></li>
        <li>Cabal Publishing</li>
        <li><a href="https://andrewgraham.dev/">Andrew Graham</a></li>
        <li>Linh Nguyen</li>
        <li><a href="http://missbolddesign.com.au/">Miss Bold Design</a></li>
        <li>Pedro Teixeira</li>
        <li><a href="https://dtptypes.com/">DTP Types Limited</a></li>
        <li>Association Beau Nageur</li>
        <li><a href="https://arabictype.com/">Arabic Type</a></li>
        <li>The New Co-operator</li>
        <li>ERRØR TO THE THRONE</li>
    </ul>
    <p>For help with translating the plugin (language) my thanks goes to:</p>
    <ul class="real-list">
        <li><a href="https://shahabsiavash.com/">Si47ash</a> (Persian)</li>
        <li><a href="https://typemafia.com/">Gerben Dollen</a> (Dutch)</li>
    </ul>
    <p>For code contributions to the repository my thanks to:</p>
    <ul class="real-list">
        <li><a href="https://drawcard.com.au/">Chris Drabsch</a></li>
    </ul>

    <h2>Changelog</h2>
    <p>You can view the changes in the last update <a href="admin.php?page=fontsampler&amp;subpage=changelog">here</a>.</p>
    <p>For a full changelog of past versions, please consult the official page in the
    <a href="https://wordpress.org/plugins/fontsampler/#developers">Wordpress plugin directory</a>.</p>

    <h2>License information</h2>

    <p>This code is distributed under the GNU General Public License v3.0.</p>
    <p><a href="https://github.com/kontur/fontsampler-wordpress-plugin/blob/master/LICENSE.txt">See license</a></p>
    <p><a href="http://choosealicense.com/licenses/gpl-3.0/#">Read a simplified version of what this license means</a>
    </p>
    <p>&copy; 2016 - 2020 Underscore Type, Johannes Neumeier</p>
    <br>
    <p>This plugin uses the included open source libraries and projects under the hood, some of which are listed here:</p>
    <ul class="real-list">
        <li><a href="https://github.com/graphicore/specimenTools">specimenTools</a> (<a
                    href="https://github.com/graphicore/specimenTools/blob/master/LICENSE">License</a>)
        </li>
        <li><a href="https://github.com/nodebox/opentype.js/">Opentype.js</a> (<a
                    href="https://github.com/nodebox/opentype.js/blob/master/LICENSE">License</a>)
        </li>
        <li><a href="https://github.com/twigphp/Twig">Twig</a> (<a
                    href="https://github.com/twigphp/Twig/blob/2.x/LICENSE">License</a>)
        </li>
        <li><a href="http://selectric.js.org/">selectric.js for custom dropdowns</a> (<a
                    href="https://github.com/lcdsantos/jQuery-Selectric/blob/master/LICENSE">License</a>)
        </li>
        <li><a href="http://rangeslider.js.org/">rangeslider.js for custom range sliders</a> (<a
                    href="https://github.com/andreruffert/rangeslider.js/blob/develop/LICENSE.md">License</a>)
        </li>
        <li><a href="http://www.formvalidator.net/">jQuery Form Validator</a> (<a
                    href="http://www.formvalidator.net/#license">License</a>)
        </li>
        <li><a href="https://github.com/zenorocha/clipboard.js/">Clipboard.js</a> (<a
                    href="https://zenorocha.mit-license.org/">License</a>)
        </li>
        <li><a href="https://github.com/kontur/jquery-fontsampler">jquery-fontsampler (also developed by the plugin
                author)</a> (<a href="https://github.com/kontur/jquery-fontsampler/blob/master/LICENSE.txt">License</a>)
        </li>
    </ul>
{% endblock %}