This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/yuuno/global/footer.tpl
2015-08-22 00:07:45 +02:00

43 lines
3.6 KiB
Smarty

<a id="gotop" class="fa fa-angle-double-up hidden" href="#top"></a>
{% if not sakura.versionInfo.stable %}
<div style="background: repeating-linear-gradient(-45deg, #000, #000 10px, #FF0 10px, #FF0 20px); text-align: center; color: #FFF; box-shadow: 0px 0px 1em #FF0;">
<div style="background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 10%, rgba(0, 0, 0, .9) 90%, rgba(0, 0, 0, 0) 100%); display: inline-block; padding: 0 40px;">
<h3><a style="color: inherit; text-decoration: none;" href="/changelog#r{{ sakura.versionInfo.version }}" target="_blank">Sakura Revision {{ sakura.versionInfo.version }} Development</a></h1>
</div>
</div>
{% endif %}
</div>
<div class="footer">
<div class="ftsections">
<div class="copycentre">Copyright &copy; 2013-2015 <a href="//flash.moe/" target="_blank">Flashwave</a> &amp; <a href="http://circlestorm.net/" target="_blank">Circlestorm</a>, <a href="/credits">et al</a>.</div>
<ul class="ftsection">
<li class="fthead">General</li>
<li><a href="/" title="Flashii Frontpage">Home</a></li>
<li><a href="/news" title="Flashii News &amp; Updates">News</a></li>
<li><a href="/search" title="Do full-site search requests">Search</a></li>
<li><a href="/contact" title="Contact our Staff">Contact</a></li>
<li><a href="/changelog" title="All the changes made to Sakura are listed here">Changelog</a></li>
<li><a href="/feedback" target="_blank" title="Give us feedback on what to do">Feedback</a></li>
</ul>
<ul class="ftsection">
<li class="fthead">Community</li>
<li><a href="/forum" title="Read and post on our forums">Forums</a></li>
<li><a href="https://twitter.com/_flashii" target="_blank" title="Follow us on Twitter for news messages that are too short for the news page">Twitter</a></li>
<li><a href="https://youtube.com/user/flashiinet" target="_blank" title="Our YouTube page where stuff barely ever gets uploaded, mainly used to archive community creations">YouTube</a></li>
<li><a href="//steamcommunity.com/groups/flashiinet" target="_blank" title="Our Steam group, play games with other members on the site">Steam</a></li>
<li><a href="https://bitbucket.org/circlestorm" target="_blank" title="Our Open Source repository thing">BitBucket</a></li>
</ul>
<ul class="ftsection">
<li class="fthead">Information</li>
<li><a href="/faq" title="Questions that get Asked Frequently but not actually">FAQ</a></li>
<li><a href="/p/rules" title="Some Rules and Information kind of summing up the ToS">Rules</a></li>
<li><a href="/credits" title="Here everyone who's helped Flashii get to where it is now is listed">Credits</a></li>
<li><a href="http://status.flashii.net" target="_blank" title="Check the status on our Servers and related services">Server Status</a></li>
<li><a href="/p/terms" title="Our Terms of Service">Terms of Service</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>