<footer id=“kFooter” class=“footer”>
<section id="KSiteDonateForm"> <h3> {% if site.donate_to_kde %}{{ site.donate_to_kde }}{% else %}Dontate to KDE{% endif %} <a href="https://www.kde.org/community/donations/index.php#money" target="_blank">{% if site.why_donate %}{{ site.why_donate }}{% else %}Why Donate?{% endif %}</a> </h3> <form action="https://www.paypal.com/en_US/cgi-bin/webscr" method="post" onsubmit="return amount.value >= 2 || window.confirm('Your donation is smaller than 2€. This means that most of your donation\nwill end up in processing fees. Do you want to continue?');"> <input type="hidden" name="cmd" value="_donations" /> <input type="hidden" name="lc" value="GB" /> <input type="hidden" name="item_name" value="Development and communication of KDE software" /> <input type="hidden" name="custom" value="/" /> <input type="hidden" name="currency_code" value="EUR" /> <input type="hidden" name="cbt" value="Return to www.kde.org" /> <input type="hidden" name="return" value="https://www.kde.org/community/donations/thanks_paypal.php" /> <input type="hidden" name="notify_url" value="https://www.kde.org/community/donations/notify.php" /> <input type="hidden" name="business" value="kde-ev-paypal@kde.org" /> <input type='text' name="amount" value="10.00" id="donateAmountField" /> € <button type='submit' id="donateSubmit">{% if site.donate_via_paypal %}{{ site.donate_via_paypal }}{% else %}Donate via PayPal{% endif %}</button> </form> <a href="https://www.kde.org/community/donations/others.php" id="otherWaysDonate" target="_blank">{% if site.other_ways_to_donate %}{{ site.other_ways_to_donate }}{% else %}Other ways to donate{% endif %}</a> </section> <section id="kLinks"> <div class="row"> {% if site.navigation.bottom %} {% for section in site.navigation.bottom %} <nav class="col-sm"> <h3>{{ section.name }}</h3> {% for item in section.items %} <a href="{{ item.url }}">{{ item.title }}</a> {% endfor %} </nav> {% endfor %} {% else %} {% comment %} Default bottom navigation {% endcomment %} <nav class="col-sm"> <h3>Community</h3> <a href="https://forum.kde.org">Forums</a> </nav> <nav class="col-sm"> <h3>News & Press</h3> <a href="https://www.kde.org/announcements/">Announcements</a> <a href="https://dot.kde.org/">KDE.news</a> <a href="https://planetkde.org/">Planet KDE</a> </nav> {% endif %} </div> </section> <section id="KGlobalContributorLinks"> <nav class="clearfix"> <a href="https://community.kde.org/Get_Involved" target="_blank">Get Involved in KDE</a> <span class="kSocialLinks float-right"> <a class="shareFacebook" href="https://www.facebook.com/kde/" rel="nofollow">Post on Facebook</a> <a class="shareTwitter" href="https://twitter.com/kdecommunity" rel="nofollow">Share on Twitter</a> <a class="shareDiaspora" href="https://joindiaspora.com/people/9c3d1a454919ef06" rel="nofollow">Share on Diaspora</a> <a class="shareMastodon" href="https://mastodon.technology/@kde" rel="nofollow">Share on Mastodon</a> <a class="shareLinkedIn" href="https://www.linkedin.com/company/29561/" rel="nofollow">Share on LinkedIn</a> <a class="shareReddit" href="http://www.reddit.com/r/kde/" rel="nofollow">Share on Reddit</a> <a class="shareYouTube" href="https://www.youtube.com/channel/UCF3I1gf7GcbmAb0mR6vxkZQ" rel="nofollow">Share on YouTube</a> <a class="sharePeerTube" href="https://peertube.mastodon.host/accounts/kde/videos" rel="nofollow">Share on PeerTube</a> </span> </nav> </section> <section id="KGlobalLegalInfo" class="container"> <small> KDE <sup>©</sup> and the K Desktop Environment <sup>©</sup> logo ( <figure style="font-family: glyph">K</figure>) are registered trademarks of <a href="https://ev.kde.org" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> </small> <small> <a href="https://www.kde.org/community/whatiskde/impressum.php">Legal</a> </small> </section>
</footer>
<div id=“kImagePreview” class=“modal” tabindex=“-1” role=“dialog” aria-hidden=“true”>
<div id="kImagePreviewContainer"> <img src=""> </div>
</div>
<!– Standard JS Files, bootstrap Async –> <script src=“cdn.kde.org/aether-devel/bootstrap.js”>>
{% if site.matomo %}
<!– Matomo –> <script type=“text/javascript”>
var _paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://stats.kde.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '{{ site.matomo }}']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })();
</script> <noscript> <!– End Matomo Code –> {% endif %}